Add code that should catch the most common case when date/time is
set incorrectly.
This commit is contained in:
parent
eb085c43f0
commit
ec51d61f1a
4
Makefile
4
Makefile
@ -172,6 +172,10 @@ ${TGTS}:
|
|||||||
.MAIN: all
|
.MAIN: all
|
||||||
|
|
||||||
STARTTIME!= LC_ALL=C date
|
STARTTIME!= LC_ALL=C date
|
||||||
|
CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0
|
||||||
|
.if !empty(CHECK_TIME)
|
||||||
|
.error check your date/time: ${STARTTIME}
|
||||||
|
.endif
|
||||||
|
|
||||||
.if defined(HISTORICAL_MAKE_WORLD) || defined(DESTDIR)
|
.if defined(HISTORICAL_MAKE_WORLD) || defined(DESTDIR)
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user