PERFORCE change 74565 for review

Peter Wemm peter at FreeBSD.org
Tue Apr 5 18:22:29 PDT 2005


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

Change 74565 by peter at peter_melody on 2005/04/06 01:22:06

	Warner's commit from a few days ago to src/include/Makefile
	exposed the fact that I wasn't overriding $MACHINE for make, and
	it was defaulting to "amd64".

Affected files ...

.. //depot/projects/hammer/Makefile.inc1#88 edit

Differences ...

==== //depot/projects/hammer/Makefile.inc1#88 (text+ko) ====

@@ -223,6 +223,7 @@
 # Yes, the flags are redundant.
 LIB32MAKEENV=	MAKEOBJDIRPREFIX=${OBJTREE}/lib32 \
 		_SHLIBDIRPREFIX=${LIB32TMP} \
+		MACHINE=i386 \
 		MACHINE_ARCH=i386 \
 		INSTALL="sh ${.CURDIR}/tools/install.sh" \
 		PATH=${TMPPATH} \


More information about the p4-projects mailing list