freebsd_amp_hwpstate/usr.bin/make
Steve Price 6d29e75f84 Fix for PR# 1231, make(1) execution of ``.BEGIN'' does
not halt on error.  Thanks to Wolfram for reminding me. ;)

Also remove a unnecessary test for c == '\n', since the
loop (in ParseSkipLine) will not terminate unless
c == '\n' || c == EOF, and the EOF case is already
explicted handled by a return statement.
1996-09-25 02:55:49 +00:00
..
PSD.doc
lst.lib Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
Makefile Stop using gnumalloc. 1995-09-22 14:14:32 +00:00
Makefile.dist
arch.c General -Wall warning cleanup, part I. 1996-07-12 19:08:36 +00:00
bit.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
buf.c Fix for PR# 1095, make's continuation line handling buggy 1996-09-22 02:28:36 +00:00
buf.h Fix for PR# 1095, make's continuation line handling buggy 1996-09-22 02:28:36 +00:00
compat.c Fix for PR# 1231, make(1) execution of ``.BEGIN'' does 1996-09-25 02:55:49 +00:00
cond.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
config.h
dir.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
dir.h
for.c Fix for PR#1230, make ``.for'' loops iterate backwards. 1996-09-21 04:00:22 +00:00
hash.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
hash.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
job.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
job.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
list.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
lst.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
main.c Restore previous compatibility of ${.CURDIR}/obj.`uname -m` and 1996-09-18 06:06:39 +00:00
make.1 Listed all the environment variables (MACHINE and PWD were missing). 1996-08-31 14:21:15 +00:00
make.c NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabet 1995-06-18 12:34:14 +00:00
make.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
nonints.h
parse.c Fix for PR# 1231, make(1) execution of ``.BEGIN'' does 1996-09-25 02:55:49 +00:00
pathnames.h Restore previous compatibility of ${.CURDIR}/obj.`uname -m` and 1996-09-18 06:06:39 +00:00
sprite.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
str.c NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabet 1995-06-18 12:34:14 +00:00
suff.c NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabet 1995-06-18 12:34:14 +00:00
targ.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
var.c Fix the :S modifier to substitute in each word of the variable, according 1995-11-01 12:18:32 +00:00