job000036 | Triggers added by Guillaume Barthelemy | |
job000037 | Before executing an action with multiple targets, we have to update every depend...ants of all targets of the actions. (Not just the depenants of the target we're currently updating). See //guest/miklos_fazekas/jamfix/testcases/multipletargetactions/Test.jam for an example of this problem. >Test A B : C ; >DEPENDS B : D ; ># Before executing Test A B : C, we should update D. « | |
Add Job |