Boost logo

Boost-Build :

From: TEMPLIE Cédric (cedric.templie_at_[hidden])
Date: 2005-01-21 05:28:06


Vladimir Prus wrote:
> Hi Cédric,
>
>>I create a little test project to show the rebuilding.
>>Maybe it will help to explain to me why there is a rebuild...
>>
>>To run the test, run bjam from top-level, change nothing, and re-run bjam.
>
>
> For me (gcc/Linux/CVS HEAD), the second re-run does not build anything. Do you
> simply invoke "bjam" from top-level, without any options? What toolset do you
> use?
>
> Can you, for the second invocation, pass the -d+12 option to bjam, and show me
> the result?
>

I join results.
I hope it will help you to solve the problem.
Thx again.

TEMPLIE Cédric

> - Volodya
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>

 --------------070603060607030003000606 Content-Type: text/plain;
name="res-without_d12.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="res-without_d12.txt"

C:\TEMP\Test>bjam
...found 61 targets...
...updating 45 targets...
MkDir1 project3\bin
MkDir1 project3\bin\msvc-7.1
MkDir1 project3\bin\msvc-7.1\debug
MkDir1 project3\bin\msvc-7.1\debug\threading-multi
MkDir1 C:\TEMP\Test\include
common.copy C:\TEMP\Test\include\project1.h
1 file(s) copied.
MkDir1 project2\bin
MkDir1 project2\bin\msvc-7.1
MkDir1 project2\bin\msvc-7.1\debug
MkDir1 project2\bin\msvc-7.1\debug\threading-multi
MkDir1 project1\bin
MkDir1 project1\bin\msvc-7.1
MkDir1 project1\bin\msvc-7.1\debug
MkDir1 project1\bin\msvc-7.1\debug\threading-multi
msvc.compile.c++ project1\bin\msvc-7.1\debug\threading-multi\project1.obj project1\bin\msvc-7.1\debug\threading-multi\project1_cpp.rsp
project1.cpp
msvc.link.dll project1\bin\msvc-7.1\debug\threading-multi\project1.dll project1\bin\msvc-7.1\debug\threading-multi\project1.lib project1\bin\msvc-7.1\debug\threading-multi\project1.rsp
Creating library project1\bin\msvc-7.1\debug\threading-multi\project1.lib and object project1\bin\msvc-7.1\debug\threading-multi\project1.exp
MkDir1 C:\TEMP\Test\lib
MkDir1 C:\TEMP\Test\lib\windows
common.copy C:\TEMP\Test\lib\windows\project1.dll
1 file(s) copied.
common.copy C:\TEMP\Test\lib\windows\project1.lib
1 file(s) copied.
msvc.compile.c++ project2\bin\msvc-7.1\debug\threading-multi\project2.obj project2\bin\msvc-7.1\debug\threading-multi\project2_cpp.rsp
project2.cpp
msvc.link.dll project2\bin\msvc-7.1\debug\threading-multi\project2.dll project2\bin\msvc-7.1\debug\threading-multi\project2.lib project2\bin\msvc-7.1\debug\threading-multi\project2.rsp
Creating library project2\bin\msvc-7.1\debug\threading-multi\project2.lib and object project2\bin\msvc-7.1\debug\threading-multi\project2.exp
common.copy C:\TEMP\Test\lib\windows\project2.dll
1 file(s) copied.
common.copy C:\TEMP\Test\lib\windows\project2.lib
1 file(s) copied.
common.copy C:\TEMP\Test\include\project2.h
1 file(s) copied.
msvc.compile.c++ project3\bin\msvc-7.1\debug\threading-multi\project3.obj project3\bin\msvc-7.1\debug\threading-multi\project3_cpp.rsp
project3.cpp
msvc.link.dll project3\bin\msvc-7.1\debug\threading-multi\project3.dll project3\bin\msvc-7.1\debug\threading-multi\project3.lib project3\bin\msvc-7.1\debug\threading-multi\project3.rsp
Creating library project3\bin\msvc-7.1\debug\threading-multi\project3.lib and object project3\bin\msvc-7.1\debug\threading-multi\project3.exp
common.copy C:\TEMP\Test\lib\windows\project3.dll
1 file(s) copied.
common.copy C:\TEMP\Test\lib\windows\project3.lib
1 file(s) copied.
common.copy C:\TEMP\Test\include\project3.h
1 file(s) copied.
...updated 45 targets...

C:\TEMP\Test>bjam
...found 61 targets...
...updating 10 targets...
common.copy C:\TEMP\Test\include\project2.h
1 file(s) copied.
msvc.compile.c++ project3\bin\msvc-7.1\debug\threading-multi\project3.obj project3\bin\msvc-7.1\debug\threading-multi\project3_cpp.rsp
project3.cpp
msvc.link.dll project3\bin\msvc-7.1\debug\threading-multi\project3.dll project3\bin\msvc-7.1\debug\threading-multi\project3.lib project3\bin\msvc-7.1\debug\threading-multi\project3.rsp
Creating library project3\bin\msvc-7.1\debug\threading-multi\project3.lib and object project3\bin\msvc-7.1\debug\threading-multi\project3.exp
common.copy C:\TEMP\Test\lib\windows\project3.dll
1 file(s) copied.
common.copy C:\TEMP\Test\lib\windows\project3.lib
1 file(s) copied.
common.copy C:\TEMP\Test\include\project3.h
1 file(s) copied.
...updated 10 targets...

C:\TEMP\Test> --------------070603060607030003000606 Content-Type: text/plain;
name="res-with_d12.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="res-with_d12.txt"

C:\TEMP\Test>bjam
...found 61 targets...
...updating 45 targets...
MkDir1 project3\bin
MkDir1 project3\bin\msvc-7.1
MkDir1 project3\bin\msvc-7.1\debug
MkDir1 project3\bin\msvc-7.1\debug\threading-multi
MkDir1 C:\TEMP\Test\include
common.copy C:\TEMP\Test\include\project1.h
1 file(s) copied.
MkDir1 project2\bin
MkDir1 project2\bin\msvc-7.1
MkDir1 project2\bin\msvc-7.1\debug
MkDir1 project2\bin\msvc-7.1\debug\threading-multi
MkDir1 project1\bin
MkDir1 project1\bin\msvc-7.1
MkDir1 project1\bin\msvc-7.1\debug
MkDir1 project1\bin\msvc-7.1\debug\threading-multi
msvc.compile.c++ project1\bin\msvc-7.1\debug\threading-multi\project1.obj project1\bin\msvc-7.1\debug\threading-multi\project1_cpp.rsp
project1.cpp
msvc.link.dll project1\bin\msvc-7.1\debug\threading-multi\project1.dll project1\bin\msvc-7.1\debug\threading-multi\project1.lib project1\bin\msvc-7.1\debug\threading-multi\project1.rsp
Creating library project1\bin\msvc-7.1\debug\threading-multi\project1.lib and object project1\bin\msvc-7.1\debug\threading-multi\project1.exp
MkDir1 C:\TEMP\Test\lib
MkDir1 C:\TEMP\Test\lib\windows
common.copy C:\TEMP\Test\lib\windows\project1.dll
1 file(s) copied.
common.copy C:\TEMP\Test\lib\windows\project1.lib
1 file(s) copied.
msvc.compile.c++ project2\bin\msvc-7.1\debug\threading-multi\project2.obj project2\bin\msvc-7.1\debug\threading-multi\project2_cpp.rsp
project2.cpp
msvc.link.dll project2\bin\msvc-7.1\debug\threading-multi\project2.dll project2\bin\msvc-7.1\debug\threading-multi\project2.lib project2\bin\msvc-7.1\debug\threading-multi\project2.rsp
Creating library project2\bin\msvc-7.1\debug\threading-multi\project2.lib and object project2\bin\msvc-7.1\debug\threading-multi\project2.exp
common.copy C:\TEMP\Test\lib\windows\project2.dll
1 file(s) copied.
common.copy C:\TEMP\Test\lib\windows\project2.lib
1 file(s) copied.
common.copy C:\TEMP\Test\include\project2.h
1 file(s) copied.
msvc.compile.c++ project3\bin\msvc-7.1\debug\threading-multi\project3.obj project3\bin\msvc-7.1\debug\threading-multi\project3_cpp.rsp
project3.cpp
msvc.link.dll project3\bin\msvc-7.1\debug\threading-multi\project3.dll project3\bin\msvc-7.1\debug\threading-multi\project3.lib project3\bin\msvc-7.1\debug\threading-multi\project3.rsp
Creating library project3\bin\msvc-7.1\debug\threading-multi\project3.lib and object project3\bin\msvc-7.1\debug\threading-multi\project3.exp
common.copy C:\TEMP\Test\lib\windows\project3.dll
1 file(s) copied.
common.copy C:\TEMP\Test\lib\windows\project3.lib
1 file(s) copied.
common.copy C:\TEMP\Test\include\project3.h
1 file(s) copied.
...updated 45 targets...

C:\TEMP\Test>bjam -d+12
-> 0 Name: all
: Updating it
: NOTFILE
: Depends on <pproject3\bin\msvc-7.1\debug\threading-multi>project3.dll (update) (max time)
: Depends on <pproject3\bin\msvc-7.1\debug\threading-multi>project3.lib (update) (max time)
: Depends on <pproject3\bin\msvc-7.1\debug\threading-multi>project3.rsp (update) (max time)
: Depends on <pproject3\bin\msvc-7.1\debug\threading-multi>project3_cpp.rsp (update) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project3.dll (update) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project3.lib (update) (max time)
: Depends on <pC:\TEMP\Test\include>project3.h (update) (max time)
-> 1 Name: <pproject3\bin\msvc-7.1\debug\threading-multi>project3.dll
Loc: project3\bin\msvc-7.1\debug\threading-multi\project3.dll
: Updating it
: Depends on project3\bin\msvc-7.1\debug\threading-multi (stable)
: Depends on <pproject3\bin\msvc-7.1\debug\threading-multi>project3.obj (update) (max time)
: Depends on <pC:\TEMP\Test\include>project1.h (stable)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2_cpp.rsp (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.dll (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.lib (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project2.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project2.lib (stable) (max time)
: Depends on <pC:\TEMP\Test\include>project2.h (old) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.lib (stable) (max time)
: Depends on <pproject3\bin\msvc-7.1\debug\threading-multi-rsp>project3.rsp (update) (max time)
2 Name: project3\bin\msvc-7.1\debug\threading-multi
: Stable
: NOUPDATE
: Depends on project3\bin\msvc-7.1\debug (stable) (max time)
3 Name: project3\bin\msvc-7.1\debug
: Stable
: NOUPDATE
: Depends on project3\bin\msvc-7.1 (stable) (max time)
4 Name: project3\bin\msvc-7.1
: Stable
: NOUPDATE
: Depends on project3\bin (stable) (max time)
5 Name: project3\bin
: Stable
: NOUPDATE
: Depends on project3 (stable) (max time)
6 Name: project3
: Stable
: NOUPDATE
-> 2 Name: <pproject3\bin\msvc-7.1\debug\threading-multi>project3.obj
Loc: project3\bin\msvc-7.1\debug\threading-multi\project3.obj
: Updating it
: Depends on project3\bin\msvc-7.1\debug\threading-multi (stable)
: Depends on <lproject3-object(c-scanner)@1>project3.cpp (stable)
: Depends on <pC:\TEMP\Test\include>project1.h (stable)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2_cpp.rsp (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.dll (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.lib (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project2.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project2.lib (stable) (max time)
: Depends on <pC:\TEMP\Test\include>project2.h (old) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.lib (stable) (max time)
: Depends on <pproject3\bin\msvc-7.1\debug\threading-multi-rsp>project3_cpp.rsp (stable) (max time)
3 Name: <lproject3-object(c-scanner)@1>project3.cpp
Loc: project3\project3.cpp
: Stable
: Depends on <lproject3>project3.cpp (stable) (max time)
4 Name: <lproject3>project3.cpp
Loc: project3\project3.cpp
: Stable
3 Name: <pC:\TEMP\Test\include>project1.h
Loc: C:\TEMP\Test\include\project1.h
: Stable
: Depends on C:\TEMP\Test\include (stable)
: Depends on <lproject1>project1.h (stable) (max time)
4 Name: C:\TEMP\Test\include
: Stable
: NOUPDATE
: Depends on C:\TEMP\Test (stable) (max time)
5 Name: C:\TEMP\Test
: Stable
: NOUPDATE
: Depends on C:\TEMP (stable) (max time)
6 Name: C:\TEMP
: Stable
: NOUPDATE
: Depends on C:\ (stable) (max time)
7 Name: C:\
: Stable
: NOTFILE NOUPDATE
4 Name: <lproject1>project1.h
Loc: project1\project1.h
: Stable
3 Name: <pproject2\bin\msvc-7.1\debug\threading-multi>project2_cpp.rsp
Loc: project2\bin\msvc-7.1\debug\threading-multi\project2_cpp.rsp
: Stable
: Depends on project2\bin\msvc-7.1\debug\threading-multi (stable)
: Depends on <lproject2-object(c-scanner)@1>project2.cpp (stable)
: Depends on <pC:\TEMP\Test\include>project1.h (stable)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.lib (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi-rsp>project2_cpp.rsp (stable) (max time)
4 Name: project2\bin\msvc-7.1\debug\threading-multi
: Stable
: NOUPDATE
: Depends on project2\bin\msvc-7.1\debug (stable) (max time)
5 Name: project2\bin\msvc-7.1\debug
: Stable
: NOUPDATE
: Depends on project2\bin\msvc-7.1 (stable) (max time)
6 Name: project2\bin\msvc-7.1
: Stable
: NOUPDATE
: Depends on project2\bin (stable) (max time)
7 Name: project2\bin
: Stable
: NOUPDATE
: Depends on project2 (stable) (max time)
8 Name: project2
: Stable
: NOUPDATE
4 Name: <lproject2-object(c-scanner)@1>project2.cpp
Loc: project2\project2.cpp
: Stable
: Depends on <lproject2>project2.cpp (stable) (max time)
5 Name: <lproject2>project2.cpp
Loc: project2\project2.cpp
: Stable
4 Name: <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp
Loc: project1\bin\msvc-7.1\debug\threading-multi\project1_cpp.rsp
: Stable
: Depends on project1\bin\msvc-7.1\debug\threading-multi (stable)
: Depends on <lproject1-object(c-scanner)@1>project1.cpp (stable)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi-rsp>project1_cpp.rsp (stable) (max time)
5 Name: project1\bin\msvc-7.1\debug\threading-multi
: Stable
: NOUPDATE
: Depends on project1\bin\msvc-7.1\debug (stable) (max time)
6 Name: project1\bin\msvc-7.1\debug
: Stable
: NOUPDATE
: Depends on project1\bin\msvc-7.1 (stable) (max time)
7 Name: project1\bin\msvc-7.1
: Stable
: NOUPDATE
: Depends on project1\bin (stable) (max time)
8 Name: project1\bin
: Stable
: NOUPDATE
: Depends on project1 (stable) (max time)
9 Name: project1
: Stable
: NOUPDATE
5 Name: <lproject1-object(c-scanner)@1>project1.cpp
Loc: project1\project1.cpp
: Stable
: Depends on <lproject1>project1.cpp (stable) (max time)
6 Name: <lproject1>project1.cpp
Loc: project1\project1.cpp
: Stable
5 Name: <pproject1\bin\msvc-7.1\debug\threading-multi-rsp>project1_cpp.rsp
Loc: project1\bin\msvc-7.1\debug\threading-multi\project1_cpp.rsp
: Stable
: Depends on <lproject1-object(c-scanner)@1>project1.cpp (stable)
4 Name: <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll
Loc: project1\bin\msvc-7.1\debug\threading-multi\project1.dll
: Stable
: Depends on project1\bin\msvc-7.1\debug\threading-multi (stable)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.obj (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi-rsp>project1.rsp (stable) (max time)
5 Name: <pproject1\bin\msvc-7.1\debug\threading-multi>project1.obj
Loc: project1\bin\msvc-7.1\debug\threading-multi\project1.obj
: Stable
: Depends on project1\bin\msvc-7.1\debug\threading-multi (stable)
: Depends on <lproject1-object(c-scanner)@1>project1.cpp (stable)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi-rsp>project1_cpp.rsp (stable) (max time)
5 Name: <pproject1\bin\msvc-7.1\debug\threading-multi-rsp>project1.rsp
Loc: project1\bin\msvc-7.1\debug\threading-multi\project1.rsp
: Stable
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.obj (stable) (max time)
4 Name: <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib
Loc: project1\bin\msvc-7.1\debug\threading-multi\project1.lib
: Stable
: Depends on project1\bin\msvc-7.1\debug\threading-multi (stable)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.obj (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi-rsp>project1.rsp (stable) (max time)
4 Name: <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp
Loc: project1\bin\msvc-7.1\debug\threading-multi\project1.rsp
: Stable
: Depends on project1\bin\msvc-7.1\debug\threading-multi (stable)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.obj (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi-rsp>project1.rsp (stable) (max time)
4 Name: <pC:\TEMP\Test\lib\windows>project1.dll
Loc: C:\TEMP\Test\lib\windows\project1.dll
: Stable
: Depends on C:\TEMP\Test\lib\windows (stable)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
5 Name: C:\TEMP\Test\lib\windows
: Stable
: NOUPDATE
: Depends on C:\TEMP\Test\lib (stable) (max time)
6 Name: C:\TEMP\Test\lib
: Stable
: NOUPDATE
: Depends on C:\TEMP\Test (stable) (max time)
4 Name: <pC:\TEMP\Test\lib\windows>project1.lib
Loc: C:\TEMP\Test\lib\windows\project1.lib
: Stable
: Depends on C:\TEMP\Test\lib\windows (stable)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
4 Name: <pproject2\bin\msvc-7.1\debug\threading-multi-rsp>project2_cpp.rsp
Loc: project2\bin\msvc-7.1\debug\threading-multi\project2_cpp.rsp
: Stable
: Depends on <lproject2-object(c-scanner)@1>project2.cpp (stable)
3 Name: <pproject2\bin\msvc-7.1\debug\threading-multi>project2.dll
Loc: project2\bin\msvc-7.1\debug\threading-multi\project2.dll
: Stable
: Depends on project2\bin\msvc-7.1\debug\threading-multi (stable)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.obj (stable) (max time)
: Depends on <pC:\TEMP\Test\include>project1.h (stable)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.lib (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi-rsp>project2.rsp (stable) (max time)
4 Name: <pproject2\bin\msvc-7.1\debug\threading-multi>project2.obj
Loc: project2\bin\msvc-7.1\debug\threading-multi\project2.obj
: Stable
: Depends on project2\bin\msvc-7.1\debug\threading-multi (stable)
: Depends on <lproject2-object(c-scanner)@1>project2.cpp (stable)
: Depends on <pC:\TEMP\Test\include>project1.h (stable)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.lib (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi-rsp>project2_cpp.rsp (stable) (max time)
4 Name: <pproject2\bin\msvc-7.1\debug\threading-multi-rsp>project2.rsp
Loc: project2\bin\msvc-7.1\debug\threading-multi\project2.rsp
: Stable
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.obj (stable) (max time)
3 Name: <pproject2\bin\msvc-7.1\debug\threading-multi>project2.lib
Loc: project2\bin\msvc-7.1\debug\threading-multi\project2.lib
: Stable
: Depends on project2\bin\msvc-7.1\debug\threading-multi (stable)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.obj (stable) (max time)
: Depends on <pC:\TEMP\Test\include>project1.h (stable)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.lib (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi-rsp>project2.rsp (stable) (max time)
3 Name: <pproject2\bin\msvc-7.1\debug\threading-multi>project2.rsp
Loc: project2\bin\msvc-7.1\debug\threading-multi\project2.rsp
: Stable
: Depends on project2\bin\msvc-7.1\debug\threading-multi (stable)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.obj (stable) (max time)
: Depends on <pC:\TEMP\Test\include>project1.h (stable)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.lib (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi-rsp>project2.rsp (stable) (max time)
3 Name: <pC:\TEMP\Test\lib\windows>project2.dll
Loc: C:\TEMP\Test\lib\windows\project2.dll
: Stable
: Depends on C:\TEMP\Test\lib\windows (stable)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\include>project1.h (stable)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.lib (stable) (max time)
3 Name: <pC:\TEMP\Test\lib\windows>project2.lib
Loc: C:\TEMP\Test\lib\windows\project2.lib
: Stable
: Depends on C:\TEMP\Test\lib\windows (stable)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.lib (stable) (max time)
: Depends on <pC:\TEMP\Test\include>project1.h (stable)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.lib (stable) (max time)
-> 3 Name: <pC:\TEMP\Test\include>project2.h
Loc: C:\TEMP\Test\include\project2.h
: Outdated, updating it
: Depends on C:\TEMP\Test\include (stable)
: Depends on <lproject2>project2.h (stable)
: Depends on <pC:\TEMP\Test\include>project1.h (stable)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.lib (stable) (max time)
4 Name: <lproject2>project2.h
Loc: project2\project2.h
: Stable
3 Name: <pproject3\bin\msvc-7.1\debug\threading-multi-rsp>project3_cpp.rsp
Loc: project3\bin\msvc-7.1\debug\threading-multi\project3_cpp.rsp
: Stable
: Depends on <lproject3-object(c-scanner)@1>project3.cpp (stable)
-> 2 Name: <pproject3\bin\msvc-7.1\debug\threading-multi-rsp>project3.rsp
Loc: project3\bin\msvc-7.1\debug\threading-multi\project3.rsp
: Updating it
: Depends on <pproject3\bin\msvc-7.1\debug\threading-multi>project3.obj (update) (max time)
-> 1 Name: <pproject3\bin\msvc-7.1\debug\threading-multi>project3.lib
Loc: project3\bin\msvc-7.1\debug\threading-multi\project3.lib
: Updating it
: Depends on project3\bin\msvc-7.1\debug\threading-multi (stable)
: Depends on <pproject3\bin\msvc-7.1\debug\threading-multi>project3.obj (update) (max time)
: Depends on <pC:\TEMP\Test\include>project1.h (stable)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2_cpp.rsp (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.dll (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.lib (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project2.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project2.lib (stable) (max time)
: Depends on <pC:\TEMP\Test\include>project2.h (old) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.lib (stable) (max time)
: Depends on <pproject3\bin\msvc-7.1\debug\threading-multi-rsp>project3.rsp (update) (max time)
-> 1 Name: <pproject3\bin\msvc-7.1\debug\threading-multi>project3.rsp
Loc: project3\bin\msvc-7.1\debug\threading-multi\project3.rsp
: Updating it
: Depends on project3\bin\msvc-7.1\debug\threading-multi (stable)
: Depends on <pproject3\bin\msvc-7.1\debug\threading-multi>project3.obj (update) (max time)
: Depends on <pC:\TEMP\Test\include>project1.h (stable)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2_cpp.rsp (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.dll (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.lib (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project2.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project2.lib (stable) (max time)
: Depends on <pC:\TEMP\Test\include>project2.h (old) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.lib (stable) (max time)
: Depends on <pproject3\bin\msvc-7.1\debug\threading-multi-rsp>project3.rsp (update) (max time)
-> 1 Name: <pproject3\bin\msvc-7.1\debug\threading-multi>project3_cpp.rsp
Loc: project3\bin\msvc-7.1\debug\threading-multi\project3_cpp.rsp
: Updating it
: Depends on project3\bin\msvc-7.1\debug\threading-multi (stable)
: Depends on <lproject3-object(c-scanner)@1>project3.cpp (stable)
: Depends on <pC:\TEMP\Test\include>project1.h (stable)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2_cpp.rsp (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.dll (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.lib (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project2.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project2.lib (stable) (max time)
: Depends on <pC:\TEMP\Test\include>project2.h (old) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.lib (stable) (max time)
: Depends on <pproject3\bin\msvc-7.1\debug\threading-multi-rsp>project3_cpp.rsp (stable) (max time)
-> 1 Name: <pC:\TEMP\Test\lib\windows>project3.dll
Loc: C:\TEMP\Test\lib\windows\project3.dll
: Updating it
: Depends on C:\TEMP\Test\lib\windows (stable)
: Depends on <pproject3\bin\msvc-7.1\debug\threading-multi>project3.dll (update) (max time)
: Depends on <pC:\TEMP\Test\include>project1.h (stable)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2_cpp.rsp (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.dll (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.lib (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project2.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project2.lib (stable) (max time)
: Depends on <pC:\TEMP\Test\include>project2.h (old) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.lib (stable) (max time)
-> 1 Name: <pC:\TEMP\Test\lib\windows>project3.lib
Loc: C:\TEMP\Test\lib\windows\project3.lib
: Updating it
: Depends on C:\TEMP\Test\lib\windows (stable)
: Depends on <pproject3\bin\msvc-7.1\debug\threading-multi>project3.lib (update) (max time)
: Depends on <pC:\TEMP\Test\include>project1.h (stable)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2_cpp.rsp (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.dll (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.lib (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project2.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project2.lib (stable) (max time)
: Depends on <pC:\TEMP\Test\include>project2.h (old) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.lib (stable) (max time)
-> 1 Name: <pC:\TEMP\Test\include>project3.h
Loc: C:\TEMP\Test\include\project3.h
: Updating it
: Depends on C:\TEMP\Test\include (stable)
: Depends on <lproject3>project3.h (stable)
: Depends on <pC:\TEMP\Test\include>project1.h (stable)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2_cpp.rsp (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.dll (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.lib (stable) (max time)
: Depends on <pproject2\bin\msvc-7.1\debug\threading-multi>project2.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project2.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project2.lib (stable) (max time)
: Depends on <pC:\TEMP\Test\include>project2.h (old) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1_cpp.rsp (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.dll (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.lib (stable) (max time)
: Depends on <pproject1\bin\msvc-7.1\debug\threading-multi>project1.rsp (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.dll (stable) (max time)
: Depends on <pC:\TEMP\Test\lib\windows>project1.lib (stable) (max time)
2 Name: <lproject3>project3.h
Loc: project3\project3.h
: Stable
1 file(s) copied.
project3.cpp
Creating library project3\bin\msvc-7.1\debug\threading-multi\project3.lib and object project3\bin\msvc-7.1\debug\threading-multi\project3.exp
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.

C:\TEMP\Test> --------------070603060607030003000606--


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk