summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2014-09-30Update Copyright statements for 2014.Paul Smith2-3/+3
2014-09-15* main.c, NEWS, doc/make.text: Rename MAKE_TTY* to MAKE_TERM*Paul Smith1-5/+5
2014-09-14* main.c (main): Set MAKE_TTYOUT and MAKE_TTYERR.Paul Smith1-0/+22
2014-09-07* doc/make.texi: Clarify implicit rule lookup of phony targetsPaul Smith1-39/+32
2014-07-07[SV 41983] Support omitting the text argument to $(file ...)Paul Smith1-5/+6
2013-10-13Add support for updating the GNU make web pages.Paul Smith1-0/+2
2013-10-13Convert to auto-generated ChangeLog files.Paul Smith1-11/+0
2013-10-05Sanitize the registered function interface.Paul Smith1-10/+32
2013-09-29Reset GNUMAKEFLAGS after parsing.Paul Smith1-4/+11
2013-09-22Allow loaded objects to opt out of the "auto-rebuild" feature.Paul Smith1-2/+5
2013-09-15[SV 31326] Enhance the info on static pattern errors.Paul Smith1-6/+9
2013-09-14[SV 35248] Add --debug "n" flag to turn off current debug options.Paul Smith1-0/+4
2013-09-12Enhance the output sync mode.Paul Smith1-36/+55
2013-05-17Update copyright for changes in 2013.Paul Smith1-1/+1
2013-05-14Add requirement for plugin_is_GPL_compatible symbol in loaded objects.Paul Smith1-0/+20
2013-05-13Add a new variable: GNUMAKEFLAGSPaul Smith1-0/+20
2013-05-13Add new --trace[=MODE] flags, with --trace=dirPaul Smith1-7/+12
2013-05-06doc/make.texi (Loaded Object Example): Add a note about buildingEli Zaretskii1-0/+14
2013-05-05docs: port manual to Texinfo 5.xStefano Lattarini1-1/+1
2013-05-05Rename the -O "job" mode to "line" and "make" to "recurse".Paul Smith1-35/+52
2013-05-04Add memory allocation cleanup to loadable objects.Paul Smith1-7/+114
2013-05-04Fix a typo in the manual.Eli Zaretskii1-1/+1
2013-04-28Add support for per-job output sync.Paul Smith1-51/+126
2013-04-15Change the arg option for -O from numeric to string.Paul Smith1-15/+17
2013-04-14Rename the "parallel-sync" option to "output-sync".Paul Smith1-16/+20
2013-04-14Initial patch for output synchronization. See Savannah bug #33138.Frank Heckenbach1-3/+24
2013-04-06Clarify LDFLAGS vs. LDLIBS. Fixes Savannah bug #37970.Paul Smith1-2/+4
2013-02-25Expand the loadable object support.Paul Smith1-19/+129
2013-01-20Allow dynamically loaded objects to be rebuilt by make.Paul Smith1-20/+57
2013-01-12Modify .gitignore for proper formatting.Paul Smith1-6/+18
2013-01-12Rename CVS ignore files to .gitignorePaul Smith1-0/+0
2012-10-29Implement new "load" directive.Paul Smith1-216/+377
2012-03-05Simplify copyrights using ranges of years.Paul Smith1-2/+1
2012-03-03Modify backslash/newline handling for POSIX.Paul Smith1-24/+69
2012-01-30Add support for "::=" simple assignment operator.Paul Smith1-31/+46
2012-01-29Create a new function $(file ...)Paul Smith1-2/+66
2012-01-16Disallow whitespace in variable names.Paul Smith1-9/+11
2012-01-16Update copyright notices.Paul Smith2-2/+2
2012-01-15Add GNU Guile as an optional embedded scripting language for make.Paul Smith1-117/+339
2011-09-12Ensure variables defined in $(call ...) have global scopePaul Smith1-1/+3
2011-05-02Updated documentation to fix Savannah bugs #32058 and #31582Paul Smith1-7/+18
2011-04-18Add new feature: != shell assignment for portability with BSD make.Paul Smith1-3/+47
2011-02-21* Fixups to the make man pagePaul Smith1-11/+13
2010-11-30Check if the target-specific variable is the same as the globalPaul Smith1-5/+5
2010-11-06Improve backslash/newline handling to adhere to POSIX requirements.Paul Smith1-10/+13
2010-08-29Bump the version to 3.82.90.Paul Smith1-14/+33
2010-07-19- Many fixup patches from Savannah.Paul Smith1-45/+158
2010-07-13Update copyrights for 2010.Paul Smith1-2/+2
2010-07-06- Enhance .POSIX to set -e when invoking shells, as demanded by aPaul Smith1-1/+21
2009-11-12Implement linker-compatible library search.Boris Kolpackov1-7/+4