[Midnightbsd-cvs] src [7636] trunk/Makefile: make check time work with newer make

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 17 21:12:20 EDT 2016


Revision: 7636
          http://svnweb.midnightbsd.org/src/?rev=7636
Author:   laffer1
Date:     2016-06-17 21:12:19 -0400 (Fri, 17 Jun 2016)
Log Message:
-----------
make check time work with newer make

Modified Paths:
--------------
    trunk/Makefile

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2016-06-18 01:09:07 UTC (rev 7635)
+++ trunk/Makefile	2016-06-18 01:12:19 UTC (rev 7636)
@@ -208,7 +208,7 @@
 	@false
 
 STARTTIME!= LC_ALL=C date
-CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0s
+CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0s ; echo
 .if !empty(CHECK_TIME)
 .error check your date/time: ${STARTTIME}
 .endif



More information about the Midnightbsd-cvs mailing list