From 508485254cc3499bc2ad567546a93538c28b62dc Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Tue, 26 May 2015 17:42:28 +0000 Subject: Remove duplicate exists() sanity check. MFC after: 3 days Sponsored by: The FreeBSD Foundation --- release/Makefile.mirrors | 3 --- 1 file changed, 3 deletions(-) (limited to 'release/Makefile.mirrors') diff --git a/release/Makefile.mirrors b/release/Makefile.mirrors index fb32427139a3..945b16972558 100644 --- a/release/Makefile.mirrors +++ b/release/Makefile.mirrors @@ -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} -- cgit v1.2.3