diff options
author | Brian Behlendorf <[email protected]> | 2010-09-02 13:18:17 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2010-09-02 13:18:17 -0700 |
commit | 8160dd9a74b5b5eb3439d4aa0f0bc50e3400c123 (patch) | |
tree | 5b6a56894c0385f8ddf3afc027931aec3fb82384 /Makefile.am | |
parent | 7d06aee0965d66e6e5eb413c2b3ddfc049398ee0 (diff) |
Remove zfs-x.y.z.zip creation in 'make dist'
Do no create a zfs-x.y.z.zip file as part of 'make dist'. Simply
create the standard zfs-x.y.z.tar.gz file.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5a0791b44..f573e1d17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ KERNEL_DIR = module endif SUBDIRS = $(USER_DIR) $(KERNEL_DIR) -AUTOMAKE_OPTIONS = foreign dist-zip +AUTOMAKE_OPTIONS = foreign EXTRA_DIST = autogen.sh zfs.spec.in zfs-modules.spec.in EXTRA_DIST += config/config.awk config/rpm.am config/deb.am config/tgz.am EXTRA_DIST += META DISCLAIMER COPYRIGHT README.markdown |