ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/make-install-make.sh
(Generate patch)

Comparing App-Staticperl/make-install-make.sh (file contents):
Revision 1.3 by root, Sat Jul 9 18:26:27 2011 UTC vs.
Revision 1.4 by root, Thu Jan 16 20:12:47 2014 UTC

1#! sh 1#! sh
2 2
3"$MAKE" || exit 3"$MAKE" || exit
4
5"$PERL_PREFIX"/bin/SP-patch-postinstall
6 4
7if find blib/arch/auto -type f \( -name "*.a" -o -name "*.obj" -o -name "*.lib" \) | grep -q .; then 5if find blib/arch/auto -type f \( -name "*.a" -o -name "*.obj" -o -name "*.lib" \) | grep -q .; then
8 echo Probably a static XS module, rebuilding perl 6 echo Probably a static XS module, rebuilding perl
9 if "$MAKE" all perl; then 7 if "$MAKE" all perl; then
10 mv perl "$PERL_PREFIX"/bin/perl~ \ 8 mv perl "$PERL_PREFIX"/bin/perl~ \
15 "$MAKE" -f Makefile.aperl map_clean 13 "$MAKE" -f Makefile.aperl map_clean
16 exit 1 14 exit 1
17 fi 15 fi
18fi 16fi
19 17
20"$MAKE" install UNINST=1 18"$MAKE" install UNINST=1 || exit
21 19
20"$PERL_PREFIX"/bin/SP-patch-postinstall
21

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines