We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b310533 commit fc7ff33Copy full SHA for fc7ff33
1 file changed
prog/_jBuild/jBuild.jam
@@ -1963,7 +1963,7 @@ rule DebugDigestDiff field : old : new : file
1963
rule ProcessDigestObjsToRebuild digest : objs_to_rebuild
1964
{
1965
local unique_list = ;
1966
- if $(objs_to_rebuild) { clean_cmd on $(digest) = echo ... cleaning modules for $(digest:S=) ; }
+ if $(objs_to_rebuild) { clean_cmd on $(digest) = echo ... cleaning modules for $(digest:D) ; }
1967
for o in $(objs_to_rebuild) {
1968
if ! $(o) in $(unique_list) {
1969
unique_list += $(o) ;
0 commit comments