Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2013 14:09:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317116 - head/Mk
Message-ID:  <201305021409.r42E9LYC074480@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu May  2 14:09:21 2013
New Revision: 317116
URL: http://svnweb.freebsd.org/changeset/ports/317116

Log:
  Do bmake complaining about non-zero return, while here stop hardcoding make

Modified:
  head/Mk/bsd.gnustep.mk

Modified: head/Mk/bsd.gnustep.mk
==============================================================================
--- head/Mk/bsd.gnustep.mk	Thu May  2 14:07:31 2013	(r317115)
+++ head/Mk/bsd.gnustep.mk	Thu May  2 14:09:21 2013	(r317116)
@@ -542,7 +542,7 @@ do-install:
 .endif
 
 .if !defined(GNUSTEP_WITH_BASE_GCC)
-TARGLIB!=	(cd ${PORTSDIR}/${GNUSTEP_GCC_PORT} && make -V TARGLIB)
+TARGLIB!=	${MAKE} -C ${PORTSDIR}/${GNUSTEP_GCC_PORT} -V TARGLIB
 .endif
 
 .endif



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