This works:
Index: release/Makefile
===
--- release/Makefile.orig
+++ release/Makefile
@@ -56,10 +56,10 @@
.for _V in ${TARGET_ARCH}
.if !empty(TARGET:M${_V})
OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}
-VOLUME_LABEL= $
Dag-Erling Smørgrav writes:
> Index: release/Makefile
> ===
> --- release/Makefile.orig
> +++ release/Makefile
> @@ -56,10 +56,10 @@
> .for _V in ${TARGET_ARCH}
> .if !empty(TARGET:M${_V})
> OSRELEASE= ${TYPE}-${REVISION}-${BRANC
Glen Barber writes:
> Modified: head/release/Makefile
> ==
> --- head/release/Makefile Sun Oct 26 01:30:46 2014(r273652)
> +++ head/release/Makefile Sun Oct 26 01:41:54 2014(r273653)
> @@ -56,13 +56