aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* build: provide a default WARNS for all in-tree buildsKyle Evans2020-09-181-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | The current default is provided in various Makefile.inc in some top-level directories and covers a good portion of the tree, but doesn't cover parts of the build a little deeper (e.g. libcasper). Provide a default in src.sys.mk and set WARNS to it in bsd.sys.mk if that variable is defined. This lets us relatively cleanly provide a default WARNS no matter where you're building in the src tree without breaking things outside of the tree. Crunchgen has been updated as a bootstrap tool to work on this change because it needs r365605 at a minimum to succeed. The cleanup necessary to successfully walk over this change on WITHOUT_CLEAN builds has been added. There is a supplemental project to this to list all of the warnings that are encountered when the environment has WARNS=6 NO_WERROR=yes: https://warns.kevans.dev -- this project will hopefully eventually go away in favor of CI doing a much better job than it. Reviewed by: emaste, brooks, ngie (all earlier version) Reviewed by: emaste, arichardson (depend-cleanup.sh change) Differential Revision: https://reviews.freebsd.org/D26455 Notes: svn path=/head/; revision=365887
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-3/+1
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Backout -Werror protection. No need to walk all over the upcomingMark Murray2002-02-061-1/+0
| | | | | | | GCC3 changeover. Notes: svn path=/head/; revision=90313
* Protect "make world", as I am doing some (potentially) dangerousMark Murray2001-12-021-0/+6
| | | | | | | | | WARNS=2 fixes. Add a commented out WARNS=2 to indicate future intentions. Notes: svn path=/head/; revision=87239
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+3
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590