Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153979805
D56558.id176231.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D56558.id176231.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1573,8 +1573,15 @@
${XZ_CMD} > ${PACKAGEDIR}/${dist}-dbg.txz
.endfor
+# We can't assume here that ${TMPPATH} will include ${PATH} or /usr/libexec
+# because we may be building with a STRICTTMPPATH, so we explicitly include
+# /usr/libexec here for flua. ${TMPPATH} still usefully includes anything else
+# we may need to function.
+_flua_PATH= ${TMPPATH}:/usr/libexec
+
makeman: .PHONY
- ${_+_}cd ${.CURDIR}/tools/build/options; sh makeman > \
+ ${_+_}@cd ${.CURDIR}/tools/build/options; \
+ PATH=${_flua_PATH:Q} flua makeman.lua > \
${.CURDIR}/share/man/man5/src.conf.5
# Ensure no regressions in self-includeability of sys/*.h and net*/*.h
@@ -1583,11 +1590,6 @@
${WMAKEENV} ${MAKE} ${WORLD_FLAGS} obj; \
${WMAKEENV} ${MAKE} ${WORLD_FLAGS} DESTDIR=${WORLDTMP} test-includes
-# We can't assume here that ${TMPPATH} will include ${PATH} or /usr/libexec
-# because we may be building with a STRICTTMPPATH, so we explicitly include
-# /usr/libexec here for flua. ${TMPPATH} still usefully includes anything else
-# we may need to function.
-_sysent_PATH= ${TMPPATH}:/usr/libexec
_sysent_dirs= sys/kern
_sysent_dirs+= sys/compat/freebsd32
_sysent_dirs+= sys/amd64/linux \
@@ -1600,7 +1602,7 @@
.for _dir in ${_sysent_dirs}
sysent-${_dir}: .PHONY
@echo "${MAKE} -C ${.CURDIR}/${_dir} sysent"
- ${_+_}@env PATH=${_sysent_PATH:Q} ${MAKE} -C ${.CURDIR}/${_dir} sysent
+ ${_+_}@env PATH=${_flua_PATH:Q} ${MAKE} -C ${.CURDIR}/${_dir} sysent
sysent: sysent-${_dir}
.endfor
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 26, 5:53 AM (34 m, 30 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32008098
Default Alt Text
D56558.id176231.diff (1 KB)
Attached To
Mode
D56558: makeman: switch over to the .lua implementation
Attached
Detach File
Event Timeline
Log In to Comment