Re: svn commit: r273653 - head/release

2014-11-04 Thread Dag-Erling Smørgrav
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= $

Re: svn commit: r273653 - head/release

2014-11-04 Thread Dag-Erling Smørgrav
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

Re: svn commit: r273653 - head/release

2014-11-04 Thread Dag-Erling Smørgrav
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