Page MenuHomeFreeBSD

D14157.id38944.diff
No OneTemporary

D14157.id38944.diff

Index: head/Makefile
===================================================================
--- head/Makefile
+++ head/Makefile
@@ -352,7 +352,7 @@
@false
STARTTIME!= LC_ALL=C date
-CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0s ; echo
+CHECK_TIME!= cmp=`mktemp`; find ${.CURDIR}/sys/sys/param.h -newer "$$cmp" && rm "$$cmp"; echo
.if !empty(CHECK_TIME)
.error check your date/time: ${STARTTIME}
.endif

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 8, 4:38 PM (10 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28474442
Default Alt Text
D14157.id38944.diff (417 B)

Event Timeline