PERFORCE change 102452 for review

Gabor Kovesdan gabor at FreeBSD.org
Wed Jul 26 12:39:26 UTC 2006


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

Change 102452 by gabor at gabor_spitfire on 2006/07/26 12:38:31

	Use GMAKE appropriately.  GNU make is always a build time
	dependency, accordingly it should be used in the host environment.
	This fixes the build of ports like net/avahi on the cluster
	in i386-6-exp run.

Affected files ...

.. //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#62 edit

Differences ...

==== //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#62 (text+ko) ====

@@ -2077,7 +2077,7 @@
 NONEXISTENT?=	/nonexistent
 
 # Miscellaneous overridable commands:
-GMAKE?=			${LOCALBASE}/bin/gmake
+GMAKE?=			gmake
 XMKMF?=			xmkmf -a
 .if exists(/sbin/md5)
 MD5?=			/sbin/md5


More information about the p4-projects mailing list