summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* Modify instructions, etc. for Git support.Paul Smith2013-01-121-2/+2
|
* Implement new "load" directive.Paul Smith2012-10-291-1/+1
| | | | | Provides support for dynamically loadable objects in GNU make, as a "technology preview".
* Simplify copyrights using ranges of years.Paul Smith2012-03-051-2/+1
| | | | | The new GNU Maintainer's Manual allows the use of year ranges in certain situations; take advantage of this simplification.
* Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith2012-03-041-3/+3
| | | | Fixes Savannah bug #34530.
* Update copyright notices.Paul Smith2012-01-161-1/+1
|
* Add GNU Guile as an optional embedded scripting language for make.Paul Smith2012-01-151-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.
* Ensure variables defined in $(call ...) have global scopePaul Smith2011-09-121-1/+1
| | | | | Add a note about using #!/usr/bin/make -f to the manual. Clean up the w32 subdirectory in the dist tarball.
* Update copyrights for 2010.Paul Smith2010-07-131-1/+1
|
* Update copyright years.Paul Smith2009-10-251-1/+1
|
* * Update to GPLv3Paul Smith2007-07-041-9/+10
| | | | | * Update copyright to 2007 * Fix download URL for translation files (thanks to Thiemo Seufer)
* Code cleanup: Remove all references to PARAMS() & ansi2knr.Paul Smith2006-04-071-1/+1
|
* Release GNU make 3.81.Paul Smith2006-04-011-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.
* Last of the copyright updates.Paul Smith2006-02-111-2/+2
|
* Update copyright and license notices on all files.Paul Smith2006-02-111-0/+16
| | | | Added new file strcache.c to various non-UNIX makefiles and build scripts.
* - New code capability: a read-only string cache. Start of solution forPaul Smith2006-02-101-1/+1
| | | | | Savannah bug #15182, but not much uses it yet. Coming shortly. - Added short-circuiting $(and ..) and $(or ...) functions.
* Various updates, mainly to the Windows port, from Eli Zaretskii andPaul Smith2006-02-011-1/+1
| | | | Markus Maurhart.
* Various changes getting ready for the release of 3.81.Paul Smith2006-01-041-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.
* - Fixed a bug reported by Michael Matz regarding handling of parallelPaul Smith2005-08-081-0/+1
| | | | | | jobs after a failed job. - Enhancements to WINDOWS32 code from Eli Zaretskii. - Add Microsoft Project files from J. Grant.
* Fixes to allow "make dist" etc. to work again.Paul Smith2005-05-101-5/+6
|
* Add configure operations to support MINGW on Windows.Paul Smith2005-02-261-0/+14
|
* Fix problems with README and build.shPaul Smith2004-11-301-0/+6
| | | | Apply an old patch from Paul Eggert.
* Various enhancementsPaul Smith2004-05-161-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.
* Numerous fixes: patches for OS/2; core for -f ''; makefile updates.Paul Smith2004-02-231-2/+2
|
* Many bug fixes etc.Paul Smith2004-01-211-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.
* Build fixes due to changes in the FSF web site.Paul Smith2003-10-221-1/+1
| | | | | Add new language support. Minor configure, etc. cleanups.
* Updated for autoconf 2.57, automake 1.7.6, and gettext 0.12.1.Paul Smith2003-07-311-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.
* - Fix bug #1405: allow multiple pattern-specific variables to match a target.Paul Smith2003-05-021-5/+5
| | | | | - Fix some uncleanliness about the implementation of patterns-specific vars. - Some enhancements to the OS/2 port.
* Fix bug #2892.Paul Smith2003-03-251-1/+1
| | | | | More OS/2 updates from Andreas Buening. Upgrade build system to autoconf 2.57 and automake 1.7.3.
* Commit fix for bug #1418.Paul Smith2003-03-251-0/+1
| | | | | | Upgrade to require autoconf 2.56. Fix a pathological performance hit substituting in large values with lots of words.
* A few minor fixes to the manual and automake files.Paul Smith2002-10-251-6/+3
|
* Convert the source code to use ANSI C style function definitions andPaul Smith2002-10-141-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.
* Don't put .cvsignore files in the distributed tar file.Paul Smith2002-10-041-1/+1
|
* Some updates for automake 1.7 and prep for releasing 3.80.Paul Smith2002-10-031-3/+3
|
* Fixups for the release. One bug fix, some automake complaint fixes,Paul Smith2002-09-121-1/+4
| | | | and a function return type fix for older systems.
* Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith2002-07-111-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.
* Major updates in preparation for 3.80.Paul Smith2002-07-081-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.
* Fix Debian bug #144306: pass target-specific variables into the environmentPaul Smith2002-05-101-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.
* Updates for new tools. Everything works now building on Linux,Paul Smith2002-04-221-2/+7
| | | | | including creating make packages. I'll try some other systems tomorrow. Also added a new translation: Croatian. Thanks!
* Updates and fixes for CVS builds.Paul Smith2002-04-221-18/+7
| | | | Created a README.cvs describing the procedure.
* Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.Paul Smith2002-04-211-38/+24
| | | | | We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution.
* * Minor code cleanupsPaul Smith2000-07-071-0/+2
| | | | * Fix for PR/1811, from Paul Eggert.
* * Updates for VMS, Windows, and DOS ports.Paul Smith2000-02-051-1/+1
| | | | * Clean up some warnings.
* * Some pre-pretest release cleanup.Paul Smith2000-01-271-1/+1
|
* * Updated gettext to use more advanced libit 0.7 version.Paul Smith2000-01-251-14/+34
| | | | * Various cleanups.
* * Implement GNU gettext internationalization support in GNU make.Paul Smith2000-01-221-6/+11
|
* * Various changes and fixes. See ChangeLog.Paul Smith1999-12-081-1/+1
|
* * Many cleanups and bugfixes.Paul Smith1999-11-171-4/+4
| | | | * New handling of += in target-specific variables.
* * Ensure -Iglob comes before any user-specified CPPFLAGS.Paul Smith1999-10-141-1/+1
|
* * Some minor pre-release updates.Paul Smith1999-09-161-2/+4
|
* * Fix some tests.Paul Smith1999-09-161-0/+1
|