[Midnightbsd-cvs] mports [19243] trunk/Mk/bsd.mport.mk: get rid of soft make args on makesum target

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 30 10:56:24 EDT 2015


Revision: 19243
          http://svnweb.midnightbsd.org/mports/?rev=19243
Author:   laffer1
Date:     2015-05-30 10:56:23 -0400 (Sat, 30 May 2015)
Log Message:
-----------
get rid of soft make args on makesum target

Modified Paths:
--------------
    trunk/Mk/bsd.mport.mk

Modified: trunk/Mk/bsd.mport.mk
===================================================================
--- trunk/Mk/bsd.mport.mk	2015-05-30 14:33:22 UTC (rev 19242)
+++ trunk/Mk/bsd.mport.mk	2015-05-30 14:56:23 UTC (rev 19243)
@@ -3005,7 +3005,7 @@
 
 .if !target(makesum)
 makesum: check-checksum-algorithms
-	@cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} fetch NO_CHECKSUM=yes \
+	@cd ${.CURDIR} && ${MAKE} fetch NO_CHECKSUM=yes \
 		DISABLE_SIZE=yes
 	@if [ -f ${DISTINFO_FILE} ]; then ${CAT} /dev/null > ${DISTINFO_FILE}; fi
 	@( \



More information about the Midnightbsd-cvs mailing list