Author: jfrederic.clere(a)jboss.com
Date: 2008-03-05 11:13:01 -0500 (Wed, 05 Mar 2008)
New Revision: 1422
Modified:
trunk/build/unix/build.sh
Log:
Make the patch verbose again.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2008-03-05 16:12:07 UTC (rev 1421)
+++ trunk/build/unix/build.sh 2008-03-05 16:13:01 UTC (rev 1422)
@@ -943,15 +943,15 @@
basefilename=`basename $DIR`
if [ -f $build_top/../patch/$basefilename.patch ]; then
(cd $DIR
- echo "Applying patch $build_top/../patch/$basefilename.patch"
- $patch -tfs -p0 -i $build_top/../patch/$basefilename.patch
+ echo "Applying patch $build_top/../patch/$basefilename.patch in $DIR"
+ $patch -tf -p0 -i $build_top/../patch/$basefilename.patch
) || return 1
fi
if $isrhel; then
if [ -f $build_top/../patch/$basefilename.rhel.patch ]; then
(cd $DIR
- echo "Applying patch $build_top/../patch/$basefilename.rhel.patch"
- $patch -tfs -p0 -i $build_top/../patch/$basefilename.rhel.patch
+ echo "Applying patch $build_top/../patch/$basefilename.rhel.patch in
$DIR"
+ $patch -tf -p0 -i $build_top/../patch/$basefilename.rhel.patch
) || return 1
fi
fi
Show replies by date