#3676: bzr_checkout patch from brettgrand

This commit is contained in:
Ken Conley 2011-09-19 23:46:15 +00:00
parent 7b9d1c96b2
commit 22d761e7bc
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
# BZR_REVISION: a bzr revisionspec string
ifneq ($(BZR_REVISION),)
BZR_REV='-r $(BZR_REVISION)'
BZR_REV=-r $(BZR_REVISION)
else
BZR_REV=
endif
$(BZR_DIR):
bzr branch $(BZR_REV) $(BZR_URL) $(BZR_DIR)
bzr branch $(BZR_URL) $(BZR_REV) $(BZR_DIR)
touch rospack_nosubdirs
patched: $(BZR_DIR) $(BZR_PATCH) Makefile