[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: aggregate.make
From: |
Adam Fedor |
Subject: |
Re: aggregate.make |
Date: |
Sun, 05 Nov 2000 19:57:16 -0700 |
rpb@uswest.net wrote:
>
> 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?
>
You need to have a 'SUBPROJECTS = ' line, otherwise you'll probably get
that error. If you don't have subprojects, you don't need aggregate.make
anyway.