From: Stefano Lattarini Date: Fri, 31 Aug 2012 23:46:43 +0000 (+0200) Subject: maint: remove unused target 'install-root' X-Git-Tag: v8.20~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c070d01e419f123937f5d06d05eac5842ccdebd;p=thirdparty%2Fcoreutils.git maint: remove unused target 'install-root' It was unneeded and broken since the removal of 'su' from GNU coreutils, in commit v8.17-16-g928dd73 of 2012-06-06, "su: remove program (util-linux is now the best source for it)". * Makefile.am (install-root): Remove. (ALL_RECURSIVE_TARGETS): Update. --- diff --git a/Makefile.am b/Makefile.am index 2d5fdaa8f6..8ae8650d96 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,10 +70,6 @@ $(srcdir)/src/cu-progs.mk: $(gen_progs_lists) && $(SHELL) $(gen_progs_lists) --automake >$@-t \ && chmod a-w $@-t && mv -f $@-t $@ -ALL_RECURSIVE_TARGETS += install-root -install-root: - cd src && $(MAKE) $@ - ACLOCAL_AMFLAGS = -I m4 # Some tests always need root privileges, others need them only sometimes.