Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144341429
D48737.id150853.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1016 B
Referenced Files
None
Subscribers
None
D48737.id150853.diff
View Options
diff --git a/share/mk/Makefile b/share/mk/Makefile
--- a/share/mk/Makefile
+++ b/share/mk/Makefile
@@ -69,8 +69,10 @@
meta.sys.mk \
meta2deps.py \
meta2deps.sh \
+ ${SRCTOP}/contrib/bmake/mk/newlog.sh \
${SRCTOP}/contrib/bmake/mk/posix.mk \
stage-install.sh \
+ ${SRCTOP}/contrib/bmake/mk/setopts.sh \
sys.mk \
sys.dependfile.mk \
sys.dirdeps.mk \
@@ -78,6 +80,11 @@
FILESDIR= ${BINDIR}/mk
+# make sure scripts are executable
+.for file in ${FILES:M*.sh} ${FILES:M*.py}
+FILESMODE_${file} = 555
+.endfor
+
.if ${MK_TESTS} != "no"
FILES+= atf.test.mk
FILES+= googletest.test.inc.mk
diff --git a/share/mk/local.sys.env.mk b/share/mk/local.sys.env.mk
--- a/share/mk/local.sys.env.mk
+++ b/share/mk/local.sys.env.mk
@@ -43,6 +43,12 @@
# error spam and show a proper error.
Mkdirs= Mkdirs() { mkdir -p $$* || :; }
+# jobs.mk wants this
+.if empty(NEWLOG_SH)
+NEWLOG_SH:= ${SRCTOP}/contrib/bmake/mk/newlog.sh
+.export NEWLOG_SH
+.endif
+
.if !empty(.MAKEFLAGS:M-s)
ECHO_TRACE?= true
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 10:46 PM (11 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28507294
Default Alt Text
D48737.id150853.diff (1016 B)
Attached To
Mode
D48737: Add newlog.sh and setops.sh to share/mk
Attached
Detach File
Event Timeline
Log In to Comment