From 17dbc50b70a88f7d5087f00ba5aa82518c3df65f Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Thu, 9 Jun 2016 03:54:25 +0000 Subject: Add 'env - PATH=$$PATH' to bsdec2-image-upload make command, in order to avoid environment pollution problems. That port uses 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 --- release/Makefile.ec2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/Makefile.ec2') diff --git a/release/Makefile.ec2 b/release/Makefile.ec2 index 221ea6cc0d82..45a08e487298 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 -- cgit v1.2.3