From a0b8365d7bf95cd9f4fc55b65dfa85bef86d4e1e Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 21 May 2015 18:42:42 +0200 Subject: [PATCH 063/310] release/Makefile: Export VOLUME_LABEL for make-memstick.sh Obtained from: ElectroBSD --- release/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release/Makefile b/release/Makefile index 6ef295328738..d12e799cbabc 100644 --- a/release/Makefile +++ b/release/Makefile @@ -77,6 +77,8 @@ VOLUME_LABEL= ${REVISION:C/[.-]/_/g}_${BRANCH:C/[.-]/_/g}_${TARGET_ARCH} VOLUME_LABEL= FreeBSD_Install .endif +.export VOLUME_LABEL + .if !exists(${PORTSDIR}) || !defined(WITH_PORTS) NOPORTS= true .endif -- 2.37.1