PERFORCE change 32276 for review

Peter Wemm peter at FreeBSD.org
Sun Jun 1 00:15:03 PDT 2003


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

Change 32276 by peter at peter_hammer on 2003/06/01 00:14:26

	Dont build a fixit floppy for amd64.
	Sorry David, the chroot ${CHROOTDIR} vs ${_MK} thing
	doesn't work.   "chroot home scratch mk" isn't valid here.

Affected files ...

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

Differences ...

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

@@ -272,6 +272,9 @@
 FIXIT_TARGET=
 .elif ${TARGET} == "pc98"
 CRUNCH_TARGETS=	boot fixit fixit-small
+.elif ${TARGET_ARCH} == "amd64"
+CRUNCH_TARGETS= boot
+FIXIT_TARGET=
 .endif
 
 .if !defined(CRUNCH_TARGETS)
@@ -480,7 +483,7 @@
 	chmod 755 ${_MK}
 	# Ensure md.ko is loaded if md(4) is not statically compiled into the kernel
 	-mdconfig 2>/dev/null
-	env -i /usr/sbin/chroot ${_MK:S/\// /g}
+	env -i /usr/sbin/chroot ${CHROOTDIR} /mk
 
 clean:
 	rm -rf boot_crunch release.[0-9]


More information about the p4-projects mailing list