[PATCH] Generate bzip2 tar archive of the distribution

2 May
2008
2 May
'08
7:36 p.m.
# HG changeset patch # User Jim Fehlig <jfehlig@novell.com> # Date 1209749753 21600 # Node ID 1b4ca562f6f19455680f95db62b27c351de62e13 # Parent 02269d31d296b603dd99b5fd1c235c1a987f5a49 Generate bzip2 tar archive of the distribution SuSE packages generally use bzip2 tar archives instead of gzip. This patch permits creation of bzip2 archive, in addition to gzip, when invoking 'make dist' target. Signed-off-by: Jim Fehlig <jfehlig@novell.com> diff -r 02269d31d296 -r 1b4ca562f6f1 Makefile.am --- a/Makefile.am Fri May 02 08:18:24 2008 -0700 +++ b/Makefile.am Fri May 02 11:35:53 2008 -0600 @@ -1,4 +1,6 @@ # Copyright IBM Corp. 2007 +AUTOMAKE_OPTIONS=dist-bzip2 + SUBDIRS = libxkutil src doc base_schema MOFS = \
6343
Age (days ago)
6343
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jim Fehlig