summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2016-10-18 09:14:31 +0200
committerDavid Kupka <dkupka@redhat.com>2016-10-20 10:42:00 +0200
commit8f98fa1bd5f1da207fab6f89b75e0cdc19d00797 (patch)
treecbddaeadb21accf30fcb136ea91b15cb511f5631 /Makefile
parenta42059228018839ae2656c27f5b00d96bc935ee3 (diff)
downloadfreeipa-8f98fa1bd5f1da207fab6f89b75e0cdc19d00797.tar.gz
freeipa-8f98fa1bd5f1da207fab6f89b75e0cdc19d00797.tar.xz
freeipa-8f98fa1bd5f1da207fab6f89b75e0cdc19d00797.zip
Replace ipaplatform's symlinks with a meta importer
Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Petr Spacek <pspacek@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
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 \