PERFORCE change 30634 for review
Peter Wemm
peter at FreeBSD.org
Mon May 5 14:36:22 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=30634
Change 30634 by peter at peter_daintree on 2003/05/05 14:35:51
stub out sys/boot entirely for amd64 for the time being.
The makefiles are not up to it.
Affected files ...
.. //depot/projects/hammer/sys/Makefile#2 edit
Differences ...
==== //depot/projects/hammer/sys/Makefile#2 (text+ko) ====
@@ -1,7 +1,10 @@
# $FreeBSD: src/sys/Makefile,v 1.26 2002/04/26 17:55:21 ru Exp $
+SUBDIR=
# The boot loader
-SUBDIR= boot
+.if ${MACHINE_ARCH} != "amd64"
+SUBDIR+=boot
+.endif
# KLD modules build for both a.out and ELF
.if defined(MODULES_WITH_WORLD)
More information about the p4-projects
mailing list