summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-01-07 23:39:17 +0100
committerKay Sievers <kay@vrfy.org>2013-01-07 23:48:43 +0100
commitddcbd96ae6ff15be79e22b37efe54a45a5d1673f (patch)
tree22ee0bcc6c95d01298294de11b3b5a5f316bc132
parent83fdc450aa8f79941bec84488ffd5bf8eadab18e (diff)
downloadsystemd-ddcbd96ae6ff15be79e22b37efe54a45a5d1673f.tar.gz
Revert "build-sys: remove .la files after installation"
"make distcheck" fails with: ERROR: files left after uninstall: ./usr/lib64/security/pam_systemd.so ./lib/libnss_myhostname.so.2 ./lib64/python2.7/site-packages/systemd/_journal.so This reverts commit ca25fde748dba7ee74e24dff2db6aff1d9faea00.
-rw-r--r--Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am
index 15bc4c6c01..ca24f96334 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -174,7 +174,6 @@ define move-to-rootlibdir
so_img_name=$$(readlink $(DESTDIR)$(libdir)/$$libname) && \
so_img_rel_target_prefix=$$(echo $(libdir) | sed 's,\(^/\|\)[^/][^/]*,..,g') && \
ln -sf $$so_img_rel_target_prefix$(rootlibdir)/$$so_img_name $(DESTDIR)$(libdir)/$$libname && \
- { test -n "$(KEEP_LA_FILES)" || rm -f $(DESTDIR)$(libdir)/$${libname/%.so/.la}; } && \
mv $(DESTDIR)$(libdir)/$$libname.* $(DESTDIR)$(rootlibdir); \
fi
endef
@@ -4081,23 +4080,11 @@ if HAVE_KMOD
$(LN_S) ../systemd-modules-load.service systemd-modules-load.service )
endif
-# This hook is defined as a rule to make sure that it runs last.
-define remove-la-hook
- test -z "$(lib_LTLIBRARIES)" || \
- rm -f $(addprefix $(DESTDIR)$(libdir)/, $(lib_LTLIBRARIES))
- test -z "$(pamlib_LTLIBRARIES)" || \
- rm -f $(addprefix $(DESTDIR)$(pamlibdir)/, $(pamlib_LTLIBRARIES))
- test -z "$(pkgpyexec_LTLIBRARIES)" || \
- rm -f $(addprefix $(DESTDIR)$(pkgpyexecdir)/, $(pkgpyexec_LTLIBRARIES))
-endef
-
install-exec-hook: $(INSTALL_EXEC_HOOKS)
- $(remove-la-hook$(KEEP_LA_FILES))
uninstall-hook: $(UNINSTALL_DATA_HOOKS) $(UNINSTALL_EXEC_HOOKS)
install-data-hook: systemd-install-data-hook $(INSTALL_DATA_HOOKS)
- $(remove-la-hook$(KEEP_LA_FILES))
distclean-local: $(DISTCLEAN_LOCAL_HOOKS)