mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-12-17 00:02:12 -05: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.