diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-08-25 13:46:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-25 13:46:32 +0000 |
commit | 1f889a9e222ffedbc8da497b7dd2f48335f1db78 (patch) | |
tree | aabdba3bf6dc684170435e0302d2f5906f3a9550 /src/vpp/Makefile | |
parent | af66b453e1f361c39dc1b6999e07f54cc1fd63f6 (diff) | |
parent | 6729117431e563a7169ac7fa9c64b35dbdcdb399 (diff) |
Merge "build: Rename cloned repositories and remove cuse"
Diffstat (limited to 'src/vpp/Makefile')
-rw-r--r-- | src/vpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp/Makefile b/src/vpp/Makefile index de50d941..d3146f46 100644 --- a/src/vpp/Makefile +++ b/src/vpp/Makefile @@ -66,7 +66,7 @@ sanity: $(WORK_DIR)/configure: $(TAG_DONE_FLAG) $(WORK_DIR): - $(AT)git clone $(VPP_URL) + $(AT)git clone $(VPP_URL) vpp $(TAG_DONE_FLAG): $(WORK_DIR) $(AT)cd vpp; git checkout $(VPP_TAG) |