git: Remove MACHINE_ARCH=amd64 and legacy make instructions from makefiles
John Marino
marino at crater.dragonflybsd.org
Wed Jun 12 02:26:47 PDT 2013
commit 2c9f65d3b56ce58ee885864a242e3020e93c11c2
Author: John Marino <draco at marino.st>
Date: Wed Jun 12 11:12:20 2013 +0200
Remove MACHINE_ARCH=amd64 and legacy make instructions from makefiles
Apparently the x86_64 platform used to be referred to as "amd64" so some
makefile code was added to help with the transition. It probably should
have been removed when bringing bmake in.
With the commit, the makefiles expect bmake and will break if an older
make is used (e.g. from DragonFly 3.2). That means an upgrade to
DragonFly 3.6 will have to be upgraded to DragonFly 3.4 first. There
may be other reasons to do this as well, besides just bmake.
The recent symbol versioning makefile for libraries requires bmake, so
legacy make can't build world anymore in any case.
Summary of changes:
Makefile.inc1 | 11 -----------
lib/i18n_module/Makefile.inc | 5 -----
lib/libc/citrus/Makefile.inc | 8 --------
nrelease/Makefile | 11 -----------
sys/conf/kern.fwd.mk | 29 -----------------------------
usr.sbin/config/mkmakefile.c | 6 ------
6 files changed, 70 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2c9f65d3b56ce58ee885864a242e3020e93c11c2
--
DragonFly BSD source repository
More information about the Commits
mailing list