Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+18 |
|\ | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp | ||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| | | |||||
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| | | |||||
| * | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| | | |||||
| * | sync from head | sjg | 2013-04-12 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
| * | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| | | |||||
| * | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | |||||
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 |
| | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> | ||||
* | | Make c89(1) invoke /usr/bin/cc with argv[0] also set to /usr/bin/cc, | dim | 2013-03-07 | 1 | -1/+1 |
|/ | | | | | | | | similar to what c99(1) does, to prevent "c89: illegal option -- 1" messages, when clang is /usr/bin/cc. Reported by: tijl MFC after: 3 days | ||||
* | Revert most of r210764, now that mdocml does the right | uqs | 2010-12-28 | 1 | -2/+2 |
| | | | | | | thing with empty quotation macros. Requested by: Alex Kozlov | ||||
* | mdoc: make sure to pass at least one argument to quotation macros | uqs | 2010-08-02 | 1 | -2/+2 |
| | |||||
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 1 | -1/+1 |
| | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) | ||||
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+1 |
| | | | | needed. | ||||
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -1/+0 |
| | | | | Tested with: make universe | ||||
* | Reduce diffs with c99(1). | ru | 2007-03-10 | 1 | -12/+13 |
| | |||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 2 | -12/+7 |
| | |||||
* | Let bsd.prog.mk set SRCS and MAN to their default values. | ru | 2005-01-28 | 1 | -1/+0 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -13/+26 |
| | |||||
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
| | | | | help the GCC3 transition and CURRENT in general. | ||||
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -1/+0 |
| | | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. | ||||
* | Use __FBSDID(). | markm | 2001-12-03 | 1 | -4/+4 |
| | |||||
* | WARNS=2 fixup. | markm | 2001-12-02 | 2 | -10/+15 |
| | |||||
* | mdoc(7) police: fix markup. | ru | 2001-05-10 | 1 | -20/+20 |
| | |||||
* | Here comes the forgotten C source, oopsy. | schweikh | 2001-05-08 | 1 | -0/+108 |
| | | | | | | | | | Turned the shell script into a binary fixing several minor buglets. Mention _POSIX_SOURCE feature test macro in man page. PR: bin/19337 Submitted by: schweikh Reviewed by: joerg, bde MFC after: 2 weeks | ||||
* | Turned the shell script into a binary fixing several minor buglets. | schweikh | 2001-05-08 | 3 | -77/+9 |
| | | | | | | | | Mention _POSIX_SOURCE feature test macro in man page. PR: bin/19337 Submitted by: myself way back when I was a nobody :-) (schweikh) Reviewed by: joerg, bde MFC after: 2 weeks | ||||
* | beforeinstall -> SCRIPTS. | ru | 2001-04-07 | 1 | -4/+1 |
| | |||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+3 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -5/+5 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Typo. Standard list of flag | charnier | 1999-12-05 | 2 | -4/+4 |
| | | | | Add ``c89: '' in front of error messages to be errx()-like. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Added -D_ANSI_SOURCE as discussed with bde, | helbig | 1997-10-05 | 1 | -3/+19 |
| | | | | | removed bogus -trigraph (pointed out by bde), included check of operands (suggested by joerg) | ||||
* | Use -ansi -pedantic -trigraphs, as suggested by Bruce. | joerg | 1997-09-18 | 2 | -21/+133 |
| | | | | | | | | Enforce that only Posix-spec'ed options are being used, so people could use this as a Posixificator of some kind. Document the Posix usage in the man page, so to make it clear what's the difference between Posix c89, and gcc. | ||||
* | c89 is the Posix.2 name for a C compiler that accepts ANSI/ISO C source | joerg | 1997-09-17 | 3 | -0/+122 |
code. Basically a shortcut to cc -ansi -trigraphs. |