]> git.ipfire.org Git - thirdparty/make.git/commit
A few test bug fixes:
authorPaul Smith <psmith@gnu.org>
Tue, 10 Sep 2002 22:23:20 +0000 (22:23 +0000)
committerPaul Smith <psmith@gnu.org>
Tue, 10 Sep 2002 22:23:20 +0000 (22:23 +0000)
commitbc91c0b23f27cc80dda01c7494906523754dc650
tree1f89852be95473cb28e9e6d9e48d174984e609ae
parent5297a83b276f09de626d678d1fae80f5e76db08d
A few test bug fixes:
  * Never use "touch" in make rules; it breaks on most sub-second
    supporting systems.  Use echo "" > $@ instead.
  * Forgot to close test makefiles before using them!

All the above worked fine on Linux but failed miserably on Solaris.
tests/scripts/features/conditionals
tests/scripts/features/export
tests/scripts/options/dash-B
tests/scripts/variables/automatic