mirror of
https://github.com/mirror/make.git
synced 2026-08-09 17:38:47 +00:00
* 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.