PERFORCE change 131813 for review

Peter Wemm peter at FreeBSD.org
Thu Dec 27 15:05:51 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=131813

Change 131813 by peter at peter_melody on 2007/12/27 23:05:42

	Seems I broke somethign with the 32 bit cross compile stuff.
	Temporarily disable loader builds.

Affected files ...

.. //depot/projects/hammer/sys/boot/Makefile#19 edit

Differences ...

==== //depot/projects/hammer/sys/boot/Makefile#19 (text+ko) ====

@@ -18,6 +18,6 @@
 .endif
 
 # Pick the machine-dependent subdir based on the target architecture.
-SUBDIR+=		${MACHINE:S/amd64/i386/:S/sun4v/sparc64/}
+#SUBDIR+=		${MACHINE:S/amd64/i386/:S/sun4v/sparc64/}
 
 .include <bsd.subdir.mk>


More information about the p4-projects mailing list