diff options
author | Paul Smith <psmith@gnu.org> | 2000-06-20 05:48:40 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-06-20 05:48:40 +0000 |
commit | 3e6f48b444d890fd9bde802e35387e27eba33b2d (patch) | |
tree | 2ed67a1f9b0885c19c5a2521183696f9d5fb7f64 /remake.c | |
parent | 0d70d054586cf2e718aacd5fccfc47e32975b092 (diff) | |
download | gunmake-3e6f48b444d890fd9bde802e35387e27eba33b2d.tar.gz |
* More updates and fixes.
Diffstat (limited to 'remake.c')
-rw-r--r-- | remake.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,6 +58,9 @@ extern int try_implicit_rule PARAMS ((struct file *file, unsigned int depth)); /* Incremented when a command is started (under -n, when one would be). */ unsigned int commands_started = 0; +/* Current value for pruning the scan of the goal chain (toggle 0/1). */ +static unsigned int considered; + static int update_file PARAMS ((struct file *file, unsigned int depth)); static int update_file_1 PARAMS ((struct file *file, unsigned int depth)); static int check_dep PARAMS ((struct file *file, unsigned int depth, FILE_TIMESTAMP this_mtime, int *must_make_ptr)); |