diff options
author | Taras Chornyi <tarasx.chornyi@intel.com> | 2016-09-07 15:16:15 +0100 |
---|---|---|
committer | Taras Chornyi <tarasx.chornyi@intel.com> | 2016-09-07 15:35:47 +0100 |
commit | cea70a737be5948f5252319ce41bbd5175026034 (patch) | |
tree | 4715b471f73cbf023421fe2cf0029a5675e7c919 /src/collectd-ceilometer-plugin/Makefile | |
parent | 6612dbb97215e630ffa78fefa06dc64bf8902ddf (diff) |
src: Fixed dpdkstats and ceilometer-plugin build issues.
Change-Id: Ie8abb8e6be3c5c2100b672c83f488177c8b66638
Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
Diffstat (limited to 'src/collectd-ceilometer-plugin/Makefile')
-rw-r--r-- | src/collectd-ceilometer-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collectd-ceilometer-plugin/Makefile b/src/collectd-ceilometer-plugin/Makefile index b0ad4112..20461e50 100644 --- a/src/collectd-ceilometer-plugin/Makefile +++ b/src/collectd-ceilometer-plugin/Makefile @@ -35,7 +35,7 @@ INSTALL_TARGET = force_make force_make: $(WORK_DIR) @echo "force make" - $(AT)cd $(WORK_DIR) && git pull $(COLLECTD_CEILOMETER_URL) $(COLLECTD_CEILOMETER_TAG) + $(AT)cd $(WORK_DIR) && git checkout $(COLLECTD_CEILOMETER_TAG) @echo "Make done" install: |