This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Makefile rules for ports tarballs are out of date.


   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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]