diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-05-04 13:53:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-04 13:53:49 +0000 |
commit | e69c943d81588fabbbc80611a4b25cf2aeccf4ee (patch) | |
tree | b2e4420f43a67ffc38014c26b30d46a83790f13d /src/dpdk | |
parent | 824d9c5d537916ebb1aebf1cfb6de9ab64484246 (diff) | |
parent | cb768e4ea7b3d55c6e0add653b67270eefcdd2b5 (diff) |
Merge "makefile: Remove obsolete copy operations"
Diffstat (limited to 'src/dpdk')
-rwxr-xr-x | src/dpdk/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dpdk/Makefile b/src/dpdk/Makefile index 25ec3f12..e21e7999 100755 --- a/src/dpdk/Makefile +++ b/src/dpdk/Makefile @@ -29,7 +29,6 @@ ifndef VHOST_USER endif WORK_DIR = dpdk TAG_DONE_FLAG = $(WORK_DIR)/.$(DPDK_TAG).tag.done -DPDK_VANILLA = ../../src_vanilla/dpdk DPDK_CUSE = ../../src_cuse/dpdk # the name has been changed from version to version @@ -70,7 +69,6 @@ clean: $(AT)cd $(WORK_DIR) && git clean -xfd *.o clobber: $(AT)rm -rf $(WORK_DIR) - $(AT)rm -rf $(DPDK_VANILLA) $(AT)rm -rf $(DPDK_CUSE) # distclean is for developer who would like to keep the @@ -86,8 +84,6 @@ sanity: $(WORK_DIR): $(AT)git clone $(DPDK_URL) - $(AT)mkdir -p $(DPDK_VANILLA) - $(AT)cp -rf ./* $(DPDK_VANILLA) $(AT)mkdir -p $(DPDK_CUSE) $(AT)cp -rf ./* $(DPDK_CUSE) |