[llvm-commits] [hlvm] r38150 - /hlvm/trunk/Makefile
Reid Spencer
reid at x10sys.com
Sat Jul 7 17:00:29 PDT 2007
Author: reid
Date: Sat Jul 7 19:00:29 2007
New Revision: 38150
URL: http://llvm.org/viewvc/llvm-project?rev=38150&view=rev
Log:
Oops, do "check" when asked for it.
Modified:
hlvm/trunk/Makefile
Modified: hlvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/Makefile?rev=38150&r1=38149&r2=38150&view=diff
==============================================================================
--- hlvm/trunk/Makefile (original)
+++ hlvm/trunk/Makefile Sat Jul 7 19:00:29 2007
@@ -13,7 +13,7 @@
scons -Q
check:
- scons -Q all
+ scons -Q check
install:
scons -Q install
More information about the llvm-commits
mailing list