Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145640544
D54782.1778364260.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
556 B
Referenced Files
None
Subscribers
None
D54782.1778364260.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D54782: Add a double check that builddir is existing
Attached
Detach File
Event Timeline
Log In to Comment