Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146946818
D54782.id170053.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
556 B
Referenced Files
None
Subscribers
None
D54782.id170053.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
Sun, Mar 8, 12:47 AM (29 m, 11 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29388413
Default Alt Text
D54782.id170053.diff (556 B)
Attached To
Mode
D54782: Add a double check that builddir is existing
Attached
Detach File
Event Timeline
Log In to Comment