]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make sure legacy stuff comes last. Some tools that use
authorRuslan Ermilov <ru@FreeBSD.org>
Sat, 12 Apr 2003 15:07:46 +0000 (15:07 +0000)
committerRuslan Ermilov <ru@FreeBSD.org>
Sat, 12 Apr 2003 15:07:46 +0000 (15:07 +0000)
commitcb66f4dd7307ba19692eeec23d7019f96c898e54
treea061d9437cad94efb4e5243de5e109a66a3e8c47
parentbab2e18fa0499961d85952155647d190d087d1df
Make sure legacy stuff comes last.  Some tools that use
legacy stuff (binutils) depend on this order.

For this to work, provide (and use) specialized versions
of bsd.prog.mk and bsd.lib.mk that include the standard
versions first, then augment CFLAGS, DPADD, LDADD, and
LDFLAGS as necessary, with the legacy stuff.

Tested on: 4.0-RELEASE
Makefile.inc1
tools/build/mk/Makefile.boot [moved from tools/build/Makefile.boot with 58% similarity]
tools/build/mk/bsd.lib.mk [new file with mode: 0644]
tools/build/mk/bsd.prog.mk [new file with mode: 0644]