git: sys/boot: Push down Makeflags setting into dloader and pc32 subdirectories.
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Wed Mar 9 12:06:14 PST 2016
commit 8437d11c6665e85ad533a2592163da7d195a30b2
Author: Imre Vadász <imre at vdsz.com>
Date: Tue Mar 8 01:50:31 2016 +0100
sys/boot: Push down Makeflags setting into dloader and pc32 subdirectories.
* We need to build both i386 and x86_64 binaries in sys/boot for UEFI
support. For this we need to move the .Makeflags usages one level deeper
into sys/boot/dloader/Makefile and sys/boot/pc32/Makefile respectively.
Summary of changes:
sys/boot/Makefile | 8 +-------
sys/boot/dloader/Makefile | 7 +++++++
sys/boot/pc32/Makefile | 6 ++++++
3 files changed, 14 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8437d11c6665e85ad533a2592163da7d195a30b2
--
DragonFly BSD source repository
More information about the Commits
mailing list