X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/6300655ec9286f3a259ee60536819a0056be4810..4e62197a64e6386e24b328c40d6020412ea3031d:/Makefile.in diff --git a/Makefile.in b/Makefile.in index c6a7bda079..b792e7c5c8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -921,12 +921,12 @@ extraclean: $(extraclean_dirs:=_extraclean) TAGS tags: lib lib-src src $(MAKE) -C src tags -check: all +check check-expensive: all @if test ! -d test/automated; then \ echo "You do not seem to have the test/ directory."; \ echo "Maybe you are using a release tarfile, rather than a repository checkout."; \ else \ - $(MAKE) -C test/automated check; \ + $(MAKE) -C test/automated $@; \ fi dist: @@ -943,7 +943,7 @@ $(DOCS): $(MAKE) -C doc/$(subst -, ,$@) .PHONY: $(DOCS) docs pdf ps -.PHONY: info dvi dist check html info-real info-dir check-info +.PHONY: info dvi dist check check-expensive html info-real info-dir check-info ## TODO add etc/refcards. docs: $(DOCS)