summaryrefslogtreecommitdiff
path: root/tests/scripts/options/dash-q
AgeCommit message (Collapse)AuthorFilesLines
2014-05-01[SV 42249] Propagate correct rule status results.Paul Smith1-12/+32
* remake.c (update_file, update_file_1, check_dep): Return an enum update_status value instead of an int, and keep the highest value we find as we walk the graph so that the ultimate status is correct. * tests/scripts/options/dash-q: Add a test for updating prerequisites.
2005-02-28- Fix bug #7144 (infinite loop sometimes with -q and double-colon rules)Paul Smith1-31/+18
- Resolve support request #103195 (rationalize wordlist fn arguments)
2000-06-23* Fix -q so it works more correctly.Paul Smith1-0/+70
* Don't print "nothing to do" messages for ":" commands * Update the version to 3.79.1