Subject: | Build hangs (on non-gnumake systems?) |
The build hangs on my freebsd smokers (9.2 + 10.3):
...
+ make
Making all in config
Making all in m4
Making all in src
Making all in libmoot
echo "/* src/libgfsm/mootNoConfig.h. Generated from mootAutoConfig.h by make */" > mootNoConfig.h
sed 's/^#define \([^ ]*\).*$/#undef \1/;' >> mootNoConfig.h
My guess is that the Makefile uses a GNU extension (a special variable for sources?) which is not available in BSD make, so the source file for sed is missing and the things is just waiting for input from stdin.