[llvm-commits] [hlvm] r38172 - /hlvm/trunk/Makefile

Reid Spencer reid at x10sys.com
Sat Jul 7 17:00:42 PDT 2007


Author: reid
Date: Sat Jul  7 19:00:42 2007
New Revision: 38172

URL: http://llvm.org/viewvc/llvm-project?rev=38172&view=rev
Log:
Make this have a little more utility.

Modified:
    hlvm/trunk/Makefile

Modified: hlvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/Makefile?rev=38172&r1=38171&r2=38172&view=diff

==============================================================================
--- hlvm/trunk/Makefile (original)
+++ hlvm/trunk/Makefile Sat Jul  7 19:00:42 2007
@@ -9,12 +9,18 @@
 # make.
 #------------------------------------------------------------------------------
 
+.PHONY: all check install hlvm tools
 all:
 	scons -Q
 
-check: 
+check:  all
 	scons -Q check
 
 install:
 	scons -Q install
 
+hlvm:
+	cd hlvm ; scons -Q -u
+
+tools:
+	cd tools ; scons -Q -u





More information about the llvm-commits mailing list