diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-03-17 17:14:48 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-03-17 23:20:52 +0000 |
commit | 1713425fc6069d8daf3dd1ccefbae29f1cb49d8c (patch) | |
tree | 2f90414587a734b63ef17d0cc5dbe1f548a355f0 /build/f_isoroot | |
parent | a8ede12de7d762f1753ad72c6339040755c57dc9 (diff) |
f_tacker-pluginbuild: Force cache ID change
This will force a rebuild of Tacker plugin, to bypass poisoned
cache.
Change-Id: I77a028d56cc6202f799c7c0af3b688674256106c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit f20bfafbcb3e75f13b5ba2955ec38f13baad452d)
Diffstat (limited to 'build/f_isoroot')
-rw-r--r-- | build/f_isoroot/f_tacker-pluginbuild/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/f_isoroot/f_tacker-pluginbuild/Makefile b/build/f_isoroot/f_tacker-pluginbuild/Makefile index 997430de1..9c97db777 100644 --- a/build/f_isoroot/f_tacker-pluginbuild/Makefile +++ b/build/f_isoroot/f_tacker-pluginbuild/Makefile @@ -9,13 +9,13 @@ TOP := $(shell pwd) -############################################################################ +############################################################################## # BEGIN of Include definitions # include config.mk # # END Include definitions -############################################################################# +############################################################################## .PHONY: all @@ -51,9 +51,9 @@ release:.tackerbuild # (no .cacheid will be present unless this is a cached build) test -f .cacheid && $(MAKE) -f Makefile put-cache || exit 0 -############################################################################# +############################################################################## # Cache operations - only used when building through ci/build.sh -############################################################################# +############################################################################## # Create a unique hash to be used for getting and putting cache, based on: |