Page MenuHomeFreeBSD

D14157.diff
No OneTemporary

D14157.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
Thu, Oct 3, 6:22 AM (21 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13429779
Default Alt Text
D14157.diff (417 B)

Event Timeline