Date: Mon, 06 Feb 2017 04:28:49 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 216839] man page: document BSDmakefile for make Message-ID: <bug-216839-9@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
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@FreeBSD.org Reporter: iblis@hs.ntnu.edu.tw Just fonud thant make will search BSDmakefile: └─[iblis@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.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216839-9>
