]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: remove two now-useless convenience targets
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 2 Sep 2012 19:55:14 +0000 (21:55 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 5 Sep 2012 06:48:29 +0000 (08:48 +0200)
* src/local.mk (built_programs.list, all_programs.list): These.

src/local.mk

index 5355c30c9ae302abe22a539d92ddb5b2a53dcbd2..4cfbe5526381344f6c8be63387e1daa3e510ae78 100644 (file)
@@ -487,16 +487,6 @@ all_programs = \
     $(bin_SCRIPTS) \
     $(EXTRA_PROGRAMS)
 
-built_programs.list:
-       @echo $(bin_PROGRAMS) $(bin_SCRIPTS) | tr ' ' '\n' \
-         | sed -e 's,$(EXEEXT)$$,,' -e 's,^src/,,' \
-         | $(ASSORT) -u | tr '\n' ' '
-
-all_programs.list:
-       @echo $(all_programs) | tr ' ' '\n' | sed -e 's,$(EXEEXT)$$,,' \
-         | sed /libstdbuf/d \
-         | $(ASSORT) -u
-
 pm = progs-makefile
 pr = progs-readme
 # Ensure that the list of programs in README matches the list