@@ -1177,50 +1177,39 @@ EOT
1177
1177
done
1178
1178
1179
1179
if test " X$hostperl " ! = X; then
1180
+ LOCAL_PERL=' $(HOST_PERL)'
1180
1181
$spitshell >> $Makefile << '!NO!SUBS! '
1181
1182
install.perl: $(INSTALL_DEPENDENCE) installperl
1182
1183
$(HOST_PERL) installperl --destdir=$(DESTDIR) $(INSTALLFLAGS) $(STRIPFLAGS)
1183
1184
-@test ! -s extras.lst || $(MAKE) extras.install
1184
-
1185
- install.man: all installman
1186
- $(HOST_PERL) installman --destdir=$(DESTDIR) $(INSTALLFLAGS)
1187
-
1188
- # XXX Experimental. Hardwired values, but useful for testing.
1189
- # Eventually Configure could ask for some of these values.
1190
- install.html: all installhtml
1191
- -@test -f README.vms && cd vms && $(LNS) ../README.vms README_vms.pod && cd ..
1192
- $(HOST_PERL) installhtml \
1193
- --podroot=. --podpath=. --recurse \
1194
- --htmldir=$(privlib)/html \
1195
- --htmlroot=$(privlib)/html \
1196
- --splithead=pod/perlipc \
1197
- --splititem=pod/perlfunc \
1198
- --ignore=Porting/Maintainers.pm,Porting/pumpkin.pod,Porting/repository.pod \
1199
- --verbose
1200
1185
!NO!SUBS!
1201
1186
else
1187
+ LOCAL_PERL=' $(RUN_PERL)'
1202
1188
$spitshell >> $Makefile << '!NO!SUBS! '
1203
1189
install.perl: $(INSTALL_DEPENDENCE) installperl
1204
1190
$(RUN_PERL) installperl --destdir=$(DESTDIR) $(INSTALLFLAGS) $(STRIPFLAGS)
1205
1191
-@test ! -s extras.lst || PATH="`pwd`:\${PATH}" PERL5LIB="`pwd`/lib" \$(RUN_PERL) -Ilib -MCPAN -e '@ARGV&&install(@ARGV)' `cat extras.lst`
1206
1192
1193
+ !NO!SUBS!
1194
+ fi
1195
+
1196
+ $spitshell >> $Makefile << !GROK!THIS!
1207
1197
install.man: all installman
1208
- $(RUN_PERL) installman --destdir=$(DESTDIR) $(INSTALLFLAGS)
1198
+ ${LOCAL_PERL} installman --destdir=\ $ (DESTDIR) \ $ (INSTALLFLAGS)
1209
1199
1210
1200
# XXX Experimental. Hardwired values, but useful for testing.
1211
1201
# Eventually Configure could ask for some of these values.
1212
1202
install.html: all installhtml
1213
- -@test -f README.vms && cd vms && $(LNS) ../README.vms README_vms.pod && cd ..
1214
- $(RUN_PERL) installhtml \
1215
- --podroot=. --podpath=. --recurse \
1216
- --htmldir=$(privlib)/html \
1217
- --htmlroot=$(privlib)/html \
1218
- --splithead=pod/perlipc \
1219
- --splititem=pod/perlfunc \
1220
- --ignore=Porting/Maintainers.pm,Porting/pumpkin.pod,Porting/repository.pod \
1203
+ -@test -f README.vms && cd vms && \ $ (LNS) ../README.vms README_vms.pod && cd ..
1204
+ ${LOCAL_PERL} installhtml \ \
1205
+ --podroot=. --podpath=. --recurse \\
1206
+ --htmldir=\ $ (privlib)/html \ \
1207
+ --htmlroot=\ $ (privlib)/html \ \
1208
+ --splithead=pod/perlipc \\
1209
+ --splititem=pod/perlfunc \\
1210
+ --ignore=Porting/Maintainers.pm,Porting/pumpkin.pod,Porting/repository.pod \\
1221
1211
--verbose
1222
- !NO!SUBS!
1223
- fi
1212
+ !GROK!THIS!
1224
1213
1225
1214
$spitshell >> $Makefile << '!NO!SUBS! '
1226
1215
0 commit comments