Skip to content

Commit e9d2557

Browse files
committed
make distcheck should keep tarball, rm directory
1 parent 8bf9d71 commit e9d2557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ distcheck: dist
183183
test `grep 'set(SO_' CMakeLists.txt |cut -d' ' -f2 | tr -d ')' | tr '\n' '.'` = $(MAJOR).$(MINOR).$(PATCH). || exit 1
184184
tar xzf utf8proc-$(VERSION).tar.gz
185185
make -C utf8proc-$(VERSION) check
186-
rm utf8proc-$(VERSION).tar.gz
186+
rm -rf utf8proc-$(VERSION)
187187

188188
check: test/normtest data/NormalizationTest.txt data/Lowercase.txt data/Uppercase.txt test/graphemetest data/GraphemeBreakTest.txt test/printproperty test/case test/iscase test/custom test/charwidth test/misc test/valid test/iterate bench/bench.c bench/util.c bench/util.h utf8proc.o
189189
$(MAKE) -C bench

0 commit comments

Comments
 (0)