As build.sh is generated from build.sh.in I believe it should be set to executable, currently I have to "chmod 755 build.sh" it. Is there a reason build.sh is not included in the make-3.80 distribution?
Should @REMOTE@ not default to cstms ? Currently I get the following error until I have fixed it.
make-3.80]$ ./build.sh compiling ar.c... compiling arscan.c... compiling commands.c... compiling default.c... compiling dir.c... compiling expand.c... compiling file.c... compiling function.c... compiling getopt.c... compiling getopt1.c... compiling implicit.c... compiling job.c... compiling main.c... compiling misc.c... compiling read.c... compiling remake.c... compiling rule.c... compiling signame.c... compiling variable.c... compiling version.c... compiling vpath.c... compiling hash.c... compiling [EMAIL PROTECTED]@.c... gcc: ./[EMAIL PROTECTED]@.c: No such file or directory gcc: no input files
Changing the line to:
REMOTE='stub'
and it compiles ok
Regards
JG
_______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make