cleanup: Remove obsolete ln to clean_cache.sh 89/41089/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 5 Sep 2017 18:23:50 +0000 (20:23 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 5 Sep 2017 18:25:33 +0000 (20:25 +0200)
JIRA: ARMBAND-295

Change-Id: I91cc087a622de7666cd812435668575fd0fe77f8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Makefile

index 7b3b191..e7cd2c6 100644 (file)
--- 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