mirror of
https://github.com/mirror/make.git
synced 2026-08-10 01:48:12 +00:00
* 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.