#!/bin/bash # BUILD PERL if [ -d PerlSrc ]; then /bin/rm -rf PerlSrc fi if [ -d tmp ]; then /bin/rm -rf tmp fi mkdir PerlSrc PerlSrc/perl PerlSrc/perl-addons PerlSrc/perl/bin PerlSrc/perl-addons/bin tmp TEMPDIR=$PWD/tmp TMP=$PWD/tmp export TMP export TEMPDIR PERLDIR=$PWD/PerlSrc cd PerlSrc gzip -dc ../Tars/stable.tar.gz | tar xvf - #tar zxvf ../Tars/stable.tar.gz cd perl-[0-9]* sed -e "s=USEPERLDIR=$PERLDIR=g" ../../Policy.sh > Policy.sh ./Configure -d make make test make install
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#5 | 4368 | alan_teague | Revised for Solaris, templates created for platform INSTALL instructions | ||
#4 | 4351 | alan_teague | Really making the change from tar zxvf to gzip -dc | tar xvf | ||
#3 | 4350 | alan_teague | Changed tar zxvf to be gzip -dc | tar xvf - | ||
#2 | 4344 | alan_teague |
Revised productization files updating to latest perl modules and normalizing scripts to work on both linux and bsd platforms. |
||
#1 | 4311 | alan_teague |
Initial versions of productization files and scripts. All are draft quality submitted for review. |