NetBSD/usr.bin/make
matthias 6c56f993ef honor setting .MAKE.JOBS from the makefile. That way one can e.g. do:
CPUS!=sysctl -n hw.ncpuonline
.MAKE.JOBS?=$(CPUS)
2016-03-16 16:04:44 +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 For :ts numeric escapes \x* is hex, anything else is octal. 2016-03-07 20:20:35 +00:00
arch.c Collapse the 3 boolean parameter to 1 flags parameter. No functional change. 2016-02-18 18:29:14 +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 Collapse the 3 boolean parameter to 1 flags parameter. No functional change. 2016-02-18 18:29:14 +00:00
cond.c Collapse the 3 boolean parameter to 1 flags parameter. No functional change. 2016-02-18 18:29:14 +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 Collapse the 3 boolean parameter to 1 flags parameter. No functional change. 2016-02-18 18:29:14 +00:00
hash.c Don't SEGV when Hash_Table is uninitialized 2013-11-14 00:27:05 +00:00
hash.h
job.c Collapse the 3 boolean parameter to 1 flags parameter. No functional change. 2016-02-18 18:29:14 +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 honor setting .MAKE.JOBS from the makefile. That way one can e.g. do: 2016-03-16 16:04: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 Fix syntax 2016-03-16 00:19:01 +00:00
make.c Collapse the 3 boolean parameter to 1 flags parameter. No functional change. 2016-02-18 18:29:14 +00:00
make.h Collapse the 3 boolean parameter to 1 flags parameter. No functional change. 2016-02-18 18:29:14 +00:00
Makefile Adapt to changed Var_Subst() 2016-02-18 20:33:40 +00:00
Makefile.boot Rename NetBSD/hp700 to NetBSD/hppa. 2014-02-24 07:23:38 +00:00
meta.c Handle missing file for Read the same as for Write, since if it 2016-03-11 07:01:21 +00:00
meta.h str2Lst_Append tokenizes the string and uses it in the list so we can't 2016-03-07 21:45:43 +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 .export-literal to avoid the need for $$ dance when trying to put 2016-02-18 20:25:08 +00:00
parse.c make parsing of library member targets work. So 2016-03-11 13:54:47 +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 Another small change to make archive member rules work. With this change 2016-03-15 18:30:14 +00:00
targ.c remove free NULL checks (Tilman Sauerbeck) 2016-01-17 17:45:21 +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 $% is $(.MEMBER) and not $(.ARCHIVE), $! is $(.ARCHIVE) and not $(.MEMBER) 2016-03-11 15:12:39 +00:00