Subject: [Boost-build] Running check-target-builds against a target every time
From: Edward Diener (eldiener_at_[hidden])
Date: 2016-06-01 12:59:57


I am invoking check-target-builds against a target in a jamfile, but I
need to run it each time it is invoked. Instead it is only actually
building the target once even if I invoke it multiple types in a
jamfile. How can I tell Boost Build that I want to build the target each
time it is invoked from check-target-builds ?

I tried adding the line:

ALWAYS my_target ;

in the jamfile in which the target is being built but, alas, it did not
do what I desire.