This project is mirrored from https://git.savannah.gnu.org/git/make.git.
Pull mirroring failed .
Last successful update .
Last successful update .
- 04 Oct, 2002 3 commits
-
-
Paul Smith authored
-
Paul Smith authored
-
Paul Smith authored
-
- 03 Oct, 2002 1 commit
-
-
Paul Smith authored
-
- 01 Oct, 2002 1 commit
-
-
Paul Smith authored
-
- 23 Sep, 2002 1 commit
-
-
Paul Smith authored
characters.
-
- 18 Sep, 2002 2 commits
-
-
Paul Smith authored
Update the text about reporting bugs.
-
Paul Smith authored
Fix a few simple casting warnings, etc.
-
- 17 Sep, 2002 1 commit
-
-
Paul Smith authored
specific variables work correctly in conjunction with double-colon targets.
-
- 12 Sep, 2002 1 commit
-
-
Paul Smith authored
and a function return type fix for older systems.
-
- 11 Sep, 2002 1 commit
-
-
Paul Smith authored
Fix hash.h typos (only noticed when using Windows). Update .cvsignore files.
-
- 10 Sep, 2002 4 commits
-
-
Paul Smith authored
The ones we had were weird, and failed for multiple warnings in a single file.
-
Paul Smith authored
* Never use "touch" in make rules; it breaks on most sub-second supporting systems. Use echo "" > $@ instead. * Forgot to close test makefiles before using them! All the above worked fine on Linux but failed miserably on Solaris. -
Paul Smith authored
messages.
-
Paul Smith authored
Fix bug #103: allow ifdef, export, and unexport to expand their arguments.
-
- 09 Sep, 2002 1 commit
-
-
Paul Smith authored
-
- 04 Sep, 2002 1 commit
-
-
Paul Smith authored
Info on this fix from barkalow@reputation.com: thanks! Some updates/cleanups of some of the tests; added a forgotten -t test, etc.
-
- 03 Sep, 2002 1 commit
-
-
Paul Smith authored
Makefile.am.
-
- 10 Aug, 2002 1 commit
-
-
Paul Smith authored
Invent a new macro HAVE_DOS_PATHS and change various instances of: #if defined(WINDOWS) || defined(__MSDOS__) to use the new macro instead. This should help make the OS/2 port cleaner, as well. Invent a cvs-clean maintainer target that tries to get the workspace back to the state it was in after a CVS checkout. New language.
-
- 08 Aug, 2002 2 commits
-
-
Paul Smith authored
Update to require new gettext. Change hash.c to by K&R. Redo some strings to make i18n simpler.
-
Paul Smith authored
Add -B option docs. Add .VARIABLES variable. Add a few new tests. Add a new translation: Swedish
-
- 01 Aug, 2002 1 commit
-
-
Paul Smith authored
-
- 14 Jul, 2002 1 commit
-
-
Paul Smith authored
-
- 11 Jul, 2002 1 commit
-
-
Paul Smith authored
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.
-
- 10 Jul, 2002 1 commit
-
-
Paul Smith authored
decided to implement this a different way, and didn't use it.
-
- 09 Jul, 2002 1 commit
-
-
Paul Smith authored
Add a new test suite for automatic variables.
-
- 08 Jul, 2002 3 commits
-
-
Paul Smith authored
Incorporate "order-only" prerequisites patch. Wrote a test for it. The test shows what might be a bug in the code; I need to look at it more closely (anyway it doesn't behave as I expected). Also I haven't done the docs yet.
-
Paul Smith authored
-
Paul Smith authored
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.
-
- 29 May, 2002 1 commit
-
-
Paul Smith authored
-
- 13 May, 2002 1 commit
-
-
Paul Smith authored
-
- 10 May, 2002 1 commit
-
-
Paul Smith authored
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.
-
- 24 Apr, 2002 2 commits
-
-
Paul Smith authored
-
Paul Smith authored
-
- 22 Apr, 2002 2 commits
-
-
Paul Smith authored
including creating make packages. I'll try some other systems tomorrow. Also added a new translation: Croatian. Thanks!
-
Paul Smith authored
Created a README.cvs describing the procedure.
-
- 21 Apr, 2002 1 commit
-
-
Paul Smith authored
We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution.
-
- 20 Apr, 2002 2 commits
-
-
Paul Smith authored
-
Paul Smith authored
Fix an assert() in an obscure use of -q Handling of double-colon timestamp updates was broken in a bizarre way. Store arguments to $(call ...) functions in simple variables, not recursive variables.
-
- 12 Mar, 2002 1 commit
-
-
Paul Smith authored
-