summaryrefslogtreecommitdiff
path: root/tests/scripts/options/dash-B
AgeCommit message (Collapse)AuthorFilesLines
2005-06-25Add a new variable: MAKE_RESTARTS, to count how many times make has re-exec'd.Paul Smith1-1/+35
When rebuilding makefiles, unset -B if MAKE_RESTARTS is >0.
2005-02-28- Fix bug #7144 (infinite loop sometimes with -q and double-colon rules)Paul Smith1-16/+12
- Resolve support request #103195 (rationalize wordlist fn arguments)
2002-09-10A few test bug fixes:Paul Smith1-1/+1
* 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-08-08Incorporate some VMS fixes.Paul Smith1-0/+43
Add -B option docs. Add .VARIABLES variable. Add a few new tests. Add a new translation: Swedish