Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2003 00:15:01 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 32276 for review
Message-ID:  <200306010715.h517F1EX000757@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=32276

Change 32276 by peter@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]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306010715.h517F1EX000757>