aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
...
* | Use a clever definition of __FBSDID to allow building on !FreeBSD systems.Warner Losh2007-12-091-2/+5
* | Fix -jX when makefiles are remade.Max Khon2007-11-251-0/+16
* | Give more details on the following topics:Yaroslav Tykhiy2007-10-311-7/+77
* | Change directory back to ${.CURDIR} when remaking Makefiles.Max Khon2007-06-011-1/+9
* | Improve logging when -dm is specified: if the node is consideredMax Khon2007-04-203-8/+7
* | When remaking makefiles check that mtime has actually changed.Max Khon2007-04-201-3/+14
* | In .error and .warning, prefer command-line variablesRuslan Ermilov2007-04-121-1/+1
* | Better English.Max Khon2007-03-081-1/+1
* | Implement "Remaking Makefiles" feature:Max Khon2007-03-087-27/+279
* | Fix a bug where the standard input (fifoFd == 0) was confused with anWill Andrews2007-03-081-1/+1
* | o Grammar: is appears -> appears.Maxim Konovalov2006-12-311-1/+1
* | Fix a group of typos:Yaroslav Tykhiy2006-12-291-1/+1
* | Don't go beyond the provided string when parsing the `\' character.Ruslan Ermilov2006-10-091-2/+4
* | Markup nit.Ruslan Ermilov2006-09-291-1/+1
* | Markup fixes.Ruslan Ermilov2006-09-291-1/+1
* | Tell when a .include is processed with '-dd'.David E. O'Brien2006-07-221-0/+1
* | VarAdd() already does the debug printing, so Var_Set() only needs to do itDavid E. O'Brien2006-07-171-2/+1
* | whitespace fixingDavid E. O'Brien2006-07-171-8/+8
* | So, what's it supposed to say when you type "make love"?Ruslan Ermilov2006-05-111-0/+1
* | Update comment about var modifiers (add 'N' and 'O' descriptions).Max Khon2006-04-081-2/+5
* | Add :u var modifier (remove adjacent duplicate words like uniq(1).Max Khon2006-04-082-0/+43
* | Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98.Ruslan Ermilov2005-12-051-16/+11
* | Quickly fix brokeness in revision 1.157, that change wasDavid Xu2005-12-011-4/+4
* | - match_var: do not address memory at invalid address (`len' can be greaterMax Khon2005-11-302-3/+5
* | Make sure that files included using ".include <foo>" are reallyRuslan Ermilov2005-10-171-17/+16
* | Revise the manpage to a certain extent, mostly with respect toYaroslav Tykhiy2005-10-141-32/+68
* | __MAKE_CONF doesn't really belong here because it isYaroslav Tykhiy2005-10-121-10/+1
* | Clarify the usage and effects of sys.mk, make.conf(5), and __MAKE_CONF.Yaroslav Tykhiy2005-10-101-4/+13
* | Make sure that the created fifo gets deleted if the top level make instanceScott Long2005-10-091-0/+2
* | Remove redundant `\&' escapes.Ruslan Ermilov2005-09-271-28/+28
* | Fixup previous commit.Ruslan Ermilov2005-09-271-3/+2
* | Please ship the pointy hat to its home position.Poul-Henning Kamp2005-09-261-2/+0
* | Update coordinates for "mph" hash generator now that it lives in ports.Poul-Henning Kamp2005-09-261-1/+1
* | Add a .sinclude directive which does the exact same as .include, exceptPoul-Henning Kamp2005-09-264-20/+45
* | Fix the type of the variable 'debug'. It is used as a bitmap, so theHartmut Brandt2005-09-071-1/+1
* | Fix all the spelling mistakes I could find in the man pages for wordsGiorgos Keramidas2005-07-311-1/+1
* | Fix the "..." special command. If this command is found all furtherHartmut Brandt2005-07-191-1/+1
* | Markup and wording fixes.Ruslan Ermilov2005-06-141-9/+14
* | Under certain conditions the condition parser would go one past end ofHartmut Brandt2005-05-251-1/+1
* | Document why there is a dependency of certain object files from theHartmut Brandt2005-05-251-0/+6
* | The caller of Var_Value() should not change the variable value. MakeHartmut Brandt2005-05-245-14/+15
* | Get rid of the third argument to Var_Value() the pointer it pointedHartmut Brandt2005-05-248-65/+26
* | Make shell.o dependend on the Makefile just in case someone changesHartmut Brandt2005-05-241-1/+1
* | Bump the warning level to 6.Hartmut Brandt2005-05-241-1/+1
* | Fix a 64-bit warning by casting an int64_t to intmax_t and printing itHartmut Brandt2005-05-241-1/+2
* | Factor out ProcExec() into its own file and rename it to Proc_Exec() forHartmut Brandt2005-05-244-123/+193
* | Factor out all the .SHELL parsing related stuff into its own file andHartmut Brandt2005-05-247-477/+588
* | Use the name of the default shell instead of a numeric index to selectHartmut Brandt2005-05-243-8/+4
* | Another shell attribute 'unsetenv' that will cause to unsetenv("ENV")Hartmut Brandt2005-05-242-8/+18
* | Describe the meta and builtins attributes for the .SHELL specialHartmut Brandt2005-05-241-0/+14