diff options
Diffstat (limited to 'src/filetarget.cpp')
-rw-r--r-- | src/filetarget.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filetarget.cpp b/src/filetarget.cpp index f9367a4..cd95188 100644 --- a/src/filetarget.cpp +++ b/src/filetarget.cpp | |||
@@ -71,6 +71,7 @@ int nNew, nCache; | |||
71 | 71 | ||
72 | void FileTarget::check( Builder &bld ) | 72 | void FileTarget::check( Builder &bld ) |
73 | { | 73 | { |
74 | printf("--- %s ---\n", getName() ); | ||
74 | nNew = nCache = 0; | 75 | nNew = nCache = 0; |
75 | Rule *pRule = bld.getRule( sRule ); | 76 | Rule *pRule = bld.getRule( sRule ); |
76 | 77 | ||
@@ -80,6 +81,7 @@ void FileTarget::check( Builder &bld ) | |||
80 | 81 | ||
81 | bld.processRequires( lOutput ); | 82 | bld.processRequires( lOutput ); |
82 | 83 | ||
84 | |||
83 | for( std::list<Perform *>::iterator i = perf.begin(); | 85 | for( std::list<Perform *>::iterator i = perf.begin(); |
84 | i != perf.end(); i++ ) | 86 | i != perf.end(); i++ ) |
85 | { | 87 | { |