Home | History | Annotate | Download | only in LLVM

Lines Matching defs:SVN

241 SVN = svn

242 SVN-UPDATE-OPTIONS =
244 SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}' \
245 | LC_ALL=C xargs $(SVN) info 2>/dev/null \
249 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
250 @ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update