Change 2573
Matt Armstrong
committed this change
into
//guest/matt_armstrong/jam/fix/includes
Request Review
Download .zip
Fix INCLUDES by copying the include list of each target's
included file to itself. So this:
INCLUDE B : A ;
INCLUDE C : B ;
implies:
INCLUDE C : A ;
Do then if you have:
DEPENDS D : C ;
Both these will be implied:
DEPENDS D : B ;
DEPENDS D : A ;
(previously D would not depend on A).
Files
1
Comments
0
1
edited
0
added
0
deleted
•
make.c#2
Loading...
Tip: Use
n
and
p
to cycle through the changes.