NetBSD/tests/util/make
christos bb46e8373d Add a new test for the latest variable expansion problem.
- Cannot test because make test prints:
  .: Can't open /usr/share/atf/atf.header.subr
- The shell script common code needs to be fixed to follow regular shell
  style.
  - variables are underquoted
  - uses `` instead of $()
  - does not use local for local variables, prefixes with undescore
  - needlessly uses braces for numeric and symbolic variables.
  - uses a fifo to grab output, and does not clean it up properly on error
  - should not exit with > 127 !!!
2010-12-03 01:29:55 +00:00
..
d_comment.mk
d_comment.out
d_cond1.mk
d_cond1.out
d_dotwait.mk
d_dotwait.out
d_export_all.mk
d_export_all.out
d_export.mk
d_export.out
d_moderrs.mk
d_moderrs.out
d_modmatch.mk
d_modmatch.out
d_modmisc.mk
d_modmisc.out
d_modorder.mk
d_modorder.out
d_modts.mk
d_modts.out
d_modword.mk
d_modword.out
d_posix.mk
d_posix.out
d_qequals.mk
d_qequals.out
d_ternary.mk
d_ternary.out
d_unmatchedvarparen.mk Add a new test for the latest variable expansion problem. 2010-12-03 01:29:55 +00:00
d_unmatchedvarparen.out Add a new test for the latest variable expansion problem. 2010-12-03 01:29:55 +00:00
d_varcmd.mk
d_varcmd.out
Makefile Add a new test for the latest variable expansion problem. 2010-12-03 01:29:55 +00:00
t_make.sh Add a new test for the latest variable expansion problem. 2010-12-03 01:29:55 +00:00