summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Magill <magill@gate.net>2000-03-14 04:30:07 +0000
committerTim Magill <magill@gate.net>2000-03-14 04:30:07 +0000
commit646aeb50a1d47fec8940200b6b1a0d61d446e522 (patch)
treec251689b413a1a8c5af5113af8f017e85a7ac79a /ChangeLog
parentfed90f1fa88934b87bc5d56e4e89caab86638795 (diff)
downloadmake-git-filedef-cleanup.tar.gz
* remake.c:filedef-cleanup
(update_file_1): (check_dep): fixed problem with double colon rules and circular precursor detection. * remake.c (update_file_1): simplified handling of files with no command into a single block. * remake.c (notice_finished_file): fixed obsolete comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7dc668f..c4022c70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,21 @@
+2000-03-13 Tim Magill <magill@gate.net>
+
+ * remake.c:
+ (update_file_1):
+ (check_dep): fixed problem with double colon rules and circular
+ precursor detection.
+
2000-03-12 Tim Magill <magill@gate.net>
* remake.c (update_goal_chain): re-arranged logic so that it makes
more sense. After update_file(), the target status is used to
handle the goal and possibly remove it from the goal chain.
+ * remake.c (update_file_1): simplified handling of files with no
+ command into a single block.
+
+ * remake.c (notice_finished_file): fixed obsolete comment.
+
* remake.c (update_file): If -q we can bail as soon as we detect
that something needs to be remade.