summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* Fix splitting into words of the .for expression to allow forru2008-03-241-22/+8
* Fix bugs in the previous revision.ru2008-03-241-8/+13
* If the special target .MAKEFILEDEPS exists, then enable theobrien2008-03-121-26/+26
* If the special target .MAKEFILEDEPS exists, then enable theobrien2008-03-124-1/+24
* The non-POSIX environment variable MAKE was supersededyar2008-03-051-1/+1
* Don't forget to set MAKEFLAGS in the childs' environmentyar2008-03-052-31/+35
* It seems some don't care for the anchient joke. Add WITHOUT_OLD_JOKEobrien2008-03-041-0/+2
* No need to tell make to DTRT with "make love", just do it.obrien2008-03-042-11/+0
* <limits.h> is necessary for using INT_MIN, so included it hereimp2008-03-041-0/+1
* Move a stray paragraph on .Ev MAKEFLAGS to where it belongs.yar2008-03-041-14/+14
* Revise the description of how .Ev MAKEFILE and .Va .MAKEFILE relate.yar2008-03-041-21/+27
* Split descriptions of .Ev MAKEFILE and .Va .MAKEFLAGS for clarity.yar2008-03-041-2/+2
* Note 7.0 was the first version that FreeBSD/pc98 had a MACHINE of pc98imp2008-03-041-8/+7
* Linux requires -D__dead2= and -D__unused= to get rid of theimp2008-03-041-1/+1
* Use a clever definition of __FBSDID to allow building on !FreeBSD systems.imp2007-12-091-2/+5
* Fix -jX when makefiles are remade.fjoe2007-11-251-0/+16
* Give more details on the following topics:yar2007-10-311-7/+77
* Change directory back to ${.CURDIR} when remaking Makefiles.fjoe2007-06-011-1/+9
* Improve logging when -dm is specified: if the node is consideredfjoe2007-04-203-8/+7
* When remaking makefiles check that mtime has actually changed.fjoe2007-04-201-3/+14
* In .error and .warning, prefer command-line variablesru2007-04-121-1/+1
* Better English.fjoe2007-03-081-1/+1
* Implement "Remaking Makefiles" feature:fjoe2007-03-087-27/+279
* Fix a bug where the standard input (fifoFd == 0) was confused with anwill2007-03-081-1/+1
* o Grammar: is appears -> appears.maxim2006-12-311-1/+1
* Fix a group of typos:yar2006-12-291-1/+1
* Don't go beyond the provided string when parsing the `\' character.ru2006-10-091-2/+4
* Markup nit.ru2006-09-291-1/+1
* Markup fixes.ru2006-09-291-1/+1
* Tell when a .include is processed with '-dd'.obrien2006-07-221-0/+1
* VarAdd() already does the debug printing, so Var_Set() only needs to do itobrien2006-07-171-2/+1
* whitespace fixingobrien2006-07-171-8/+8
* So, what's it supposed to say when you type "make love"?ru2006-05-111-0/+1
* Update comment about var modifiers (add 'N' and 'O' descriptions).fjoe2006-04-081-2/+5
* Add :u var modifier (remove adjacent duplicate words like uniq(1).fjoe2006-04-082-0/+43
* Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98.ru2005-12-051-16/+11
* Quickly fix brokeness in revision 1.157, that change wasdavidxu2005-12-011-4/+4
* - match_var: do not address memory at invalid address (`len' can be greaterfjoe2005-11-302-3/+5
* Make sure that files included using ".include <foo>" are reallyru2005-10-171-17/+16
* Revise the manpage to a certain extent, mostly with respect toyar2005-10-141-32/+68
* __MAKE_CONF doesn't really belong here because it isyar2005-10-121-10/+1
* Clarify the usage and effects of sys.mk, make.conf(5), and __MAKE_CONF.yar2005-10-101-4/+13
* Make sure that the created fifo gets deleted if the top level make instancescottl2005-10-091-0/+2
* Remove redundant `\&' escapes.ru2005-09-271-28/+28
* Fixup previous commit.ru2005-09-271-3/+2
* Please ship the pointy hat to its home position.phk2005-09-261-2/+0
* Update coordinates for "mph" hash generator now that it lives in ports.phk2005-09-261-1/+1
* Add a .sinclude directive which does the exact same as .include, exceptphk2005-09-264-20/+45
* Fix the type of the variable 'debug'. It is used as a bitmap, so theharti2005-09-071-1/+1
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-1/+1
OpenPOWER on IntegriCloud