[cfe-commits] r69072 - /cfe/tags/Apple/clang/GNUSource.make
    Mike Stump 
    mrs at apple.com
       
    Tue Apr 14 13:36:08 PDT 2009
    
    
  
Author: mrs
Date: Tue Apr 14 15:36:08 2009
New Revision: 69072
URL: http://llvm.org/viewvc/llvm-project?rev=69072&view=rev
Log:
Avoid defining check target.
Modified:
    cfe/tags/Apple/clang/GNUSource.make
Modified: cfe/tags/Apple/clang/GNUSource.make
URL: http://llvm.org/viewvc/llvm-project/cfe/tags/Apple/clang/GNUSource.make?rev=69072&r1=69071&r2=69072&view=diff
==============================================================================
--- cfe/tags/Apple/clang/GNUSource.make (original)
+++ cfe/tags/Apple/clang/GNUSource.make Tue Apr 14 15:36:08 2009
@@ -34,7 +34,7 @@
 #  Configure             [ $(Sources)/configure                   ]
 #  Extra_Configure_Flags
 #  Extra_Install_Flags 
-#  Passed_Targets        [ check                                  ]
+#  Passed_Targets        [                                        ]
 #
 # Additional variables inherited from ReleaseControl/Common.make
 ##
@@ -43,8 +43,6 @@
 CoreOSMakefiles = $(MAKEFILEPATH)/CoreOS
 endif
 
-Passed_Targets += check
-
 include $(CoreOSMakefiles)/ReleaseControl/Common.make
 
 ##
    
    
More information about the cfe-commits
mailing list