NetBSD/usr.bin/make
sjg 349257c593 Suff_ClearSuffixes() needs to re-initialize suffNull,
otherwise its children retain old suffixes.
Have Suff_Init() call Suff_ClearSuffixes() for consistency.
2015-12-20 22:44:10 +00:00
..
lst.lib Revert all make changes except the unit tests to the state of three 2014-09-07 20:55:34 +00:00
PSD.doc Define some of the missing macros. The only error now is: 2014-09-30 21:33:14 +00:00
unit-tests Fix evaluation of defined(FOO) and ${FOO} > 0 2015-12-02 00:28:24 +00:00
arch.c Add Boolean wantit to Var_Parse and Var_Subst 2015-10-11 04:51:24 +00:00
buf.c Var* are generally very liberal with memory, with the expectation 2012-04-24 20:26:58 +00:00
buf.h Var* are generally very liberal with memory, with the expectation 2012-04-24 20:26:58 +00:00
compat.c Add Boolean wantit to Var_Parse and Var_Subst 2015-10-11 04:51:24 +00:00
cond.c Fix evaluation of defined(FOO) and ${FOO} > 0 2015-12-02 00:28:24 +00:00
config.h Add a gmake inspired export command 2012-03-31 00:12:24 +00:00
dir.c Add a .STALE special target that gets invoked when dependency files contain 2013-03-05 22:01:43 +00:00
dir.h Remove recheck hackery that caused extra stats, and explicitly ask for 2012-04-07 18:29:08 +00:00
for.c Add Boolean wantit to Var_Parse and Var_Subst 2015-10-11 04:51:24 +00:00
hash.c Don't SEGV when Hash_Table is uninitialized 2013-11-14 00:27:05 +00:00
hash.h
job.c Add Boolean wantit to Var_Parse and Var_Subst 2015-10-11 04:51:24 +00:00
job.h If commandShell hasErrCtl is true, set shellErrFlag for use by 2013-07-05 22:14:56 +00:00
lst.h Revert all make changes except the unit tests to the state of three 2014-09-07 20:55:34 +00:00
main.c PrintOnError: fflush stdout before running .ERROR 2015-10-25 05:24:44 +00:00
make_malloc.c Do not include make_malloc.h or declare progname, 2012-06-20 17:46:28 +00:00
make_malloc.h
make.1 Drop trailing whitespace. 2015-06-05 07:33:40 +00:00
make.c Add Boolean wantit to Var_Parse and Var_Subst 2015-10-11 04:51:24 +00:00
make.h Add more compat defs for code compiled for !NetBSD targets. 2015-09-21 21:50:16 +00:00
Makefile Centralize the "is a meta char" test, instead of using two different arrays. 2015-06-17 17:43:23 +00:00
Makefile.boot Rename NetBSD/hp700 to NetBSD/hppa. 2014-02-24 07:23:38 +00:00
meta.c Use lstat(2) if we have a link, incase it is a symlink. 2015-11-30 23:37:56 +00:00
meta.h If built with filemon support, set .MAKE.PATH_FILEMON to _PATH_FILEMON 2013-03-23 05:31:29 +00:00
metachar.c Adjust metachar handling to previous behaviour: 2015-06-19 08:03:35 +00:00
metachar.h remove <sys/cdefs.h> for portability reasons 2015-06-21 20:26:02 +00:00
nonints.h Add Boolean wantit to Var_Parse and Var_Subst 2015-10-11 04:51:24 +00:00
parse.c ParseTrackInput: do not access beyond end of buffer. 2015-11-26 00:23:04 +00:00
pathnames.h
sprite.h
str.c Reduce the calls to realloc from brk_string by basing initial argmax guess 2014-02-12 01:35:56 +00:00
strlist.c
strlist.h
suff.c Suff_ClearSuffixes() needs to re-initialize suffNull, 2015-12-20 22:44:10 +00:00
targ.c Fix warning about uninitialized variable 2015-05-25 09:01:06 +00:00
trace.c
trace.h
util.c Include signal.h early for MiNT and Linux. From pkgsrc. 2013-11-26 13:44:41 +00:00
var.c Avoid calling brk_string() and hence Var_Export1() on 2015-12-01 07:26:08 +00:00