diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1998-12-05 00:06:34 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1998-12-05 00:06:34 +0000 |
commit | 32435087c5f42cf9f9b6c2202ccb5159532977d7 (patch) | |
tree | 53783d2c1632360b0c896962e2fe75001677d4a1 /usr.bin/make/hash.c | |
parent | b3d8393fedf5aa80bf2e2f94079440ad857cc199 (diff) |
Modifications from netbsd:
- don't interfere with MACHINE/MACHINE_ARCH defines for bootstrap
- type clean-up, time_t, and printing `unknown' ints
- fix TARGET/MEMBER bug in archive rules
- memmove...
- cleaner Error handler.
- reentrant brk_string
- .MAKE env variable
- preliminary scaffolding for .NOPATH
Other improvements:
- efree
- shellneed streamlined
- display Stop in .CURDIR after an error.
- document most features and misfeatures.
- add a few OpenBSD notes to the tutorial.
Diffstat (limited to 'usr.bin/make/hash.c')
-rw-r--r-- | usr.bin/make/hash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c index 56d49c83d7c..be030e5984b 100644 --- a/usr.bin/make/hash.c +++ b/usr.bin/make/hash.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hash.c,v 1.3 1996/11/30 21:08:55 millert Exp $ */ +/* $OpenBSD: hash.c,v 1.4 1998/12/05 00:06:27 espie Exp $ */ /* $NetBSD: hash.c,v 1.6 1996/11/06 17:59:06 christos Exp $ */ /* @@ -43,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)hash.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: hash.c,v 1.3 1996/11/30 21:08:55 millert Exp $"; +static char rcsid[] = "$OpenBSD: hash.c,v 1.4 1998/12/05 00:06:27 espie Exp $"; #endif #endif /* not lint */ |