[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
aggregate.make
From: |
rpb |
Subject: |
aggregate.make |
Date: |
Sat, 4 Nov 2000 16:18:57 -0500 (EST) |
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