[cfe-commits] r39900 - /cfe/trunk/Makefile

Chris Lattner sabre at nondot.org
Sun Jul 15 21:30:37 PDT 2007


Author: lattner
Date: Sun Jul 15 23:30:36 2007
New Revision: 39900

URL: http://llvm.org/viewvc/llvm-project?rev=39900&view=rev
Log:
Make check conflicts with the other default llvm target, 'make check' will come later I guess.

Modified:
    cfe/trunk/Makefile

Modified: cfe/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Makefile?rev=39900&r1=39899&r2=39900&view=diff

==============================================================================
--- cfe/trunk/Makefile (original)
+++ cfe/trunk/Makefile Sun Jul 15 23:30:36 2007
@@ -3,9 +3,6 @@
 
 include $(LEVEL)/Makefile.common
 
-check::
-	cd test; $(MAKE)
-
 test::
 	cd test; $(MAKE)
 





More information about the cfe-commits mailing list