Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164799264
D42608.id130105.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
881 B
Referenced Files
None
Subscribers
None
D42608.id130105.diff
View Options
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -93,10 +93,10 @@
zoneinfo: ${TDATA}
mkdir -p ${TZBUILDDIR}
- cd ${TZBUILDDIR}; mkdir -p ${TZBUILDSUBDIRS}
- umask 022; cd ${.CURDIR}; \
+ (cd ${TZBUILDDIR}; mkdir -p ${TZBUILDSUBDIRS})
+ (umask 022; cd ${.CURDIR}; \
${ZIC:Uzic} -D -d ${TZBUILDDIR} ${ZICFLAGS} -m ${NOBINMODE} \
- ${LEAPFILE} ${TZFILES}
+ ${LEAPFILE} ${TZFILES})
#
# Sort TZS to ensure they are the same every build. find -s might
@@ -110,7 +110,7 @@
beforeinstall: install-zoneinfo
install-zoneinfo:
mkdir -p ${DESTDIR}/usr/share/zoneinfo
- cd ${DESTDIR}/usr/share/zoneinfo; mkdir -p ${TZBUILDSUBDIRS}
+ (cd ${DESTDIR}/usr/share/zoneinfo; mkdir -p ${TZBUILDSUBDIRS})
.for f in ${TZS}
${INSTALL} ${TAG_ARGS} \
-o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 5, 2:47 AM (17 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35948972
Default Alt Text
D42608.id130105.diff (881 B)
Attached To
Mode
D42608: zoneinfo: fix makefile rules script
Attached
Detach File
Event Timeline
Log In to Comment