Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-16 | Update copyright notices. | Paul Smith | 1 | -1/+1 | |
2012-01-15 | Add GNU Guile as an optional embedded scripting language for make. | Paul Smith | 1 | -5/+21 | |
On configure-enabled systems, configure will detect Guile installed (using pkg-config, which is how GNU Guile is distributed) and enable it if so. On all non-configure-enabled systems, currently, the default is for Guile support to be disabled. | |||||
2011-09-12 | Ensure variables defined in $(call ...) have global scope | Paul Smith | 1 | -1/+1 | |
Add a note about using #!/usr/bin/make -f to the manual. Clean up the w32 subdirectory in the dist tarball. | |||||
2010-07-13 | Update copyrights for 2010. | Paul Smith | 1 | -1/+1 | |
2009-10-25 | Update copyright years. | Paul Smith | 1 | -1/+1 | |
2007-07-04 | * Update to GPLv3 | Paul Smith | 1 | -9/+10 | |
* Update copyright to 2007 * Fix download URL for translation files (thanks to Thiemo Seufer) | |||||
2006-04-07 | Code cleanup: Remove all references to PARAMS() & ansi2knr. | Paul Smith | 1 | -1/+1 | |
2006-04-01 | Release GNU make 3.81. | Paul Smith | 1 | -4/+4 | |
Update NEWS docs. Enhance the manual to use automake version.texi, and use the canonical FSF copyright features and statement. Some $(realpath ...) tests won't work on Windows; leave them out The jobserver filedescriptor test might fail if some FDs are reserved, so for now comment out that check. | |||||
2006-02-11 | Last of the copyright updates. | Paul Smith | 1 | -2/+2 | |
2006-02-11 | Update copyright and license notices on all files. | Paul Smith | 1 | -0/+16 | |
Added new file strcache.c to various non-UNIX makefiles and build scripts. | |||||
2006-02-10 | - New code capability: a read-only string cache. Start of solution for | Paul Smith | 1 | -1/+1 | |
Savannah bug #15182, but not much uses it yet. Coming shortly. - Added short-circuiting $(and ..) and $(or ...) functions. | |||||
2006-02-01 | Various updates, mainly to the Windows port, from Eli Zaretskii and | Paul Smith | 1 | -1/+1 | |
Markus Maurhart. | |||||
2006-01-04 | Various changes getting ready for the release of 3.81. | Paul Smith | 1 | -2/+2 | |
- Updates to make.texi and make.1 and other documentation - Some VMS patches - Fix minor bugs reported on the mailing list and from Debian. | |||||
2005-08-08 | - Fixed a bug reported by Michael Matz regarding handling of parallel | Paul Smith | 1 | -0/+1 | |
jobs after a failed job. - Enhancements to WINDOWS32 code from Eli Zaretskii. - Add Microsoft Project files from J. Grant. | |||||
2005-05-10 | Fixes to allow "make dist" etc. to work again. | Paul Smith | 1 | -5/+6 | |
2005-02-26 | Add configure operations to support MINGW on Windows. | Paul Smith | 1 | -0/+14 | |
2004-11-30 | Fix problems with README and build.sh | Paul Smith | 1 | -0/+6 | |
Apply an old patch from Paul Eggert. | |||||
2004-05-16 | Various enhancements | Paul Smith | 1 | -2/+2 | |
- OS/2 Patches - OpenVMS updates - Sanitize the handling of -include/sinclude with and without -k - Fix the setting of $< for order-only rules. | |||||
2004-02-23 | Numerous fixes: patches for OS/2; core for -f ''; makefile updates. | Paul Smith | 1 | -2/+2 | |
2004-01-21 | Many bug fixes etc. | Paul Smith | 1 | -8/+1 | |
- Apply a fix for the "thundering herd" problem when using "-j -l". This also fixes bug #4693. - Fix bug #7257: allow functions as ifdef arguments - Fix bug #4518: make sure we print all double-colon rules with -p. - Upgrade to autconf 2.58/automake 1.8/gettext 0.13.1 - Various doc cleanups, etc. | |||||
2003-10-22 | Build fixes due to changes in the FSF web site. | Paul Smith | 1 | -1/+1 | |
Add new language support. Minor configure, etc. cleanups. | |||||
2003-07-31 | Updated for autoconf 2.57, automake 1.7.6, and gettext 0.12.1. | Paul Smith | 1 | -1/+8 | |
Fixed problems with the dist target (adding missing files). Workaround for a bug in gettext 0.12.1 po/Makefile.in.in where distclean wasn't cleaning everything, which caused distcheck to fail. | |||||
2003-05-02 | - Fix bug #1405: allow multiple pattern-specific variables to match a target. | Paul Smith | 1 | -5/+5 | |
- Fix some uncleanliness about the implementation of patterns-specific vars. - Some enhancements to the OS/2 port. | |||||
2003-03-25 | Fix bug #2892. | Paul Smith | 1 | -1/+1 | |
More OS/2 updates from Andreas Buening. Upgrade build system to autoconf 2.57 and automake 1.7.3. | |||||
2003-03-25 | Commit fix for bug #1418. | Paul Smith | 1 | -0/+1 | |
Upgrade to require autoconf 2.56. Fix a pathological performance hit substituting in large values with lots of words. | |||||
2002-10-25 | A few minor fixes to the manual and automake files. | Paul Smith | 1 | -6/+3 | |
2002-10-14 | Convert the source code to use ANSI C style function definitions and | Paul Smith | 1 | -2/+2 | |
enable the automake ansi2knr capability. Right now this doesn't quite build using a K&R compiler because of a problem with the loadavg test program, but the rest of the code works. I'm asking the automake list about this problem. | |||||
2002-10-04 | Don't put .cvsignore files in the distributed tar file. | Paul Smith | 1 | -1/+1 | |
2002-10-03 | Some updates for automake 1.7 and prep for releasing 3.80. | Paul Smith | 1 | -3/+3 | |
2002-09-12 | Fixups for the release. One bug fix, some automake complaint fixes, | Paul Smith | 1 | -1/+4 | |
and a function return type fix for older systems. | |||||
2002-07-11 | Install Greg McGary's patches to port the id-utils hashing functions to | Paul Smith | 1 | -2/+2 | |
GNU make. Also he provides some other performance fixups after doing some profiling of make on large makefiles. Modify the test suite to allow the use of Valgrind to find memory problems. | |||||
2002-07-08 | Major updates in preparation for 3.80. | Paul Smith | 1 | -4/+10 | |
New version of the manual, put into the doc subdir. Enhancements: $(eval ...) and $(value ...) functions, various bug fixes, etc. See the ChangeLog. More to come. | |||||
2002-05-10 | Fix Debian bug #144306: pass target-specific variables into the environment | Paul Smith | 1 | -1/+2 | |
properly. Fix configure: allow cross-compilation; fix getloadavg (still needs _lots_ of work!) Let $(call ...) functions to be self-referencing. Lets us do transitive closures, for example. | |||||
2002-04-22 | Updates for new tools. Everything works now building on Linux, | Paul Smith | 1 | -2/+7 | |
including creating make packages. I'll try some other systems tomorrow. Also added a new translation: Croatian. Thanks! | |||||
2002-04-22 | Updates and fixes for CVS builds. | Paul Smith | 1 | -18/+7 | |
Created a README.cvs describing the procedure. | |||||
2002-04-21 | Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1. | Paul Smith | 1 | -38/+24 | |
We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution. | |||||
2000-07-07 | * Minor code cleanups | Paul Smith | 1 | -0/+2 | |
* Fix for PR/1811, from Paul Eggert. | |||||
2000-02-05 | * Updates for VMS, Windows, and DOS ports. | Paul Smith | 1 | -1/+1 | |
* Clean up some warnings. | |||||
2000-01-27 | * Some pre-pretest release cleanup. | Paul Smith | 1 | -1/+1 | |
2000-01-25 | * Updated gettext to use more advanced libit 0.7 version. | Paul Smith | 1 | -14/+34 | |
* Various cleanups. | |||||
2000-01-22 | * Implement GNU gettext internationalization support in GNU make. | Paul Smith | 1 | -6/+11 | |
1999-12-08 | * Various changes and fixes. See ChangeLog. | Paul Smith | 1 | -1/+1 | |
1999-11-17 | * Many cleanups and bugfixes. | Paul Smith | 1 | -4/+4 | |
* New handling of += in target-specific variables. | |||||
1999-10-14 | * Ensure -Iglob comes before any user-specified CPPFLAGS. | Paul Smith | 1 | -1/+1 | |
1999-09-16 | * Some minor pre-release updates. | Paul Smith | 1 | -2/+4 | |
1999-09-16 | * Fix some tests. | Paul Smith | 1 | -0/+1 | |
1999-09-15 | * Cleanup the test suite. | Paul Smith | 1 | -4/+12 | |
1999-09-14 | * Added the test suite to the main distribution. | Paul Smith | 1 | -25/+25 | |
1999-09-14 | * Some configuration fixes. | Paul Smith | 1 | -1/+1 | |
1999-07-22 | * Make some portability fixes.3.77.90 | Paul Smith | 1 | -7/+0 | |