Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2006 12:39:25 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 102452 for review
Message-ID:  <200607261239.k6QCdPLX009265@repoman.freebsd.org>

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

Change 102452 by gabor@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



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