This project is mirrored from https://git.savannah.gnu.org/git/make.git.
Pull mirroring failed .
Last successful update .
Last successful update .
- 01 Apr, 2006 2 commits
-
-
Paul Smith authored
-
Paul Smith authored
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.
-
- 22 Mar, 2006 1 commit
-
-
Boris Kolpackov authored
-
- 20 Mar, 2006 2 commits
-
-
Paul Smith authored
-
Paul Smith authored
Fix a file descriptor leak with make re-exec while using the jobserver. Update some release information.
-
- 17 Mar, 2006 2 commits
-
-
Paul Smith authored
-
Boris Kolpackov authored
-
- 15 Mar, 2006 1 commit
-
-
Paul Smith authored
-
- 10 Mar, 2006 1 commit
-
-
Paul Smith authored
Revert a fix for $? including non-existent files as it shows a bug in the Linux kernel build. Give them a release to fix this. Add some changes from Eli Z. for Windows changes.
-
- 08 Mar, 2006 1 commit
-
-
Paul Smith authored
Handle SHELL set on the command line properly for windows.
-
- 21 Feb, 2006 1 commit
-
-
Paul Smith authored
Revert intermediate file free code. Suppress some warnings in VMS builds.
-
- 20 Feb, 2006 2 commits
-
-
Paul Smith authored
GNITS check doesn't think we have updated it (only scans the first 15 lines).
-
Paul Smith authored
- Fix handling of special targets like .SUFFIX for VMS insensitive targets. - Don't make temporary batch files for -n. Make sure batch files are created in text mode.
-
- 17 Feb, 2006 1 commit
-
-
Paul Smith authored
list. Fixes Savannah bug #15757.
-
- 15 Feb, 2006 1 commit
-
-
Paul Smith authored
expanding, and use that info when generating error messages instead of the file info, where appropriate.
-
- 14 Feb, 2006 1 commit
-
-
Paul Smith authored
-
- 13 Feb, 2006 1 commit
-
-
Paul Smith authored
-
- 11 Feb, 2006 3 commits
-
-
Paul Smith authored
-
Paul Smith authored
-
Paul Smith authored
Added new file strcache.c to various non-UNIX makefiles and build scripts.
-
- 10 Feb, 2006 1 commit
-
-
Paul Smith authored
Savannah bug #15182, but not much uses it yet. Coming shortly. - Added short-circuiting $(and ..) and $(or ...) functions.
-
- 08 Feb, 2006 1 commit
-
-
Boris Kolpackov authored
-
- 06 Feb, 2006 2 commits
-
-
Paul Smith authored
-
Paul Smith authored
Rewrite large chunks of the "Commands" section of the manual to better describe then backslash-newline handling, the SHELL variable, etc.
-
- 01 Feb, 2006 2 commits
-
-
Paul Smith authored
-
Paul Smith authored
Markus Maurhart.
-
- 04 Jan, 2006 1 commit
-
-
Paul Smith authored
- Updates to make.texi and make.1 and other documentation - Some VMS patches - Fix minor bugs reported on the mailing list and from Debian.
-
- 14 Dec, 2005 1 commit
-
-
Boris Kolpackov authored
instead of leaving it "initialized" by whatever garbage happened to be on the heap.
-
- 13 Dec, 2005 1 commit
-
-
Paul Smith authored
Use rm -f instead of rm in the test scripts. Fixes bug #15085.
-
- 11 Dec, 2005 1 commit
-
-
Paul Smith authored
-
- 09 Dec, 2005 1 commit
-
-
Boris Kolpackov authored
pattern rule also makes.
-
- 07 Dec, 2005 1 commit
-
-
Boris Kolpackov authored
double-colon entries only if it is the last one to be updated.
-
- 17 Nov, 2005 1 commit
-
-
Boris Kolpackov authored
a variable ('simple', 'recursive', or 'undefined').
-
- 14 Nov, 2005 1 commit
-
-
Boris Kolpackov authored
of directories that make searches for included makefiles.
-
- 26 Oct, 2005 1 commit
-
-
Paul Smith authored
Try to avoid extraneous rebuilds of template files.
-
- 24 Oct, 2005 1 commit
-
-
Paul Smith authored
I decided this feature was too impacting to make the permanent default behavior. This set of changes makes the default behavior of make the old behavior (no second expansion). If you want second expansion, you must define the .SECONDEXPANSION: special target before the first target that needs it. This set of changes ONLY fixes explicit and static pattern rules to work like this. Implicit rules still have second expansion enabled all the time: I'll work on that next. Note that there is still a backward-incompatibility: now to get the old SysV behavior using $$@ etc. in the prerequisites list you need to set .SECONDEXPANSION: as well.
-
- 26 Sep, 2005 1 commit
-
-
Paul Smith authored
the bug-make mailing list. Fix Savannah bug # 14527: remember to free temporary line constructor memory if the line is empty.
-
- 31 Aug, 2005 1 commit
-
-
Paul Smith authored
This should help the tests run more accurately on Windows (hopefully...)
-
- 29 Aug, 2005 2 commits
-
-
Paul Smith authored
-
Paul Smith authored
Fix some regression tests to (hopefully) work better on Windows.
-