summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-06-03 12:35:53 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-06-16 19:48:21 +0200
commitc8aa00806bd67de0d67a65c5d2d4cfffd9e1a9c2 (patch)
tree9f07e4c6ef7b444cc8d5895c35c86658b9c00657 /Makefile
parent6906eed27e51b39e77a3c6c653cb98d207d3aafa (diff)
downloadfreeipa-c8aa00806bd67de0d67a65c5d2d4cfffd9e1a9c2.tar.gz
freeipa-c8aa00806bd67de0d67a65c5d2d4cfffd9e1a9c2.tar.xz
freeipa-c8aa00806bd67de0d67a65c5d2d4cfffd9e1a9c2.zip
ipaplatform: Link to platform module during build time
https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f51a89103..0d0e641c9 100644
--- a/Makefile
+++ b/Makefile
@@ -150,6 +150,13 @@ version-update: release-update
sed -e s/__VERSION__/$(IPA_VERSION)/ ipa-client/version.m4.in \
> ipa-client/version.m4
+ if [ "$(SUPPORTED_PLATFORM)" != "" ]; then \
+ rm -f ipaplatform/paths.py ipaplatform/services.py ipaplatform/tasks.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; \
+ fi
+
if [ "$(SKIP_API_VERSION_CHECK)" != "yes" ]; then \
./makeapi --validate; \
./makeaci --validate; \