1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

tests: generalize my-distcheck

* maint.mk (my-distcheck): Accommodate missing gnulib-tests.
This commit is contained in:
Jim Meyering
2008-05-27 12:29:57 +02:00
parent 87386cc8a9
commit 8976a2b27e
+3 -1
View File
@@ -697,7 +697,9 @@ my-distcheck: $(DIST_ARCHIVES) $(local-check) check
done \
&& ln -sf ../src/true $(bin)/false \
&& PATH=`pwd`/$(bin):$$PATH $(MAKE) -C tests check \
&& $(MAKE) -C gnulib-tests check \
&& { test -d gnulib-tests \
&& $(MAKE) -C gnulib-tests check \
|| :; } \
&& rm -rf $(bin) \
&& $(MAKE) distclean
(cd $(t) && mv $(distdir) $(distdir).old \