Просмотр исходного кода

Added calls to set-target-variables where they were missing.

[SVN r11240]
Dave Abrahams 24 лет назад
Родитель
Сommit
5de7e58234
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      status/Jamfile

+ 4 - 1
status/Jamfile

@@ -60,7 +60,9 @@ rule fail-to-build # sources.test : sources : requirements
     local fail-target = $(<[1]:S=$(SUF$(dependency-type))) ;
     local ignored = [
         $(gGENERATOR_FUNCTION($(dependency-type))) $(fail-target) : $(>) : $(3) ] ;
-        
+
+    set-target-variables $(fail-target)
+    
     # The .test file goes with the other subvariant targets
     MakeLocate $(<) : $(LOCATE_TARGET) ;
     failed-test-file $(<) : $(fail-target) ;
@@ -74,6 +76,7 @@ rule run-test # target : sources : requirements
 {
     local executable = $(<:S=$(SUFEXE)) ; 
     executable-file $(executable) : $(>) : $(3) ;
+    set-target-variables $(executable) ;
     
     # The .test file goes with the other subvariant targets
     MakeLocate $(<) : $(LOCATE_TARGET) ;

粤ICP备19079148号