[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 6/6] maint: remove unused target 'install-root'
From: |
Stefano Lattarini |
Subject: |
[PATCH 6/6] maint: remove unused target 'install-root' |
Date: |
Fri, 31 Aug 2012 15:14:21 +0200 |
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.
---
Makefile.am | 4 ----
1 file changed, 4 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 2d5fdaa..8ae8650 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.
--
1.7.12
- [PATCH 0/6] Patches to avoid use of make recursion in the 'src/' subdir, Stefano Lattarini, 2012/08/31
- [PATCH 1/6] maint: add our 'bootstrap_post_import_hook' function, Stefano Lattarini, 2012/08/31
- [PATCH 6/6] maint: remove unused target 'install-root',
Stefano Lattarini <=
- [PATCH 4/6] build: fix generation of manpages for programs not built by default, Stefano Lattarini, 2012/08/31
- [PATCH 3/6] build: don't use recursive make to build the 'src' subdirectory, Stefano Lattarini, 2012/08/31
- [PATCH 5/6] maint: improve remake rules for maintainers, Stefano Lattarini, 2012/08/31
- [PATCH 2/6] build: refactor how lists of coreutils programs are defined, Stefano Lattarini, 2012/08/31
- Re: [PATCH 0/6] Patches to avoid use of make recursion in the 'src/' subdir, Jim Meyering, 2012/08/31