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}
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to