Skip to content

Commit

Permalink
use bzip2 instead of gzip for default dist archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Hobbs committed Nov 20, 2005
1 parent 8fcacc8 commit cc64657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# RCS: @(#) $Id: Makefile.in,v 1.15 2005/07/07 22:33:18 hobbs Exp $
# RCS: @(#) $Id: Makefile.in,v 1.16 2005/11/20 19:58:18 hobbs Exp $

#========================================================================
# Edit the following few lines when writing a new extension
Expand Down Expand Up @@ -293,7 +293,7 @@ VPATH = $(srcdir):$(srcdir)/generic:$(srcdir)/unix:$(srcdir)/win:$(srcdir)/compa
#========================================================================

#COMPRESS = tar cvf $(PKG_DIR).tar $(PKG_DIR); compress $(PKG_DIR).tar
COMPRESS = tar zcvf $(PKG_DIR).tar.gz $(PKG_DIR)
COMPRESS = tar jcvf $(PKG_DIR).tar.bz2 $(PKG_DIR)
DIST_ROOT = /tmp/dist
DIST_DIR = $(DIST_ROOT)/$(PKG_DIR)

Expand Down

0 comments on commit cc64657

Please sign in to comment.