Simplify and clean up "update" target. Also
authorGabor Greif <ggreif@gmail.com>
Thu, 28 Feb 2008 14:58:14 +0000 (14:58 +0000)
committerGabor Greif <ggreif@gmail.com>
Thu, 28 Feb 2008 14:58:14 +0000 (14:58 +0000)
commit9fa4226925cbc4d1aa54fc3eaecf95c898713e73
tree012c78268f9e00313be9bd876014ae925c815169
parent1d7ca713bacb12a356b3b3de0f6a942eb3c085a1
Simplify and clean up "update" target. Also
add an SVN-UPDATE-OPTIONS variable that controls
the update behaviour. This allows to go to a common
older revision of all svn directories:

  gmake update SVN-UPDATE-OPTIONS=-r47717

would rewind both llvm and clang to a common
revision (if clang is checked out into the llvm
tree).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47717 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile