diff options
author | Paul Smith <psmith@gnu.org> | 2002-07-11 06:38:57 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-07-11 06:38:57 +0000 |
commit | 21cf8c64441103bf875a56b39f39397ecd51424e (patch) | |
tree | 24ff4cecaa8603feffa1ecf5ed82a4199a51d673 /remake.c | |
parent | 4d72c4c11e3aff65e9bb36e5fcf75f088b140049 (diff) | |
download | gunmake-21cf8c64441103bf875a56b39f39397ecd51424e.tar.gz |
Install Greg McGary's patches to port the id-utils hashing functions to
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.
Diffstat (limited to 'remake.c')
-rw-r--r-- | remake.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ /* Basic dependency engine for GNU Make. -Copyright (C) 1988,89,90,91,92,93,94,95,96,97,99 Free Software Foundation, Inc. +Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1999, +2002 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify |