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
Makefile
Makefile.dist
arch.c General -Wall warning cleanup, part I. 1996-07-12 19:08:36 +00:00
bit.h
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
config.h
dir.c
dir.h
for.c Fix for PR#1230, make ``.for'' loops iterate backwards. 1996-09-21 04:00:22 +00:00
hash.c
hash.h
job.c
job.h
list.h
lst.h
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
make.h
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
str.c
suff.c
targ.c
var.c