Page MenuHomeFreeBSD

D52294.diff
No OneTemporary

D52294.diff

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -399,8 +399,12 @@
STARTTIME!= LC_ALL=C date
CHECK_TIME!= cmp=`mktemp`; find ${.CURDIR}/sys/sys/param.h -newer "$$cmp" && rm "$$cmp"; echo
.if !empty(CHECK_TIME)
+.if make(buildenv) && !defined(BUILDENV_SHELL)
+.warning check your date/time: ${STARTTIME}
+.else
.error check your date/time: ${STARTTIME}
.endif
+.endif
.if defined(HISTORICAL_MAKE_WORLD) || defined(DESTDIR)
#

File Metadata

Mime Type
text/plain
Expires
Mon, Jun 29, 12:33 PM (4 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34433463
Default Alt Text
D52294.diff (451 B)

Event Timeline