git: DragonFly_RELEASE_3_2 bug 2450: Allow build of RELEASE 3.2 from master's bmake
John Marino
marino at crater.dragonflybsd.org
Thu Nov 15 09:26:28 PST 2012
commit 59620cdf5e51b69ddb60f977317c7aa9d6dc86d5
Author: John Marino <draco at marino.st>
Date: Thu Nov 15 13:49:05 2012 +0100
bug 2450: Allow build of RELEASE 3.2 from master's bmake
It was not possible to build RELEASE 3.2 once the world was updated to
the 3.3 development branch. The makefiles were incompatible with bmake.
It was possible to build RELEASE 3.2 with only a change to bsd.cpu.mk,
but parallel builds still failed. The remaining changes and the previous
cherry-pick were all done to support parallel builds when building this
release branch from a system equipped with bmake as the system make.
<https://bugs.dragonflybsd.org/issues/2450>
Summary of changes:
share/mk/bsd.cpu.mk | 6 ++++++
share/mk/bsd.dep.mk | 36 ++++++++++++++----------------------
share/mk/bsd.obj.mk | 8 +++++++-
share/mk/sys.mk | 14 ++++++++++++--
usr.bin/make/main.c | 5 ++++-
5 files changed, 43 insertions(+), 26 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/59620cdf5e51b69ddb60f977317c7aa9d6dc86d5
--
DragonFly BSD source repository
More information about the Commits
mailing list