PERFORCE change 32255 for review

Peter Wemm peter at FreeBSD.org
Sat May 31 19:18:43 PDT 2003


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

Change 32255 by peter at peter_hammer on 2003/05/31 19:17:57

	build size configuration

Affected files ...

.. //depot/projects/hammer/release/Makefile#24 edit

Differences ...

==== //depot/projects/hammer/release/Makefile#24 (text+ko) ====

@@ -214,6 +214,13 @@
 MFSINODE=		8192
 MFSLABEL=		auto
 MFSSIZE=		8192
+.elif ${TARGET_ARCH} == "amd64"
+BIGBOOTSIZE=		4096
+MFSSIZE=		4096
+BOOTINODE=		8192
+MFSINODE=		8192
+BIGBOOTLABEL=		auto
+MFSLABEL=		auto
 .endif
 
 .if exists(/sbin/bsdlabel)


More information about the p4-projects mailing list