mirror of
https://github.com/mirror/make.git
synced 2025-03-25 01:00:30 +08:00
Formerly remake.c.~38~
This commit is contained in:
parent
07a309961b
commit
9d58debbcc
4
remake.c
4
remake.c
@ -33,7 +33,7 @@ extern int try_implicit_rule ();
|
||||
|
||||
|
||||
/* Incremented when a file has been remade. */
|
||||
static unsigned int files_remade = 0;
|
||||
unsigned int files_remade = 0;
|
||||
|
||||
static int update_file (), update_file_1 (), check_dep (), touch_file ();
|
||||
static void remake_file ();
|
||||
@ -550,8 +550,6 @@ notice_finished_file (file)
|
||||
file->command_state = cs_finished;
|
||||
file->updated = 1;
|
||||
|
||||
++files_remade;
|
||||
|
||||
if (touch_flag
|
||||
/* The update status will be:
|
||||
-1 if no commands were run;
|
||||
|
Loading…
Reference in New Issue
Block a user