Date: Thu, 27 Sep 2001 10:14:33 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile Message-ID: <200109271714.f8RHEX268351@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2001/09/27 10:14:33 PDT
Modified files:
gnu/usr.bin/cc/cc_tools Makefile
Log:
We need to build ``.depend'' early in the "build-tools" for the GCC
"build-tools". If we do not do this, the "depend" stage of
"buildworld" will build ``.depend'' and it will record the wrong
library and header dependencies (DESTDIR=${WORLDTMP}). Even worse,
the "all" stage may clobber build-architecture-format build tools
built in the "build-tools" stage with target-architecture-format ones.
Submitted by: ru
Revision Changes Path
1.52 +3 -1 src/gnu/usr.bin/cc/cc_tools/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109271714.f8RHEX268351>
