svn commit: r359147 - head/comms/usrp

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 24 22:26:08 UTC 2014


Author: bapt
Date: Tue Jun 24 22:26:07 2014
New Revision: 359147
URL: http://svnweb.freebsd.org/changeset/ports/359147
QAT: https://qat.redports.org/buildarchive/r359147/

Log:
  Convert GMAKE to MAKE_CMD
  This ports needs way more work
  
  With hat:	portmgr

Modified:
  head/comms/usrp/Makefile

Modified: head/comms/usrp/Makefile
==============================================================================
--- head/comms/usrp/Makefile	Tue Jun 24 22:23:55 2014	(r359146)
+++ head/comms/usrp/Makefile	Tue Jun 24 22:26:07 2014	(r359147)
@@ -64,17 +64,17 @@ PLIST_SUB+=	PUSRP2="@comment "
 
 do-build:
 # build host component
-	(export PATH=${LOCALBASE}/zpu/bin:${PATH};cd ${CONFIGURE_WRKSRC}&&${GMAKE})
+	(export PATH=${LOCALBASE}/zpu/bin:${PATH};cd ${CONFIGURE_WRKSRC}&& ${SETENV} ${MAKE_ENV} ${MAKE_CMD})
 # build usrp firmware
 #	(export PATH=${LOCALBASE}/zpu/bin:${PATH};\
-#	cd ${WRKSRC}/images && ${GMAKE} -f Makefile images)
+#	cd ${WRKSRC}/images && ${MAKE_CMD} -f Makefile images)
 
 .if	USRP1
-	(cd ${WRKSRC}/images && ${GMAKE} -f Makefile images_usrp1)
+	(cd ${WRKSRC}/images && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -f Makefile images_usrp1)
 .endif
 .if	USRP2
 	(export PATH=${LOCALBASE}/zpu/bin:${PATH};\
-	cd ${WRKSRC}/images && ${GMAKE} -f Makefile images_usrp2)
+	cd ${WRKSRC}/images && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -f Makefile images_usrp2)
 .endif
 
 do-install:


More information about the svn-ports-head mailing list