Subject: sparc tools build lossage.
To: None <tech-toolchain@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: tech-toolchain
Date: 10/21/2001 19:20:07
hmmm..


not sure what is causing this.  i have a read-only /usr/src.  i'm trying
to make USE_NEW_TOOLCHAIN work on sparc.  (it has in the past, but due
to the ld(1) bug, i had stopped using it.)  building my tools, i get this:

true   /usr/src/tools/toolchain/../../gnu/dist/toolchain/ld/ldlex.l && mv lex.yy.c /usr/src/tools/toolchain/../../gnu/dist/toolchain/ld/ldlex.c
mv: rename lex.yy.c to /usr/src/tools/toolchain/../../gnu/dist/toolchain/ld/ldlex.c: No such file or directory
*** Error code 1
[ ... ]


obviously `true' isn't going to generate lex.yy.c, but why is this rule
being run at all?


.mrg.