This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove the now unused 'shlist' Makefile targets.
authorNicholas Clark <nick@ccl4.org>
Wed, 15 May 2013 19:17:31 +0000 (21:17 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 20 May 2013 19:50:45 +0000 (21:50 +0200)
Makefile.SH
x2p/Makefile.SH

index 5c99047..820134f 100755 (executable)
@@ -1591,7 +1591,7 @@ noknack:  utilities
 nokfilenack:   utilities
        $(RUN_PERL) -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok -A
 
-.PHONY: clist hlist shlist
+.PHONY: clist hlist
 
 clist: $(c)
        echo $(c) | tr ' ' $(TRNL) >.clist
@@ -1599,9 +1599,6 @@ clist:    $(c)
 hlist:  $(h)
        echo $(h) | tr ' ' $(TRNL) >.hlist
 
-shlist: $(sh)
-       echo $(sh) | tr ' ' $(TRNL) >.shlist
-
 .PHONY: distcheck
 distcheck: FORCE
        perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()'
index 5edc9d6..1d4a4a5 100755 (executable)
@@ -178,9 +178,6 @@ clist:
 hlist:
        echo $(h) | tr ' ' $(TRNL) >.hlist
 
-shlist:
-       echo $(sh) | tr ' ' $(TRNL) >.shlist
-
 $(plextract):
        $(RUN) $(PERL) -I../lib $@.PL