This is $File: //guest/matt_armstrong/jam/bug/1/README $ This directory contains a source tree that exhibits a bug present in jam 2.5rc3. Build with -j2 or higher to see the bug. Jam goes ahead and builds sourceB.o before generated.h is finished building.
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 3947 | Matt Armstrong |
This directory tree exhibits a bug with Jam 2.5rc3 and -j<N>. There is a generated.h file #included by circularA.h, but sourceB.o is built before generated.h is finished building (despite the fact that sourceB.c #includes generated.h through via several source files). |