ref: b6e5c588ee3c300324a9e464716ed880b9b7e01a
parent: 7bfa3a9080c614b3fc10381301f9a682e2bf22b8
author: Chris Bagwell <[email protected]>
date: Sun Jan 22 16:39:15 EST 2012
minor script fixes.
--- a/mingwbuild
+++ b/mingwbuild
@@ -29,6 +29,9 @@
# The following command lines were used to generate the static external
# libraries SoX ships with.
#
+# cd libtool-2.2.6b
+# mingw32-configure --disable-shared --enable-static;mingw32-make;sudo mingw32-make install
+#
# libpng.la will have libtool issue because depends on libz
# which has a libz.la file. Must edit libpng.la to
# prevent needing to distribute zlib1.dll.
--- a/release.sh
+++ b/release.sh
@@ -63,7 +63,7 @@
while [ $# != 0 ]; do
case "$1" in
--force)
- force="yes"
+ release_force="yes"
shift
;;
--help)
@@ -199,7 +199,7 @@
To: ${email_list}
The developers of SoX are happy to announce the release of SoX ${release_num}.
-Thanks to all who contributed to thise release.
+Thanks to all who contributed to this release.
EMAIL_HEADER
@@ -315,5 +315,6 @@
fi
ssh ${username}@${hostname} mkdir -p ${release_path}/${rcpath}${module}/${release_num}
scp -p $release_list ${username}@${hostname}:${release_path}/${rcpath}${module}/${release_num}
- scp -p NEWS ${username}@${hostname}:${release_path}/${rcpath}${module}/${release_num}/README
+ # FIXME: Stop pushing this and need to find a solution to help push it later.
+ #scp -p NEWS ${username}@${hostname}:${release_path}/${rcpath}${module}/${release_num}/README
fi