From 252d6d01c991289a8966ee1cb8b89ba338667967 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Jun 2008 12:33:28 +0200 Subject: maint.mk: my-distcheck runs $(MAKE) syntax-check once again * maint.mk (my-distcheck): Run $(MAKE) syntax-check once again. Run "$(MAKE) check" _after_ the less expensive syntax-check. --- maint.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/maint.mk b/maint.mk index 88448293c..9363baf73 100644 --- a/maint.mk +++ b/maint.mk @@ -705,7 +705,9 @@ endef # the build srcdir, these always-failing programs will run. # Otherwise, it is too easy to test the wrong programs. # Note that "false" itself is a symlink to true, so it too will malfunction. -my-distcheck: $(DIST_ARCHIVES) $(local-check) check +my-distcheck: $(DIST_ARCHIVES) $(local-check) + $(MAKE) syntax-check + $(MAKE) check -rm -rf $(t) mkdir -p $(t) GZIP=$(GZIP_ENV) $(AMTAR) -C $(t) -zxf $(distdir).tar.gz -- cgit v1.2.3-70-g09d2