1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Convert GMAKE to MAKE_CMD

This ports needs way more work

With hat:	portmgr
This commit is contained in:
Baptiste Daroussin 2014-06-24 22:26:07 +00:00
parent bd08fe2064
commit 125b32f7b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359147

View File

@ -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: