From: Tim Magill Date: Sat, 11 Mar 2000 23:27:28 +0000 (+0000) Subject: more cleanup X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a1a4343f3948614341996f9e66f4c04d5e0bdda;p=thirdparty%2Fmake.git more cleanup --- diff --git a/ChangeLog b/ChangeLog index 4e502c3a..36f4b90e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2000-03-11 Tim Magill + + * remake.c + (update_file): If not -k, we can bail when a failure is detected. + If we don't, its possible that dependecies of double_colon rules + will get built after a failure has been detected. + + (update_goal_chain): removed unused updating_makefiles + (update_file_1): cleaned up post remake_file() handling + 2000-02-29 Tim Magill * remake.c (update_goal_chain): eliminated double colon loop.