diff options
author | 2005-05-30 04:02:34 +0000 | |
---|---|---|
committer | 2005-05-30 04:02:34 +0000 | |
commit | d36ec1d5d6e794081bf305651aef57603de4e3ed (patch) | |
tree | 8aa936aff7f8b618ce342919f48d5521897d9b97 /make-tarball.sh | |
parent | libiberty pic pathc (diff) | |
download | gcc-patches-d36ec1d5d6e794081bf305651aef57603de4e3ed.tar.gz gcc-patches-d36ec1d5d6e794081bf305651aef57603de4e3ed.tar.bz2 gcc-patches-d36ec1d5d6e794081bf305651aef57603de4e3ed.zip |
dont compress patches before packaging up
Diffstat (limited to 'make-tarball.sh')
-rwxr-xr-x | make-tarball.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/make-tarball.sh b/make-tarball.sh index 390b083..2b53a6b 100755 --- a/make-tarball.sh +++ b/make-tarball.sh @@ -60,9 +60,6 @@ mkdir -p tmp/patch/exclude tmp/uclibc tmp/piepatch cp ${gver}/misc/bounds-checking-gcc*.patch \ tmp/bounds-checking-gcc-${HTB_GCC_VER}-${HTB_VER}.patch find tmp/ -name CVS -type d | xargs rm -rf -[[ -n ${PATCH_VER} ]] && { bzip2 tmp/patch/*.patch || exit 1 ; } -[[ -n ${UCLIBC_VER} ]] && { bzip2 tmp/uclibc/*.patch || exit 1 ; } -[[ -n ${PIE_VER} ]] && { bzip2 tmp/piepatch/*/*.patch || exit 1 ; } # standard jobbies [[ -n ${PATCH_VER} ]] && { |