Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Apr 2005 01:22:27 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 74565 for review
Message-ID:  <200504060122.j361MR05097123@repoman.freebsd.org>

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

Change 74565 by peter@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} \



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