aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5/style.Makefile.5
Commit message (Collapse)AuthorAgeFilesLines
* style.Makefile.5: Stop documenting NO_MANMateusz Piotrowski2023-10-031-3/+3
| | | | | | | | | NO_MAN has been an error since 2020 according to UPDATING. PR: 231357 MFC after: 3 days (cherry picked from commit 73fb7a7a7342bb590ba53e406b564df0d90c3304)
* style.Makefile.5: Wordsmith .PATH descriptionMateusz Piotrowski2023-10-031-1/+1
| | | | | | | MFC after: 3 days Fixes: 1ac5586c6d86 style.Makefile.5: Do not require $FreeBSD$ SCM IDs (cherry picked from commit 9e850513daf9cd1db7980f1f38ef7051331293fd)
* style.Makefile.5: Remove $FreeBSD$ from examplesMateusz Piotrowski2023-10-031-4/+0
| | | | | | MFC after: 3 days (cherry picked from commit 22faf70d7e137f39b6afe7da967679a7cdbe3507)
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit fa9896e082a1)
* style.Makefile.5: Do not require $FreeBSD$ SCM IDsMateusz Piotrowski2021-11-281-8/+1
| | | | | | | | It's no longer required to have those SCM IDs at the start of makefiles. MFC after: 3 days (cherry picked from commit 1ac5586c6d86134922e18871b270ca483c00bf8b)
* Rename NO_WERROR -> MK_WERROR=noAlex Richardson2021-01-071-1/+1
| | | | | | | | 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
* style.Makefile: list CSTD between WARNS and CFLAGSAlex Richardson2020-08-251-1/+3
| | | | | | | | This was suggested by emaste in https://reviews.freebsd.org/D25928 and matches most uses in the tree. Notes: svn path=/head/; revision=364766
* Document that we use {} for variable expansion.Bryan Drewery2015-10-221-1/+8
| | | | | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=289736
* mdoc: Remove tabs in non-literal context.Joel Dahl2012-03-261-1/+1
| | | | Notes: svn path=/head/; revision=233515
* Replace "/etc/make.conf" with references to make.conf(5)Yaroslav Tykhiy2005-10-101-1/+2
| | | | | | | | | | | | 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
* Fix a grammar nit of mine.David E. O'Brien2005-02-281-1/+1
| | | | Notes: svn path=/head/; revision=142818
* -mandoc style tweak rev 1.13.David E. O'Brien2005-02-281-4/+6
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=142817
* Catch up with the latest policies on knobs.David E. O'Brien2005-02-281-0/+21
| | | | Notes: svn path=/head/; revision=142770
* [NO]MAN -> NO_[MAN].Tom Rhodes2005-01-081-3/+3
| | | | | | | Bump doc date. Notes: svn path=/head/; revision=139901
* Fix a spelling error.Mike Pritchard2004-06-201-1/+1
| | | | Notes: svn path=/head/; revision=130782
* mdoc(7): EXAMPLES is the standard section name.Ruslan Ermilov2004-05-111-1/+1
| | | | Notes: svn path=/head/; revision=129123
* Fixed mispelling of SCRIPTS as SCRIPT.Bruce Evans2004-05-101-2/+2
| | | | Notes: svn path=/head/; revision=129087
* Document SHLIB, kind of.Dag-Erling Smørgrav2004-05-071-2/+2
| | | | Notes: svn path=/head/; revision=129025
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-3/+3
| | | | Notes: svn path=/head/; revision=119893
* Punctuation.Ruslan Ermilov2003-06-281-1/+1
| | | | Notes: svn path=/head/; revision=117008
* Another traffice ticket for crossing the .'ed line from the mdoc police.David E. O'Brien2003-03-021-7/+7
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=111754
* Also allow and document a "build" ordering for variables.David E. O'Brien2003-03-021-1/+20
| | | | | | | | | | | | 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 Do not use VPATH.David E. O'Brien2003-03-021-1/+27
| | | | | | | | | | | | 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
* Mdoc police.David E. O'Brien2003-03-021-56/+85
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=111717
* FreeBSD Makefile style guide.David E. O'Brien2003-02-261-0/+178
Approved by: TRB Notes: svn path=/head/; revision=111570