diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-09-18 14:00:18 +0200 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-09-18 14:00:18 +0200 |
commit | 0011674c45680df6c1fe9491c974eb3e57a4a0fe (patch) | |
tree | 690fbcc5ae728039a6aa79bb102a9aa32c1d18f6 /fuel | |
parent | 4d23d9a0079735322c88e53a8ebb1c4d2c0b1566 (diff) |
Missed a reference to prepare target which was earlier used by odl
Change-Id: Ief101627e2af51c4b565dcb5d230922c5f113c8d
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Diffstat (limited to 'fuel')
-rw-r--r-- | fuel/build/cache.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fuel/build/cache.mk b/fuel/build/cache.mk index 6ce75a5..b88ac2f 100644 --- a/fuel/build/cache.mk +++ b/fuel/build/cache.mk @@ -1,4 +1,4 @@ -############################################################################## +############################################################################# # Copyright (c) 2015 Ericsson AB and others. # stefan.k.berg@ericsson.com # jonas.bjurel@ericsson.com @@ -59,7 +59,7 @@ $(CACHEFILES): fi .PHONY: validate-cache -validate-cache: prepare $(CACHEVALIDATE) +validate-cache: $(CACHEVALIDATE) @if [ "$(shell md5sum $(BUILD_BASE)/config.mk | cut -f1 -d " ")" != "$(shell cat $(VERSION_FILE) | grep config.mk | awk '{print $$NF}')" ]; then\ echo "Cache does not match current config.mk definition, cache must be rebuilt";\ exit 1;\ |