summaryrefslogtreecommitdiff
path: root/release/Makefile.ec2
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2016-06-09 03:54:25 +0000
committerColin Percival <cperciva@FreeBSD.org>2016-06-09 03:54:25 +0000
commit17dbc50b70a88f7d5087f00ba5aa82518c3df65f (patch)
tree1e10a209c0c59900752ee26e0a53c19f180bbf5c /release/Makefile.ec2
parentd3a5e7a338f28693e0be0f0a227393ac5514e084 (diff)
downloadsrc-test-17dbc50b70a88f7d5087f00ba5aa82518c3df65f.tar.gz
src-test-17dbc50b70a88f7d5087f00ba5aa82518c3df65f.zip
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
Notes
Notes: svn path=/head/; revision=301716
Diffstat (limited to 'release/Makefile.ec2')
-rw-r--r--release/Makefile.ec22
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile.ec2 b/release/Makefile.ec2
index 221ea6cc0d82e..45a08e4872981 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