This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Makefile rules for ports tarballs are out of date.
- From: ams at gnu dot org (Alfred M. Szmidt)
- To: "Carlos O'Donell" <carlos at systemhalted dot org>
- Cc: libc-alpha at sourceware dot org
- Date: Mon, 19 Mar 2012 02:49:12 -0400
- Subject: Re: Makefile rules for ports tarballs are out of date.
- References: <CADZpyiw6d7_WNKyeNE2RVNu6TFt0vYzUj7usG1m-2rprPijrJw@mail.gmail.com>
- Reply-to: ams at gnu dot org
I assume that the ports tarball creation process should mirror that
done for glibc?
There is little reason why it shouldn't. This is what I used for
glibc-ports 2.13, and for glibc it was the same.
git archive --prefix=glibc-ports-2.13/ glibc-2.13 > glibc-ports-2.13.tar
tar xf glibc-ports-2.13.tar
rm glibc-ports-2.13.tar
find glibc-ports-2.13 -name configure -print | xargs touch
tar -cf glibc-ports-2.13.tar glibc-ports-2.13
gzip -9vc glibc-ports-2.13.tar > glibc-ports-2.13.tar.gz
bzip2 -9vc glibc-ports-2.13.tar > glibc-ports-2.13.tar.bz2
~/gnulib/build-aux/gnupload --to ftp.gnu.org:glibc \
--to amszmidt@sourceware.org:~ftp/pub/glibc/releases \
glibc-ports-2.13.tar.gz glibc-ports-2.13.tar.bz2