From 8f98fa1bd5f1da207fab6f89b75e0cdc19d00797 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 18 Oct 2016 09:14:31 +0200 Subject: Replace ipaplatform's symlinks with a meta importer Signed-off-by: Christian Heimes Reviewed-By: Petr Spacek --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 632430860..0435fe924 100644 --- a/Makefile +++ b/Makefile @@ -197,11 +197,6 @@ version-update: release-update if [ "$(SUPPORTED_PLATFORM)" != "" ]; then \ sed -e s/__PLATFORM__/$(SUPPORTED_PLATFORM)/ \ ipaplatform/__init__.py.in > ipaplatform/__init__.py; \ - rm -f ipaplatform/paths.py ipaplatform/services.py ipaplatform/tasks.py ipaplatform/constants.py; \ - ln -s $(SUPPORTED_PLATFORM)/paths.py ipaplatform/paths.py; \ - ln -s $(SUPPORTED_PLATFORM)/services.py ipaplatform/services.py; \ - ln -s $(SUPPORTED_PLATFORM)/tasks.py ipaplatform/tasks.py; \ - ln -s $(SUPPORTED_PLATFORM)/constants.py ipaplatform/constants.py; \ fi if [ "$(SKIP_API_VERSION_CHECK)" != "yes" ]; then \ -- cgit