svn commit: r283575 - head/release
Glen Barber
gjb at FreeBSD.org
Tue May 26 17:42:28 UTC 2015
Author: gjb
Date: Tue May 26 17:42:28 2015
New Revision: 283575
URL: https://svnweb.freebsd.org/changeset/base/283575
Log:
Remove duplicate exists() sanity check.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/release/Makefile.mirrors
Modified: head/release/Makefile.mirrors
==============================================================================
--- head/release/Makefile.mirrors Tue May 26 17:40:36 2015 (r283574)
+++ head/release/Makefile.mirrors Tue May 26 17:42:28 2015 (r283575)
@@ -85,8 +85,6 @@ remove-old-bits:
iso-images-stage:
mkdir -p ${ISO_DIR}
mkdir -p ${TLD}/ISO-IMAGES/${REVISION}
-.if exists(${RELEASEDIR})
- @# Assume we have images to copy.
. if defined(SNAPSHOT) && !empty(SNAPSHOT)
cd ${RELEASEDIR} && rm -f CHECKSUM.*
. for IMAGE in ${IMAGES}
@@ -206,7 +204,6 @@ iso-images-stage:
ln -s ${TARGET_ARCH}/${REVISION}-${BRANCH} \
${REVISION}-${BRANCH}
. endif
-.endif # no RELEASEDIR
vm-images-stage:
mkdir -p ${VM_DIR}
More information about the svn-src-head
mailing list