[Mono-list] mcs-0.21 make errors
Paolo Molaro
lupus@ximian.com
Tue, 4 Mar 2003 16:33:03 +0100
On 03/03/03 j_post wrote:
> I recently downloaded mono-0.21 and mcs-0.21. Mono makes and installs without
> any problem, but mcs gives the following error (make -fmakefile.gnu):
>
> /bin/sh: -c: line 1: syntax error near unexpected token `;'
> /bin/sh: -c: line 1: `for i in ; do make -C $i -f makefile.gnu all || exit
> 1; done'
> make[1]: *** [all] Error 2
> make: *** [all] Error 1
I guess this is in the tools directory? Your /bin/sh doesn't support
the for loop without items, you can safely remove the lines with
for i in $(DIRS); ...
from the makefile.
lupus
--
-----------------------------------------------------------------
lupus@debian.org debian/rules
lupus@ximian.com Monkeys do it better