| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
NO_MAN has been an error since 2020 according to UPDATING.
PR: 231357
MFC after: 3 days
(cherry picked from commit 73fb7a7a7342bb590ba53e406b564df0d90c3304)
|
|
|
|
|
|
|
| |
MFC after: 3 days
Fixes: 1ac5586c6d86 style.Makefile.5: Do not require $FreeBSD$ SCM IDs
(cherry picked from commit 9e850513daf9cd1db7980f1f38ef7051331293fd)
|
|
|
|
|
|
| |
MFC after: 3 days
(cherry picked from commit 22faf70d7e137f39b6afe7da967679a7cdbe3507)
|
|
|
|
|
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Similar commit in main:
(cherry picked from commit fa9896e082a1)
|
|
|
|
|
|
|
|
| |
It's no longer required to have those SCM IDs at the start of makefiles.
MFC after: 3 days
(cherry picked from commit 1ac5586c6d86134922e18871b270ca483c00bf8b)
|
|
|
|
|
|
|
|
| |
As suggested in D27598. This also supports MK_WERROR.clang=no and
MK_WERROR.gcc=no to support the existing NO_WERROR.<compiler> uses.
Reviewed By: brooks
Differential Revision: https://reviews.freebsd.org/D27601
|
|
|
|
|
|
|
|
| |
This was suggested by emaste in https://reviews.freebsd.org/D25928 and
matches most uses in the tree.
Notes:
svn path=/head/; revision=364766
|
|
|
|
|
|
|
|
| |
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=289736
|
|
|
|
| |
Notes:
svn path=/head/; revision=233515
|
|
|
|
|
|
|
|
|
|
|
|
| |
where applicable. The main reason for this change is that
the location of make.conf is not constant and can be
modified via __MAKE_CONF. This change also improves
hyper-text linkage in our manpages.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=151202
|
|
|
|
| |
Notes:
svn path=/head/; revision=142818
|
|
|
|
|
|
|
| |
Submitted by: ru
Notes:
svn path=/head/; revision=142817
|
|
|
|
| |
Notes:
svn path=/head/; revision=142770
|
|
|
|
|
|
|
| |
Bump doc date.
Notes:
svn path=/head/; revision=139901
|
|
|
|
| |
Notes:
svn path=/head/; revision=130782
|
|
|
|
| |
Notes:
svn path=/head/; revision=129123
|
|
|
|
| |
Notes:
svn path=/head/; revision=129087
|
|
|
|
| |
Notes:
svn path=/head/; revision=129025
|
|
|
|
| |
Notes:
svn path=/head/; revision=119893
|
|
|
|
| |
Notes:
svn path=/head/; revision=117008
|
|
|
|
|
|
|
| |
Submitted by: ru
Notes:
svn path=/head/; revision=111754
|
|
|
|
|
|
|
|
|
|
|
|
| |
Both "product" and "build" ordering are rampant in /usr/src. This document
is not indented to be as strict as style(9) as historically BSD hasn't been
as consistent about Makefile as C code. Also there are too many variations,
exceptions and allowances in out existing Makefile style to be strict.
However there is a general level of consensus on what the general BSD style
of our Makefiles is. This manpage documents that "smell".
Notes:
svn path=/head/; revision=111722
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Give the proper spelling for WARNS.
o Clarify using NO_WERROR.
o Embelish -D after -I verbage.
o Document preference of ${.ALLSRC} & ${.TARGET} vs. $< & $@.
Based on: brucification
Notes:
svn path=/head/; revision=111719
|
|
|
|
|
|
|
| |
Submitted by: ru
Notes:
svn path=/head/; revision=111717
|
|
Approved by: TRB
Notes:
svn path=/head/; revision=111570
|