create directory, to accommodate older hg versions, #3748

This commit is contained in:
Brian Gerkey 2012-02-22 23:04:57 +00:00
parent 3a3a1dc65d
commit 0fd2c21062
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
# HG_REVISION: the revision to update
$(HG_DIR):
mkdir -p $(HG_DIR)
hg clone $(HG_URL) $(HG_DIR)
cd $(HG_DIR) && hg update $(HG_BRANCH) && hg update $(HG_REVISION)
touch rospack_nosubdirs