2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Clean a few more files

[SVN r15042]
This commit is contained in:
Dave Abrahams
2002-08-21 21:40:32 +00:00
parent eabc7e182b
commit e88290d320
2 changed files with 2 additions and 0 deletions

View File

@@ -313,6 +313,7 @@ rule capture-run-output ( target : executable + )
INCLUDES $(target) : $(target:S=.output) ;
MakeLocate $(test-file:S=.failure) : $(LOCATE_TARGET) ;
MakeLocate $(test-file:S=.output) : $(LOCATE_TARGET) ;
Clean clean $(test-file:S=.output) ;
capture-run-output1 $(target) : $(executable) ;
}

View File

@@ -313,6 +313,7 @@ rule capture-run-output ( target : executable + )
INCLUDES $(target) : $(target:S=.output) ;
MakeLocate $(test-file:S=.failure) : $(LOCATE_TARGET) ;
MakeLocate $(test-file:S=.output) : $(LOCATE_TARGET) ;
Clean clean $(test-file:S=.output) ;
capture-run-output1 $(target) : $(executable) ;
}