DragonFly commits List (threaded) for 2012-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: gcc4X: rework some makefiles
commit 64ed7155dec9fea48b542f16c80a6f0dd25dca37
Author: John Marino <draco@marino.st>
Date: Sat Oct 27 17:42:36 2012 +0200
gcc4X: rework some makefiles
These are various tweaks to improve compatibility between legacy make and
bmake. The biggest change was moving gnu/usr.bin dependencies outside to
Makefile.inc1 as part of _startup_lib* rather than fudge it with .PHONY
targets. This kludge was causing some issues, as well as the double .USE
trick.
Summary of changes:
Makefile.inc1 | 9 +++++++--
gnu/lib/Makefile | 13 ++++++++-----
gnu/lib/gcc44/Makefile | 10 +++++++---
gnu/lib/gcc44/libgcc/Makefile | 14 ++++----------
gnu/lib/gcc47/Makefile | 3 +++
gnu/lib/gcc47/libgcc/Makefile | 18 +++++-------------
gnu/lib/gcc47/libgcc_eh/Makefile | 5 -----
gnu/lib/gcc47/libstdc++/Makefile | 13 +++++--------
gnu/usr.bin/cc44/cc_tools/tools/Makefile | 6 ++++--
gnu/usr.bin/cc47/cc_tools/tools/Makefile | 6 ++++--
10 files changed, 47 insertions(+), 50 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/64ed7155dec9fea48b542f16c80a6f0dd25dca37
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]