freebsd-skq/share/mk
John Birrell 5ec0ebbb0d FreeBSD's make knows about the MACHINE, but not the MACHINE_ARCH unless
it is built with this defined (which it isn't by default). This change
to sys.mk treats the absence of MACHINE_ARCH as i386 on the assumption
that it will be appropriately defined (as something else) on any other
architecture. When building FreeBSD's make with NetBSD tools, both
MACHINE and MACHINE_ARCH are correctly set (e.g. when bootstrapping
FreeBSD's make on NetBSD/mvme68k, MACHINE=mvme68k and
MACHINE_ARCH=m68k). This isn't really needed for the alpha which
has both defined as 'alpha', but I thought it was worth getting the
distinction between a MACHINE and a MACHINE_ARCH correct now.

Now, shouldn't PC98 have MACHINE=pc98 and MACHINE_ARCH=i386 ??!!
1998-01-21 01:03:51 +00:00
..
bsd.dep.mk Optimize rm(1) usage. 1997-12-14 15:38:47 +00:00
bsd.doc.mk Remove the comments hat just list the nested includes. 1997-11-09 15:03:15 +00:00
bsd.info.mk DISTRIBUTION is bin (we'll make the info dist another way). 1997-12-26 00:19:23 +00:00
bsd.kern.mk Oops, comment lines can't be indented either. 1997-10-21 10:39:27 +00:00
bsd.kmod.mk Remove the comments hat just list the nested includes. 1997-11-09 15:03:15 +00:00
bsd.lib.mk Choose the default binary format based on machine type. 1998-01-13 06:00:56 +00:00
bsd.libnames.mk Add libcalendar 1997-12-15 20:30:38 +00:00
bsd.man.mk Remove the comments hat just list the nested includes. 1997-11-09 15:03:15 +00:00
bsd.obj.mk Only remove ${CLEANFILES} in the default clean rule. In particular, 1997-12-19 18:48:45 +00:00
bsd.own.mk Add a couple of ?='s missed in the previous commit. 1998-01-04 00:00:21 +00:00
bsd.port.mk About one month worth of bsd.port.mk improvements. 1998-01-02 10:37:14 +00:00
bsd.port.subdir.mk Add new target "checksubdirs". It will warn about any subdirectories that 1997-11-20 05:31:44 +00:00
bsd.prog.mk Oops, the previous patch was botched. 1997-12-18 12:56:52 +00:00
bsd.README Add reference to `PMake - A Tutorial' 1997-03-09 15:51:07 +00:00
bsd.sgml.mk Remove the comments hat just list the nested includes. 1997-11-09 15:03:15 +00:00
bsd.subdir.mk target(__target) -> target(${__target}) 1997-11-15 13:09:52 +00:00
Makefile Undo rev 1.11, the cd is null since NOOBJ is set. 1998-01-03 14:04:55 +00:00
sys.mk FreeBSD's make knows about the MACHINE, but not the MACHINE_ARCH unless 1998-01-21 01:03:51 +00:00