Add movd instructions to move from MMX registers
[oota-llvm.git] / Makefile
index 837c2d7222847470a6eb120ba7be97a3d61119d6..36031f7cb3d8fb217972f49da6abf99f8ad62275 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,20 @@ build-for-llvm-top:
        fi
        $(Verb) $(MAKE) tools-only
 
-.PHONY: srpm rpm
+SVN = svn
+SVN-UPDATE-OPTIONS =
+AWK = awk
+SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}'   \
+               | LANG=C xargs $(SVN) info 2>/dev/null \
+               | $(AWK) '/Path:\ / {print $$2}'
+
+update:
+       $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
+       @ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
+
+happiness: update all check
+
+.PHONY: srpm rpm update happiness
 
 # declare all targets at this level to be serial: