Update of /cvsroot/audacity/audacity-src/scripts
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv30428
Modified Files:
maketarball.sh
Log Message:
Removed some redundant lines from the script left over from
development
Index: maketarball.sh
===================================================================
RCS file: /cvsroot/audacity/audacity-src/scripts/maketarball.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- maketarball.sh 26 Mar 2007 08:35:54 -0000 1.1
+++ maketarball.sh 28 Mar 2007 11:07:53 -0000 1.2
@@ -99,7 +99,7 @@
find . -name '.cvsignore' -execdir rm -rf '{}' ';'
printf "Done\n"
-printf "removing emacs temp files... ";
+printf "removing vim / emacs temp files... ";
if [ $mode -eq 1 ]; then
find . -name '*~' -exec rm -rvf '{}' ';'
else
@@ -107,12 +107,6 @@
fi
printf "Done\n"
-if [ $mode -eq 1 ]; then
- redirect="2> /dev/null > /dev/null"
-else
- redirect=""
-fi
-
printf "removing executable and other intermediate files... ";
myrmvf $mode audacity .depend obj config.status config.log Makefile
myrmrvf $mode config.cache
@@ -131,13 +125,6 @@
printf "Done\n"
printf "removing libraries that should be installed locally... "
-#if [ $mode -eq 1 ]; then
-# printf "\n * libOgg, libVorbis, libMAD, id3lib\n"
-# printf " * libid3tag"
-# printf " * iAVC, libsamplerate\n"
-# printf " * wave++ libFLAC\n"
-# printf " * twolame\n ... "
-#fi
myrmrvf $mode lib-src/libogg lib-src/libvorbis lib-src/libmad lib-src/id3lib;
myrmrvf $mode lib-src/libid3tag;
myrmrvf $mode lib-src/iAVC lib-src/libsamplerate;
@@ -155,10 +142,6 @@
printf "Done\n"
printf "removing unused portaudio-v19 directories ... ";
-#if [ $mode -eq 1 ]; then
-# printf "\n * docs\n"
-# printf "pa_asio, pa_sgi, pa_mac_sm ... "
-#fi
myrmrvf $mode lib-src/portaudio-v19/docs
myrmrvf $mode lib-src/portaudio-v19/pa_asio
myrmrvf $mode lib-src/portaudio-v19/pa_sgi
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs