aboutsummaryrefslogtreecommitdiffstats
path: root/src/collectd/Makefile
diff options
context:
space:
mode:
authorTaras Chornyi <tarasx.chornyi@intel.com>2016-09-28 15:49:30 +0100
committerTaras Chornyi <tarasx.chornyi@intel.com>2016-09-28 15:49:30 +0100
commitbf4ef8881e5dfe7dedf149c4ae75909c712bb329 (patch)
treee11c427d256f97daf4a95a617b2d785f46b3e1b9 /src/collectd/Makefile
parent0a461892f7425ec6c35948508fdc9a3b010512f3 (diff)
src: build collectd from main repo
Change-Id: I6041b6c1eb7f37ce3e2f17f1a42cb2cba79e9672 Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
Diffstat (limited to 'src/collectd/Makefile')
-rw-r--r--src/collectd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/collectd/Makefile b/src/collectd/Makefile
index 58cebb58..1cff9364 100644
--- a/src/collectd/Makefile
+++ b/src/collectd/Makefile
@@ -23,7 +23,7 @@
include ../mk/master.mk
include ../package-list.mk
-WORK_DIR = collectd-with-DPDK
+WORK_DIR = collectd
TAG_DONE_FLAG = $(WORK_DIR)/.$(COLLECTD_TAG).done
BUILD_CMD = ./build.sh
CONFIG_CMD =
@@ -94,7 +94,7 @@ $(WORK_DIR):
$(AT)git clone $(COLLECTD_URL)
$(TAG_DONE_FLAG): $(WORK_DIR)
- $(AT)cd collectd-with-DPDK; git checkout $(COLLECTD_TAG); git rebase master
+ $(AT)cd $(WORK_DIR); git checkout $(COLLECTD_TAG)
ifneq ($(PATCH_FILE),)
$(AT)cd $(WORK_DIR); patch -p1 < ../$(PATCH_FILE)
endif