summaryrefslogtreecommitdiff
path: root/tests/scripts/variables/automatic
AgeCommit message (Collapse)AuthorFilesLines
2002-10-05Fix core dump on malformed variable line (Debian bug #81656)Paul Smith1-0/+6
Allow SysV-style variable references to use {} in addition to (). Add variable.h to the POTFILES.in since it has a translatable string.
2002-09-10A few test bug fixes:Paul Smith1-0/+2
* 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.
2002-07-10Implement SysV-style $$@ support. I looked at E.Parmelan's patch butPaul Smith1-3/+26
decided to implement this a different way, and didn't use it.
2002-07-09Documentation and tests for order-only prerequisites.Paul Smith1-0/+50
Add a new test suite for automatic variables.