From: Tim Kientzle Date: Tue, 29 Apr 2008 22:46:57 +0000 (-0400) Subject: Make upload.sh a bit more generic. X-Git-Tag: v2.6.0~288 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f49bc79250867bac899e102f28e7b949e13467a;p=thirdparty%2Flibarchive.git Make upload.sh a bit more generic. SVN-Revision: 4 --- diff --git a/upload.sh b/upload.sh index 383911818..f40697fb0 100755 --- a/upload.sh +++ b/upload.sh @@ -3,9 +3,6 @@ PATH=/usr/local/gnu-autotools/bin/:$PATH export PATH -# Basic cleanup -(cd minitar ; make clean) > /dev/null - dt=`date` # BSD make's "OBJDIR" support freaks out the automake-generated # Makefile. Effectively disable it. @@ -60,5 +57,3 @@ autoreconf -f -v -i make distcheck fa=libarchive-$VS.tar.gz chmod 644 $fa -cp $fa ../www/libarchive/src/$fa -mv $fa ../ship/`date '+%Y-%m-%d'`-$fa