From 8e0c20bf1b7f507621d765cc7d795362fda639ff Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Fri, 21 Mar 2008 22:17:07 +0000 Subject: [PATCH] a happier version of happiness git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48663 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3fc59336f4a..36031f7cb3d 100644 --- 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 -- 2.34.1