mirror of https://github.com/aria2/aria2
Update makerelease
parent
a474183bd3
commit
6e6d0e315a
|
@ -11,6 +11,8 @@ PREV_VERSION=$2
|
||||||
git checkout refs/tags/release-$VERSION
|
git checkout refs/tags/release-$VERSION
|
||||||
git log --pretty=fuller --date=short refs/tags/release-$PREV_VERSION..HEAD > ChangeLog
|
git log --pretty=fuller --date=short refs/tags/release-$PREV_VERSION..HEAD > ChangeLog
|
||||||
|
|
||||||
|
autoreconf -i
|
||||||
|
|
||||||
./configure && \
|
./configure && \
|
||||||
make dist-bzip2 && make dist-gzip && make dist-xz || echo "error"
|
make dist-bzip2 && make dist-gzip && make dist-xz || echo "error"
|
||||||
make distclean
|
make distclean
|
||||||
|
@ -19,7 +21,7 @@ make distclean
|
||||||
export HOST=i686-w64-mingw32
|
export HOST=i686-w64-mingw32
|
||||||
export LABEL=win-32bit
|
export LABEL=win-32bit
|
||||||
./mingw-config
|
./mingw-config
|
||||||
make -j3
|
make -j8
|
||||||
./mingw-release
|
./mingw-release
|
||||||
make distclean
|
make distclean
|
||||||
|
|
||||||
|
@ -27,13 +29,13 @@ make distclean
|
||||||
export HOST=x86_64-w64-mingw32
|
export HOST=x86_64-w64-mingw32
|
||||||
export LABEL=win-64bit
|
export LABEL=win-64bit
|
||||||
./mingw-config
|
./mingw-config
|
||||||
make -j3
|
make -j8
|
||||||
./mingw-release
|
./mingw-release
|
||||||
make distclean
|
make distclean
|
||||||
|
|
||||||
# android
|
# android
|
||||||
./android-config
|
./android-config
|
||||||
./android-make -j3
|
./android-make -j8
|
||||||
./android-release
|
./android-release
|
||||||
make distclean
|
make distclean
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue