';' in makefiles.

Geoff Keating geoffk@ozemail.com.au
Wed Sep 16 19:23:00 GMT 1998


I just saw this line flash past, from `make install':

(cd include; \
 tar -cf - .; exit 0) | (cd /home/geoffk/lib/gcc-lib/powerpc-unknown-linux-gnulibc1/egcs-2.91.57/include; tar xpBf - )
/bin/sh: include: No such file or directory
[pause while my existing egcs installation is trashed :-(]

The ';'s should be '&&'.  They should probably be '&&' _everywhere_ in
the makefiles.

-- 
Geoffrey Keating <geoffk@ozemail.com.au>



More information about the Gcc-bugs mailing list