summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2016-06-09 03:54:25 +0000
committercperciva <cperciva@FreeBSD.org>2016-06-09 03:54:25 +0000
commit43304caec75d951f4e8e24379f9a2b8bafe05b61 (patch)
tree1e10a209c0c59900752ee26e0a53c19f180bbf5c
parente65b37c80944222a70a895d3ceab4bcc01f40c08 (diff)
downloadFreeBSD-src-43304caec75d951f4e8e24379f9a2b8bafe05b61.zip
FreeBSD-src-43304caec75d951f4e8e24379f9a2b8bafe05b61.tar.gz
Add 'env - PATH=$$PATH' to bsdec2-image-upload make command, in order to
avoid environment pollution problems. That port uses <bsd.prog.mk> but is not compatible with the latest mk bits in HEAD. Reported by: gjb No rush, but make sure it's in the tree before tomorrow by: gjb
-rw-r--r--release/Makefile.ec22
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile.ec2 b/release/Makefile.ec2
index 221ea6c..45a08e4 100644
--- a/release/Makefile.ec2
+++ b/release/Makefile.ec2
@@ -23,7 +23,7 @@ CW_EC2_PORTINSTALL=
cw-ec2-portinstall:
.if exists(${PORTSDIR}/net/bsdec2-image-upload/Makefile)
- make -C ${PORTSDIR}/net/bsdec2-image-upload BATCH=1 all install clean
+ env - PATH=$$PATH make -C ${PORTSDIR}/net/bsdec2-image-upload BATCH=1 all install clean
.else
. if !exists(/usr/local/sbin/pkg-static)
env ASSUME_ALWAYS_YES=yes pkg bootstrap -y
OpenPOWER on IntegriCloud