Author: jfclere
Date: Wed Jun 28 16:16:24 2006
New Revision: 417898
URL: http://svn.apache.org/viewvc?rev=417898&view=rev
Log:
Arrange apr location.
Modified:
tomcat/connectors/trunk/jni/jnirelease.sh
Modified: tomcat/connectors/trunk/jni/jnirelease.sh
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/jnirelease.sh?rev=417898&r1=417897&r2=417898&view=diff
==============================================================================
--- tomcat/connectors/trunk/jni/jnirelease.sh (original)
+++ tomcat/connectors/trunk/jni/jnirelease.sh Wed Jun 28 16:16:24 2006
@@ -14,6 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
+# APRDIR have to be the location of the APR sources
+APRDIR=$HOME/apr
+#
# Replace JKJNIEXT with branche/or tag
# and JKJNIVER by the version like -1.1.0
JKJNIEXT="trunk"
@@ -32,11 +35,11 @@
# Prebuild
cd ${JKJNIDIST}/jni/native
# Adjust the location of APR sources
-./buildconf --with-apr=$HOME/apr
+./buildconf --with-apr=$APRDIR
cd ../../../
# Create distribution
tar cvf ${JKJNIDIST}.tar ${JKJNIDIST}
gzip ${JKJNIDIST}.tar
# Convert lineends to DOS
-perl srclib/apr/build/lineends.pl --cr ${JKJNIDIST}
+perl $APRDIR/build/lineends.pl --cr ${JKJNIDIST}
zip -9 -r ${JKJNIDIST}.zip ${JKJNIDIST}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]