X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=fee675d3f26c83b7fbddf5f6abdb9e6631bbb9d0;hb=fe532525cc4912ec0d1b4e91fa0396122dd087b3;hp=7a1b19045945fe86bf9a233839e4dcfbacbfa52d;hpb=410b46a3900729aa7f1f0083651068cf57ad643d;p=oota-llvm.git diff --git a/Makefile b/Makefile index 7a1b1904594..fee675d3f26 100644 --- a/Makefile +++ b/Makefile @@ -253,7 +253,7 @@ AWK = awk # a given path. svnup() requires one argument: the root to search from. define SUB_SVN_DIRS svnup() { - dirs=`svn status --no-ignore $$1 | awk '/I|\? / {print $$2}' | LC_ALL=C xargs svn info 2>/dev/null | awk '/^Path:\ / {print $$2}'`; + dirs=`svn status --no-ignore $$1 | awk '/^(I|\?) / {print $$2}' | LC_ALL=C xargs svn info 2>/dev/null | awk '/^Path:\ / {print $$2}'`; if [ "$$dirs" = "" ]; then return; fi;