From 136220265324111f77e3eec4b162a5df80623d07 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 13 Sep 2011 00:01:23 +0300 Subject: Introduce platform-specific adaptation for services used by FreeIPA. Refactor FreeIPA code to allow abstracting all calls to external processes and dependencies on modification of system-wide configuration. A platform provider would give its own implementation of those methods and FreeIPA would use it based on what's built in packaging process. https://fedorahosted.org/freeipa/ticket/1605 --- ipapython/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipapython/Makefile') diff --git a/ipapython/Makefile b/ipapython/Makefile index c96d5d9c..a09ffd1b 100644 --- a/ipapython/Makefile +++ b/ipapython/Makefile @@ -27,7 +27,7 @@ clean: done distclean: clean - rm -f setup.py ipa-python.spec version.py + rm -f setup.py ipa-python.spec version.py services.py @for subdir in $(SUBDIRS); do \ (cd $$subdir && $(MAKE) $@) || exit 1; \ done -- cgit