summaryrefslogtreecommitdiff
path: root/doc/make.texi
Commit message (Expand)AuthorAgeFilesLines
* make-3.82 tarball releaseSam Thursfield2012-12-141-133/+52
* Ensure variables defined in $(call ...) have global scopepsmith2011-09-121-2/+4
* Updated documentation to fix Savannah bugs #32058 and #31582psmith2011-05-021-8/+19
* Add new feature: != shell assignment for portability with BSD make.psmith2011-04-181-4/+48
* * Fixups to the make man pagepsmith2011-02-211-12/+14
* Check if the target-specific variable is the same as the globalpsmith2010-11-301-6/+6
* Improve backslash/newline handling to adhere to POSIX requirements.psmith2010-11-061-11/+14
* Bump the version to 3.82.90.psmith2010-08-291-15/+34
* - Many fixup patches from Savannah.psmith2010-07-191-46/+159
* - Enhance .POSIX to set -e when invoking shells, as demanded by apsmith2010-07-061-2/+22
* Implement linker-compatible library search.bosk2009-11-121-8/+5
* New command line option: --eval=STRING will cause STRING to bepsmith2009-10-251-1/+10
* Implement the new undefine directive.bosk2009-10-061-3/+44
* - Update manual description for pattern rule search algorithmpsmith2009-09-281-31/+54
* Implement the shortest stem first search order for pattern-specific variables...bosk2009-09-281-12/+49
* - Fix Savannah bug #21824: don't loop through NULL cmds pointerpsmith2009-09-121-6/+11
* - Fix Savannah bug #27093psmith2009-08-021-9/+9
* Changes from Ralf Wildenhues.psmith2009-08-011-1/+6
* - Fix Savannah bug #13401psmith2009-06-131-6/+7
* - Modify access of config and gnulib Savannah modules to use GITpsmith2009-06-041-96/+134
* Add 'private' variable modifier, feature submitted by Ramon Garcia.psmith2009-05-261-25/+44
* We had the incorrect ISBN in the manual; not sure what happened herepsmith2009-05-241-3/+3
* Manual typo.psmith2008-05-181-2/+2
* New special variable: .RECIPEPREFIXpsmith2007-11-041-923/+938
* Incorporate Icarus Sparry's fix for 3330 and 15919, and test cases.psmith2007-08-151-3/+4
* * Update to GPLv3psmith2007-07-041-5/+5
* Fix a core dump when reading_file is 0 (20033).psmith2007-06-191-2/+2
* Fix some documentation gitches.psmith2007-05-111-36/+28
* Fixed a number of documentation bugs, plus some build/install issues:psmith2006-10-011-24/+62
* Release GNU make 3.81.psmith2006-04-011-64/+43
* Some memory leak cleanups (found with valgrind).psmith2006-02-141-19/+24
* Update copyright and license notices on all files.psmith2006-02-111-5/+6
* - New code capability: a read-only string cache. Start of solution forpsmith2006-02-101-40/+69
* Fix Savannah bugs # 15341, 15534, and 15533.psmith2006-02-061-159/+321
* Various updates, mainly to the Windows port, from Eli Zaretskii andpsmith2006-02-011-10/+10
* Various changes getting ready for the release of 3.81.psmith2006-01-041-73/+125
* Implemented the flavor function which returns the flavor ofbosk2005-11-171-3/+53
* Implemented the .INCLUDE_DIRS special variable. It expands to a listbosk2005-11-141-1/+6
* Make second expansion optional (partial implementation).psmith2005-10-241-17/+47
* - Fixed a bug reported by Michael Matz regarding handling of parallelpsmith2005-08-081-2/+2
* Fix strerror() handling for systems which set ANSI_STRING.psmith2005-06-271-2/+7
* Fix Savannah bug # 1332: handle backslash-newline pairs in command scriptspsmith2005-06-261-9/+51
* Add a new variable: MAKE_RESTARTS, to count how many times make has re-exec'd.psmith2005-06-251-3/+15
* Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, wepsmith2005-06-121-2/+2
* Implement new "if... else if... endif" semantics.psmith2005-05-131-6/+22
* Document the secondary expansion method. Also, some other documentationpsmith2005-05-081-59/+240
* Fix problems with losing tokens in the jobserver, reported by Grantpsmith2005-05-031-7/+62
* Fix some Savannah bugs.psmith2005-04-081-11/+45
* - Missing docs for $|psmith2005-03-041-6/+15
* * New feature: -L optionpsmith2005-02-281-1/+18