Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216839

            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:

=E2=94=94=E2=94=80[iblis@ionic]% cat /usr/src/share/mk/sys.mk | grep -5 BSD=
makefile=20

# Tell bmake to expand -V VAR by default
.MAKE.EXPAND_VARIABLES=3D yes

# Tell bmake the makefile preference
.MAKE.MAKEFILE_PREFERENCE=3D 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=3D yes


And here is the patch:

Index: contrib/bmake/make.1
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- 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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216839-9>