aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2018-08-18 11:19:25 -0400
committerTheodore Ts'o <tytso@mit.edu>2018-08-18 11:21:30 -0400
commit0afb9be6aa326f69ecb3756f06aaaf1cb8150713 (patch)
treec00206edff6ef11c7b159a26b965cd1bf7e4b593 /util
parente5f0f3eebef7b483d5cc8b37023d6e0256776d94 (diff)
downloadandroid_external_e2fsprogs-0afb9be6aa326f69ecb3756f06aaaf1cb8150713.tar.gz
android_external_e2fsprogs-0afb9be6aa326f69ecb3756f06aaaf1cb8150713.tar.bz2
android_external_e2fsprogs-0afb9be6aa326f69ecb3756f06aaaf1cb8150713.zip
Drop subset tarball and replace it with "configure --enable-subset"
There's no point creating two separate tarfiles. It's not clear anyone was actually using the subset tarball --- and if they are, they can replace it by the full source distribution and using the --enable-subset option. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'util')
-rw-r--r--util/gen-tarball.in9
-rw-r--r--util/subset.exclude36
2 files changed, 1 insertions, 44 deletions
diff --git a/util/gen-tarball.in b/util/gen-tarball.in
index 763b0f5a..997bd935 100644
--- a/util/gen-tarball.in
+++ b/util/gen-tarball.in
@@ -22,17 +22,10 @@ case $1 in
debian|ubuntu)
SRCROOT="e2fsprogs-$deb_pkgver"
tarout="e2fsprogs_@E2FSPROGS_PKGVER@.orig.tar.gz"
- list=all
- ;;
- subset)
- SRCROOT="e2fsprogs-libs-$base_ver"
- tarout="$SRCROOT.tar.gz"
- list=subset
;;
all|*)
SRCROOT="e2fsprogs-$base_ver"
tarout="$SRCROOT.tar.gz"
- list=all
;;
esac
@@ -46,7 +39,7 @@ fi
-o -name changed-files -o -name .#\* -o -name \*.tar.gz \
-o -name autom4te.cache \) \
-print) > $exclude
-sed -e "s;^;$base_e2fsprogs/;" < $srcdir/$list.exclude >> $exclude
+sed -e "s;^;$base_e2fsprogs/;" < $srcdir/all.exclude >> $exclude
(cd $top_srcdir/.. ; \
tar -c -f - -X $exclude --sort=name --owner=0 --group=0 \
diff --git a/util/subset.exclude b/util/subset.exclude
deleted file mode 100644
index 81108d2a..00000000
--- a/util/subset.exclude
+++ /dev/null
@@ -1,36 +0,0 @@
-.git
-.hg
-.hgignore
-.pc
-patches
-build
-build[^/]*
-rpm.log
-TODO
-powerquest
-.exclude-subset
-po/stamp-cat-id
-po/cat-id-tbl.c
-Meta
-e2fsck
-ext2ed
-debugfs
-misc
-tests
-resize
-contrib
-po
-include
-debian
-lib/e2p
-lib/evms
-lib/ext2fs
-lib/support
-ABOUT-NLS
-README
-INSTALL
-INSTALL.dllbin
-INSTALL.elfbin
-RELEASE-NOTES
-e2fsprogs.lsm
-e2fsprogs.spec