Page MenuHomeFreeBSD

D54782.1778364260.diff
No OneTemporary

Size
556 B
Referenced Files
None
Subscribers
None

D54782.1778364260.diff

Index: zoneinfo/Makefile
===================================================================
--- zoneinfo/Makefile
+++ zoneinfo/Makefile
@@ -92,6 +92,13 @@
install-zoneinfo: zonefiles
.endif
+# Mark zonefiles as .PHONY if builddir is missing to force rebuild.
+# This handles the case where make clean removed builddir but meta mode
+# thinks zonefiles is up to date.
+.if exists(${.OBJDIR}/zonefiles) && !exists(${TZBUILDDIR})
+zonefiles: .PHONY
+.endif
+
zonefiles: ${TDATA}
mkdir -p ${TZBUILDDIR}
(cd ${TZBUILDDIR}; mkdir -p ${TZBUILDSUBDIRS})

File Metadata

Mime Type
text/plain
Expires
Sat, May 9, 10:04 PM (17 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28627066
Default Alt Text
D54782.1778364260.diff (556 B)

Event Timeline