summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2007-11-25Fix -jX when makefiles are remade.Max Khon
2007-10-31Give more details on the following topics:Yaroslav Tykhiy
2007-06-01Change directory back to ${.CURDIR} when remaking Makefiles.Max Khon
2007-04-20Improve logging when -dm is specified: if the node is consideredMax Khon
2007-04-20When remaking makefiles check that mtime has actually changed.Max Khon
2007-04-12In .error and .warning, prefer command-line variablesRuslan Ermilov
2007-03-08Better English.Max Khon
2007-03-08Implement "Remaking Makefiles" feature:Max Khon
2007-03-08Fix a bug where the standard input (fifoFd == 0) was confused with anWill Andrews
2006-12-31o Grammar: is appears -> appears.Maxim Konovalov
2006-12-29Fix a group of typos:Yaroslav Tykhiy
2006-10-09Don't go beyond the provided string when parsing the `\' character.Ruslan Ermilov
2006-09-29Markup nit.Ruslan Ermilov
2006-09-29Markup fixes.Ruslan Ermilov
2006-07-22Tell when a .include is processed with '-dd'.David E. O'Brien
2006-07-17VarAdd() already does the debug printing, so Var_Set() only needs to do itDavid E. O'Brien
2006-07-17whitespace fixingDavid E. O'Brien
2006-05-11So, what's it supposed to say when you type "make love"?Ruslan Ermilov
2006-04-08Update comment about var modifiers (add 'N' and 'O' descriptions).Max Khon
2006-04-08Add :u var modifier (remove adjacent duplicate words like uniq(1).Max Khon
2005-12-05Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98.Ruslan Ermilov
2005-12-01Quickly fix brokeness in revision 1.157, that change wasDavid Xu
2005-11-30- match_var: do not address memory at invalid address (`len' can be greaterMax Khon
2005-10-17Make sure that files included using ".include <foo>" are reallyRuslan Ermilov
2005-10-14Revise the manpage to a certain extent, mostly with respect toYaroslav Tykhiy
2005-10-12__MAKE_CONF doesn't really belong here because it isYaroslav Tykhiy
2005-10-10Clarify the usage and effects of sys.mk, make.conf(5), and __MAKE_CONF.Yaroslav Tykhiy
2005-10-09Make sure that the created fifo gets deleted if the top level make instanceScott Long
2005-09-27Remove redundant `\&' escapes.Ruslan Ermilov
2005-09-27Fixup previous commit.Ruslan Ermilov
2005-09-26Please ship the pointy hat to its home position.Poul-Henning Kamp
2005-09-26Update coordinates for "mph" hash generator now that it lives in ports.Poul-Henning Kamp
2005-09-26Add a .sinclude directive which does the exact same as .include, exceptPoul-Henning Kamp
2005-09-07Fix the type of the variable 'debug'. It is used as a bitmap, so theHartmut Brandt
2005-07-31Fix all the spelling mistakes I could find in the man pages for wordsGiorgos Keramidas
2005-07-19Fix the "..." special command. If this command is found all furtherHartmut Brandt
2005-06-14Markup and wording fixes.Ruslan Ermilov
2005-05-25Under certain conditions the condition parser would go one past end ofHartmut Brandt
2005-05-25Document why there is a dependency of certain object files from theHartmut Brandt
2005-05-24The caller of Var_Value() should not change the variable value. MakeHartmut Brandt
2005-05-24Get rid of the third argument to Var_Value() the pointer it pointedHartmut Brandt
2005-05-24Make shell.o dependend on the Makefile just in case someone changesHartmut Brandt
2005-05-24Bump the warning level to 6.Hartmut Brandt
2005-05-24Fix a 64-bit warning by casting an int64_t to intmax_t and printing itHartmut Brandt
2005-05-24Factor out ProcExec() into its own file and rename it to Proc_Exec() forHartmut Brandt
2005-05-24Factor out all the .SHELL parsing related stuff into its own file andHartmut Brandt
2005-05-24Use the name of the default shell instead of a numeric index to selectHartmut Brandt
2005-05-24Another shell attribute 'unsetenv' that will cause to unsetenv("ENV")Hartmut Brandt
2005-05-24Describe the meta and builtins attributes for the .SHELL specialHartmut Brandt
2005-05-24Describe the -x option and the .WARN pseudo-target.Hartmut Brandt