aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-09-05 20:23:50 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-09-05 20:25:33 +0200
commitd7dfb21dcb2efee60788697b7891f8183d4c8813 (patch)
tree5c468b31f6fd6d06ca6dd7bdddbce350f699bac5
parent3d7ced4d02e87b99988fe575e9443bce58e5b6f1 (diff)
cleanup: Remove obsolete ln to clean_cache.sh
JIRA: ARMBAND-295 Change-Id: I91cc087a622de7666cd812435668575fd0fe77f8 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7b3b1915..e7cd2c6d 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,6 @@ submodules-init: .submodules-init
else \
git submodule update --init 2>/dev/null; \
fi
- @ln -sf ${A_FUEL_BASE}/ci/clean_cache.sh ${ARMBAND_BASE}/ci/clean_cache.sh
@touch $@
# Clean any changes made to submodules, checkout Armband root commit
@@ -134,5 +133,3 @@ patches-copyright:
cat armband-patch-copyright.template $$p_file > $$ptmp && \
mv $$ptmp $$p_file; \
done
-
-# TODO: Bring back clean/debug/build after Fuel@OPNFV implements them for MCP