From 2dab142d474fb234edc194c7335fd5a627df77a6 Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 23 Jan 1995 21:03:17 +0000 Subject: Bring in a number of changes from NetBSD's make, fixing quite a few problems in the process: 1. Quoting should work properly now. In particular, Chet's reported bash make problem has gone away. 2. A lot of memory that just wasn't being free'd after use is now freed. This should cause make to take up a LOT less memory when dealing with archive targets. 3. Give proper credit to Adam de Boor in a number of files. Obtained from: NetBSD (and Adam de Boor) --- usr.bin/make/hash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/make/hash.c') diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c index 5a6fe0b..63e0683 100644 --- a/usr.bin/make/hash.c +++ b/usr.bin/make/hash.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 1988, 1989, 1990, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. + * Copyright (c) 1988, 1989 by Adam de Boor * Copyright (c) 1989 by Berkeley Softworks * All rights reserved. * -- cgit v1.1