NetBSD/usr.bin/make
rillig 2bf1c0cbcf tests/make: add tests for ${...} without operator in conditions
These tests are already covered in cond-cmp-unary.mk, but my first guess
was to search for these tests in cond-token-var.mk, so keep them in both
tests.
2021-04-25 21:05:38 +00:00
..
filemon
PSD.doc
unit-tests tests/make: add tests for ${...} without operator in conditions 2021-04-25 21:05:38 +00:00
.cvsignore
arch.c make: use C99 bool type instead of defining its own 2021-04-03 11:08:40 +00:00
buf.c
buf.h make: use C99 bool type instead of defining its own 2021-04-03 11:08:40 +00:00
compat.c make: rename a few functions to be more descriptive 2021-04-04 10:05:08 +00:00
cond.c make: do not complain when skipping the condition 'no >= 10' 2021-04-19 23:51:42 +00:00
config.h
dir.c make: remove filler word 'Do' from function names for parsing 2021-04-04 10:13:09 +00:00
dir.h make: use C99 bool type instead of defining its own 2021-04-03 11:08:40 +00:00
enum.c make: remove overengineered Enum_ValueToString 2021-02-02 17:56:31 +00:00
enum.h make: clean up header for runtime type information for enums 2021-03-15 16:00:05 +00:00
for.c make: use C99 bool type instead of defining its own 2021-04-03 11:08:40 +00:00
hash.c make: avoid allocating memory for simple variable names 2021-04-11 12:46:54 +00:00
hash.h make: avoid allocating memory for simple variable names 2021-04-11 12:46:54 +00:00
job.c make: use distinct wording for writing to the shell commands file 2021-04-16 16:49:27 +00:00
job.h make: use C99 bool type instead of defining its own 2021-04-03 11:08:40 +00:00
lst.c make: fix documentation of Lst_MoveAll 2021-03-15 16:45:30 +00:00
lst.h make: use C99 bool type instead of defining its own 2021-04-03 11:08:40 +00:00
main.c make: avoid double slash in name of temporary directory 2021-04-19 16:35:11 +00:00
make_malloc.c
make_malloc.h
make.1 make: rename context and ctxt to scope 2021-02-04 21:42:46 +00:00
make.c make: rename a few functions to be more descriptive 2021-04-04 10:05:08 +00:00
make.h make: let the compiler decide whether to inline string functions 2021-04-14 17:39:11 +00:00
Makefile make: clean up Makefile 2021-04-11 11:41:27 +00:00
Makefile.boot
meta.c make: rename a few functions to be more descriptive 2021-04-04 10:05:08 +00:00
meta.h make: use C99 bool type instead of defining its own 2021-04-03 11:08:40 +00:00
metachar.c
metachar.h make: use C99 bool type instead of defining its own 2021-04-03 11:08:40 +00:00
nonints.h make: clean up remaining references to VarEvalFlags 2021-04-11 13:35:56 +00:00
parse.c make: convert VarEvalFlags back into an enum, but not a bit-set 2021-04-04 11:56:43 +00:00
pathnames.h
str.c make: avoid unnecessary calls to strlen when evaluating modifiers 2021-04-11 19:05:06 +00:00
str.h make: let the compiler decide whether to inline string functions 2021-04-14 17:39:11 +00:00
suff.c make: rename a few functions to be more descriptive 2021-04-04 10:05:08 +00:00
targ.c make: use standard %H in strftime instead of %k 2021-04-03 12:01:00 +00:00
test-variants.sh make: use C99 bool type instead of defining its own 2021-04-03 11:08:40 +00:00
trace.c make: in the Var_ functions, move the scope to the front 2021-02-05 05:15:12 +00:00
trace.h
util.c make: use shortcut functions Global_SetExpand and Global_AppendExpand 2021-02-03 08:00:36 +00:00
var.c make: use straight quotes for error 'Bad conditional expression' 2021-04-19 22:22:27 +00:00