Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 171171
Collapse All | Expand All

(-)perl-5.8.8-orig/Makefile.SH (-3 / +3 lines)
Lines 817-829 Link Here
817
	-@test -f pod/perl588delta.pod && cd pod && $(LNS) perl588delta.pod perldelta.pod && cd .. && echo "pod/perldelta.pod" >> extra.pods # See buildtoc
817
	-@test -f pod/perl588delta.pod && cd pod && $(LNS) perl588delta.pod perldelta.pod && cd .. && echo "pod/perldelta.pod" >> extra.pods # See buildtoc
818
818
819
extras.make: perl$(EXE_EXT)
819
extras.make: perl$(EXE_EXT)
820
	-@test -s extras.lst && PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(LDLIBPTH) ./perl -Ilib -MCPAN -e '@ARGV&&make(@ARGV)' `cat extras.lst`
820
	-@test -s extras.lst && PATH="`pwd`:/sbin:/bin:/usr/sbin:/usr/bin" PERL5LIB="`pwd`/lib" $(LDLIBPTH) ./perl -Ilib -MCPAN -e '@ARGV&&make(@ARGV)' `cat extras.lst`
821
821
822
extras.test: perl$(EXE_EXT)
822
extras.test: perl$(EXE_EXT)
823
	-@test -s extras.lst && PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(LDLIBPTH) ./perl -Ilib -MCPAN -e '@ARGV&&test(@ARGV)' `cat extras.lst`
823
	-@test -s extras.lst && PATH="`pwd`:/sbin:/bin:/usr/sbin:/usr/bin" PERL5LIB="`pwd`/lib" $(LDLIBPTH) ./perl -Ilib -MCPAN -e '@ARGV&&test(@ARGV)' `cat extras.lst`
824
824
825
extras.install: perl$(EXE_EXT)
825
extras.install: perl$(EXE_EXT)
826
	-@test -s extras.lst && PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(LDLIBPTH) ./perl -Ilib -MCPAN -e '@ARGV&&install(@ARGV)' `cat extras.lst`
826
	-@test -s extras.lst && PATH="`pwd`:/sbin:/bin:/usr/sbin:/usr/bin" PERL5LIB="`pwd`/lib" $(LDLIBPTH) ./perl -Ilib -MCPAN -e '@ARGV&&install(@ARGV)' `cat extras.lst`
827
827
828
.PHONY: install install-strip install-all install-verbose install-silent \
828
.PHONY: install install-strip install-all install-verbose install-silent \
829
	no-install install.perl install.man install.html
829
	no-install install.perl install.man install.html

Return to bug 171171