aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2008-12-31 21:13:40 +0000
committerNed Ludd <solar@gentoo.org>2008-12-31 21:13:40 +0000
commitd2c97ff47226ca7db1dcc1efb05d1db7be185016 (patch)
treeec0916cdaf436454862cc759a27f21b243110d66 /make-tarball.sh
parentimport specs stuff into cvs (diff)
downloadgcc-patches-d2c97ff47226ca7db1dcc1efb05d1db7be185016.tar.gz
gcc-patches-d2c97ff47226ca7db1dcc1efb05d1db7be185016.tar.bz2
gcc-patches-d2c97ff47226ca7db1dcc1efb05d1db7be185016.zip
- dump the default work in the spec files
Diffstat (limited to 'make-tarball.sh')
-rwxr-xr-xmake-tarball.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-tarball.sh b/make-tarball.sh
index 11769c7..4d2d352 100755
--- a/make-tarball.sh
+++ b/make-tarball.sh
@@ -82,7 +82,7 @@ tar -jcf gcc-${sgver}-uclibc-patches-${UCLIBC_VER}.tar.bz2 \
tar -jcf gcc-${sgver}-piepatches-v${PIE_VER}.tar.bz2 \
-C tmp piepatch || exit 1 ; }
[[ -n ${SPECS_VER} ]] && {
-tar -jcf gcc-${sgver}-default-specs-${SPECS_VER}.tar.bz2 \
+tar -jcf gcc-${sgver}-specs-${SPECS_VER}.tar.bz2 \
-C tmp specs || exit 1 ; }
[[ -n ${PP_VER} ]] && {
mv tmp/ssp/protector.patch tmp/ssp/gcc-${gver}-ssp.patch