mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:13:01 +00:00
Report why a file is marked for rebuild
svn path=/branches/xmlbuildsystem/; revision=14070
This commit is contained in:
parent
944769bcd5
commit
d12b2619f0
1 changed files with 3 additions and 2 deletions
|
@ -406,8 +406,9 @@ AutomaticDependency::CheckAutomaticDependencies ()
|
|||
assert ( sourceFile->youngestLastWriteTime != 0 );
|
||||
if ( sourceFile->youngestLastWriteTime > sourceFile->lastWriteTime )
|
||||
{
|
||||
printf ( "Marking %s for rebuild\n",
|
||||
sourceFile->filename.c_str () );
|
||||
printf ( "Marking %s for rebuild due to younger file %s\n",
|
||||
sourceFile->filename.c_str (),
|
||||
sourceFile->youngestFile->filename.c_str () );
|
||||
timebuf.actime = sourceFile->youngestLastWriteTime;
|
||||
timebuf.modtime = sourceFile->youngestLastWriteTime;
|
||||
utime ( sourceFile->filename.c_str (),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue