Age | Commit message (Collapse) | Author | Files | Lines |
|
Rework the parser for variables to allow multiple modifiers and also
allow for variables and targets with modifier names, like "export" and
"private".
|
|
|
|
Update the text about reporting bugs.
|
|
* 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.
|
|
Fix bug #103: allow ifdef, export, and unexport to expand their arguments.
|