[Bug 216839] man page: document BSDmakefile for make
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Feb 6 04:28:49 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216839
Bug ID: 216839
Summary: man page: document BSDmakefile for make
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Documentation
Assignee: freebsd-doc at FreeBSD.org
Reporter: iblis at hs.ntnu.edu.tw
Just fonud thant make will search BSDmakefile:
└─[iblis at ionic]% cat /usr/src/share/mk/sys.mk | grep -5 BSDmakefile
# Tell bmake to expand -V VAR by default
.MAKE.EXPAND_VARIABLES= yes
# Tell bmake the makefile preference
.MAKE.MAKEFILE_PREFERENCE= BSDmakefile makefile Makefile
# Tell bmake to always pass job tokens, regardless of target depending on
# .MAKE or looking like ${MAKE}/${.MAKE}/$(MAKE)/$(.MAKE)/make.
.MAKE.ALWAYS_PASS_JOB_QUEUE= yes
And here is the patch:
Index: contrib/bmake/make.1
===================================================================
--- contrib/bmake/make.1 (revision 313274)
+++ contrib/bmake/make.1 (working copy)
@@ -60,6 +60,8 @@
makefile option is given,
.Nm
will try to open
+.Ql Pa BSDmakefile
+,
.Ql Pa makefile
then
.Ql Pa Makefile
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-doc
mailing list