aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile.ec2
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2021-03-04 14:22:45 +0000
committerGlen Barber <gjb@FreeBSD.org>2021-03-04 14:25:18 +0000
commit63749bfe96b792b3a435f84ad81a47888cae1dea (patch)
tree1eb7237d03e7fce627454f660337b9851ebd0319 /release/Makefile.ec2
parentfc1e79740e4a83013aa0050fc95a991ec9c78e27 (diff)
downloadsrc-63749bfe96b792b3a435f84ad81a47888cae1dea.tar.gz
src-63749bfe96b792b3a435f84ad81a47888cae1dea.zip
release: sprinkle UNAME_r hacks following c883b6fd8ccd
Pass UNAME_r override to make(1) for ports builds when building ports for another branch. MFC after: 3 days MFC with: 0be274d37379, 80ab50e1de19, c883b6fd8ccd Sponsored by: Rubicon Communications, LLC ("Netgate")
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 63552494db95..171de4ee2fa0 100644
--- a/release/Makefile.ec2
+++ b/release/Makefile.ec2
@@ -33,7 +33,7 @@ CW_EC2_PORTINSTALL=
cw-ec2-portinstall:
.if exists(${PORTSDIR}/net/bsdec2-image-upload/Makefile)
- env - PATH=$$PATH make -C ${PORTSDIR}/net/bsdec2-image-upload BATCH=1 all install clean
+ env - UNAME_r=${UNAME_r} 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