using a GNUmakefile that includes aggregate.make results in these errors:

/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `target=`echo internal-all | sed 's/internal-//'`;
for f in ; do  echo Making $target in $f...;  mf=GNUmakefile;  if [ ! -f
$f/$mf -a -f $f/Makefile ]; then mf=Makefile;  echo "WARNING: No
GNUmakefile found for subproject $f; using 'Makefile'";  fi:  if make -C
$f -f $mf --no-keep-going $target; then  :; else exit $?;  fi;  done'
make: *** [internal-all] Error 2

After commenting the include line out, the program builds fine. I'm
running GNUstep on linuxppc, and have gotten those errors using the
10/18 weekly snapshot as well as the 11/03 daily snapshot. Anyone else
have this problem?

Rob


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to