';' in makefiles.
Jeffrey A Law
law@cygnus.com
Sat Sep 19 22:38:00 GMT 1998
In message < 199809170109.LAA00866@geoffk.wattle.id.au >you write:
>
> 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.
Hmmm, more importantly in the short term is why did you not have
a <objdir>/gcc/include directory?
jeff
More information about the Gcc-bugs
mailing list