summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the "..." special command. If this command is found all furtherharti2005-07-191-1/+1
* Markup and wording fixes.ru2005-06-141-9/+14
* Under certain conditions the condition parser would go one past end ofharti2005-05-251-1/+1
* Document why there is a dependency of certain object files from theharti2005-05-251-0/+6
* The caller of Var_Value() should not change the variable value. Makeharti2005-05-245-14/+15
* Get rid of the third argument to Var_Value() the pointer it pointedharti2005-05-248-65/+26
* Make shell.o dependend on the Makefile just in case someone changesharti2005-05-241-1/+1
* Bump the warning level to 6.harti2005-05-241-1/+1
* Fix a 64-bit warning by casting an int64_t to intmax_t and printing itharti2005-05-241-1/+2
* Factor out ProcExec() into its own file and rename it to Proc_Exec() forharti2005-05-244-123/+193
* Factor out all the .SHELL parsing related stuff into its own file andharti2005-05-247-477/+588
* Use the name of the default shell instead of a numeric index to selectharti2005-05-243-8/+4
* Another shell attribute 'unsetenv' that will cause to unsetenv("ENV")harti2005-05-242-8/+18
* Describe the meta and builtins attributes for the .SHELL specialharti2005-05-241-0/+14
OpenPOWER on IntegriCloud