Remove MACHINE_ARCH=amd64 and legacy make instructions from makefiles
authorJohn Marino <draco@marino.st>
Wed, 12 Jun 2013 09:12:20 +0000 (11:12 +0200)
committerJohn Marino <draco@marino.st>
Wed, 12 Jun 2013 09:25:09 +0000 (11:25 +0200)
commit2c9f65d3b56ce58ee885864a242e3020e93c11c2
tree711a7bf11323453aa235404aa4425298b3d80d69
parentd1624aa3acae677fc91e7344a47b963349937af7
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.
Makefile.inc1
lib/i18n_module/Makefile.inc
lib/libc/citrus/Makefile.inc
nrelease/Makefile
sys/conf/kern.fwd.mk
usr.sbin/config/mkmakefile.c