]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
a happier version of happiness
authorGabor Greif <ggreif@gmail.com>
Fri, 21 Mar 2008 22:17:07 +0000 (22:17 +0000)
committerGabor Greif <ggreif@gmail.com>
Fri, 21 Mar 2008 22:17:07 +0000 (22:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48663 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 3fc59336f4af33b17bca1fdc7699ece59ff1bb24..36031f7cb3d8fb217972f49da6abf99f8ad62275 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -150,8 +150,8 @@ SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}'   \
                | $(AWK) '/Path:\ / {print $$2}'
 
 update:
-       $(SVN) $(SVN-UPDATE-OPTIONS) update
-       @ $(SVN) status | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) 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