summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabe <redhatrises@gmail.com>2014-12-09 18:40:52 -0700
committerMartin Kosek <mkosek@redhat.com>2014-12-10 15:42:39 +0100
commit6d3403edacbf547c31085acb0d542ec7f56c6e90 (patch)
treea4228f57997834ac385e2d6ef93703fe2571ec32
parent489dfe64689f86f7ddc4ad0784de0636f8e6c1f8 (diff)
downloadfreeipa-6d3403edacbf547c31085acb0d542ec7f56c6e90.tar.gz
freeipa-6d3403edacbf547c31085acb0d542ec7f56c6e90.tar.xz
freeipa-6d3403edacbf547c31085acb0d542ec7f56c6e90.zip
Remove usage of app_PYTHON in ipaserver Makefiles
- Remove ChangeLog from ipa-client/Makefile.am https://fedorahosted.org/freeipa/ticket/4700 Reviewed-By: Martin Basti <mbasti@redhat.com>
-rw-r--r--ipa-client/Makefile.am20
-rw-r--r--ipaserver/install/Makefile.am27
-rw-r--r--ipaserver/install/plugins/Makefile.am24
3 files changed, 0 insertions, 71 deletions
diff --git a/ipa-client/Makefile.am b/ipa-client/Makefile.am
index b9c7020f3..0da351c6a 100644
--- a/ipa-client/Makefile.am
+++ b/ipa-client/Makefile.am
@@ -97,7 +97,6 @@ EXTRA_DIST = \
README \
HACKING \
NEWS \
- ChangeLog \
$(NULL)
DISTCLEANFILES = \
@@ -125,22 +124,3 @@ MAINTAINERCLEANFILES = \
py-compile \
$(NULL)
-# Creating ChangeLog from hg log (taken from cairo/Makefile.am):
-
-ChangeLog: $(srcdir)/ChangeLog
-
-$(srcdir)/ChangeLog:
- @if test -d "$(srcdir)/../.hg"; then \
- (cd "$(srcdir)" && \
- ./missing --run hg log --verbose) | fmt --split-only > $@.tmp \
- && mv -f $@.tmp $@ \
- || ($(RM) $@.tmp; \
- echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
- (test -f $@ || echo hg log is required to generate this file >> $@)); \
- else \
- test -f $@ || \
- (echo A hg checkout and hg -log is required to generate ChangeLog >&2 && \
- echo A hg checkout and hg log is required to generate this file >> $@); \
- fi
-
-.PHONY: ChangeLog $(srcdir)/ChangeLog
diff --git a/ipaserver/install/Makefile.am b/ipaserver/install/Makefile.am
deleted file mode 100644
index 9fcad4e77..000000000
--- a/ipaserver/install/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-NULL =
-
-appdir = $(pythondir)/ipaserver
-app_PYTHON = \
- __init__.py \
- bindinstance.py \
- cainstance.py \
- dsinstance.py \
- ipaldap.py \
- krbinstance.py \
- httpinstance.py \
- ntpinstance.py \
- adtrustinstance.py \
- service.py \
- installutils.py \
- replication.py \
- certs.py \
- ldapupdate.py \
- certmonger.py \
- $(NULL)
-
-EXTRA_DIST = \
- $(NULL)
-
-MAINTAINERCLEANFILES = \
- *~ \
- Makefile.in
diff --git a/ipaserver/install/plugins/Makefile.am b/ipaserver/install/plugins/Makefile.am
deleted file mode 100644
index d651297ac..000000000
--- a/ipaserver/install/plugins/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-NULL =
-
-appdir = $(pythondir)/ipaserver/install
-app_PYTHON = \
- __init__.py \
- baseupdate.py \
- fix_replica_agreements.py \
- rename_managed.py \
- dns.py \
- updateclient.py \
- update_services.py \
- update_anonymous_aci.py \
- update_pacs.py \
- update_referint.py \
- ca_renewal_master.py \
- update_uniqueness.py \
- $(NULL)
-
-EXTRA_DIST = \
- $(NULL)
-
-MAINTAINERCLEANFILES = \
- *~ \
- Makefile.in