summaryrefslogtreecommitdiff
path: root/make.h
Commit message (Collapse)AuthorAge
...
* Various enhancementsPaul Smith2004-05-16
| | | | | | | - OS/2 Patches - OpenVMS updates - Sanitize the handling of -include/sinclude with and without -k - Fix the setting of $< for order-only rules.
* Don't use __STDC__; some compilers don't set it properly.Paul Smith2004-03-06
| | | | Use autoconf's test to set HAVE_ANSI_COMPILER and check that instead.
* Updates to automate generation of GNU upload artifacts.Paul Smith2004-03-04
| | | | | | Fix a problem compiling on old, pre-ANSI systems. getloadavg test is still broken, but make builds. Document a breakage on SunOS 4.x systems.
* Fix the origin regression test.Paul Smith2004-02-25
| | | | Remove sample code from make.h I accidentally left behind.
* Many compiler warning cleanups.Paul Smith2004-02-24
| | | | | Small fixes for W32 (from Jonathan Grant <jg-make@jguk.org>) Maintainer enhancements to clean up the tree.
* Numerous fixes: patches for OS/2; core for -f ''; makefile updates.Paul Smith2004-02-23
|
* Added MINGW32 changes.Paul Smith2003-11-03
| | | | | | | | | | This commits a number of changes from Earnie Boyd that allows GNU make to build for MINGW32 systems. Only missing from this commit are the changes to configure.in etc.; I'm waiting for Earnie to sign papers for those new files. Also not here is any README.mingw32 etc. which would explain how to use this port.
* Fix bug #2846.Paul Smith2003-03-25
|
* Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de>Paul Smith2003-03-24
| | | | Also a small patch from Hartmut Becker <Hartmut.Becker@compaq.com> for VMS.
* Portability fix for glob.h building in FreeBSD ports system.Paul Smith2003-01-30
| | | | | | | | | Implement a fix for bug # 2169: too many OSs, even major OSs like Solaris, don't properly implement SA_RESTART: important system calls like stat() can still fail when SA_RESTART is set. So, forget the BROKEN_RESTART config check and get rid of atomic_stat() and atomic_readdir(), and implement permanent wrappers for EINTR checking on various system calls (stat(), fstat(), opendir(), and readdir() so far).
* Fix HAVE_BROKEN_RESTART logic.Paul Smith2002-09-11
| | | | | Fix hash.h typos (only noticed when using Windows). Update .cvsignore files.
* Add support for broken SA_RESTART on PTX.Paul Smith2002-09-10
| | | | Fix bug #103: allow ifdef, export, and unexport to expand their arguments.
* Incorporate some VMS fixes.Paul Smith2002-08-08
| | | | | | | Add -B option docs. Add .VARIABLES variable. Add a few new tests. Add a new translation: Swedish
* New variables, .VARIABLES and .TARGETS.Paul Smith2002-08-01
|
* Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith2002-07-11
| | | | | | | 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-08
| | | | | | | 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-10
| | | | | | | | | | 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.
* Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.Paul Smith2002-04-21
| | | | | We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution.
* Fix for EINTR problems when using jobserver.Paul Smith2001-06-01
| | | | | | New translation files. Fix for @+ inside define macros being applied too widely. Various other bug fixes.
* * Fix PR/1791.Paul Smith2000-06-23
|
* * Various fixes for problems in the 3.79.0.1 pretest.Paul Smith2000-06-19
|
* * More fixes for configuring gettext correctly.Paul Smith2000-06-14
|
* * Some timestamp fixes from Paul Eggert.Paul Smith2000-06-13
| | | | | * Fix compilation on Linux; use libintl.h and not gettext.h when using the system gettext.
* * Lots of bug fixes and cleanup; new i18n files, etc.Paul Smith2000-06-07
|
* * A large number of fixes/enhancements. See the ChangeLog.Paul Smith2000-03-27
| | | | * Added a new version of the German translation file.
* * Ignore attempt to change a file into itself.Paul Smith2000-03-26
| | | | | | * Define COFLAGS to avoid unknown variable warning. * Fix some usec problems on UnixWare. * Don't remove .INTERMEDIATE targets specified on the command line.
* * Updated gettext to use more advanced libit 0.7 version.Paul Smith2000-01-25
| | | | * Various cleanups.
* * Implement GNU gettext internationalization support in GNU make.Paul Smith2000-01-22
|
* * Merge VMS patches by Hartmut Becker.Paul Smith2000-01-22
|
* * Add new debugging output level selection feature.Paul Smith1999-11-22
|
* * Many cleanups and bugfixes.Paul Smith1999-11-17
| | | | * New handling of += in target-specific variables.
* * Fix PR/1394.Paul Smith1999-10-15
| | | | | * Apply changes from Paul Eggert. * Many other cleanups (index/rindex --> strchr/strrchr, etc.)
* * Large file support for AIX, HP-UX, and IRIX.Paul Smith1999-08-31
| | | | * W32 support for Cygnus Cygwin shell (bash).
* * A few cleanups, and 3.77.94 release.Paul Smith1999-08-25
|
* * Rework jobserver yet one more time.Paul Smith1999-08-13
| | | | * Install the $(if ...) function and document it. Still need some examples.
* * Release 3.77.92.Paul Smith1999-08-01
| | | | | * Complete implementation of new jobserver algorithm. * A few minor fixups.
* * Add gettext macros to start i18n support.Paul Smith1999-07-28
|
* * Add configure option to enable dmalloc library.Paul Smith1999-07-21
| | | | * Various code cleanups.
* * Added -R / --no-builtin-variables flag.Paul Smith1999-07-08
|
* * Add new jobserver feature.Paul Smith1999-04-25
| | | | | * Small updates to the manual * E.Zaretskii fix for new DJGPP version.
* * Manual updates: added xrefs, some typos sent by users.Paul Smith1999-03-26
| | | | * Change the build env. to not link libglob.a unless we need it.
* * Add strneq() (streq only n chars) macroPaul Smith1999-03-19
| | | | * fix return type of xstrdup.
* * Define and use xstrdup() instead of strdup().Paul Smith1999-03-05
|
* * Update FSF address info in copyright notices.Paul Smith1999-03-05
| | | | | | | | * Update maintainers build process; remove GNUmakefile. Require builders to run automake && autoreconf by hand. * Use AC_SUBST_FILE to get the maintMakefile included, rather than GNU make's include directive, which conflicts with automake 1.4's include directive.
* Checkpoint changes. Bug fixes, mostly.Paul Smith1998-10-03
|
* GNU make release 3.77.Paul Smith1998-07-30
|
* Updates for GNU make 3.75.92.Paul Smith1997-08-27
|
* Bug fixes and automake changes.Paul Smith1997-08-18
|
* Changes for make 3.75.1Paul Smith1997-04-07
|
* Sat Jun 22 14:56:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-22
| | | | | | * configure.in: Don't check for _sys_siglist. * make.h [HAVE__SYS_SIGLIST]: Don't test this; just punt if there is no strsignal or sys_siglist.