Skip to content
Snippets Groups Projects
Commit fe542f9f authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

minor change (more 'echo')

Rev: src/modules/Makefile.in:1.20
parent 1b2057a5
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile.in,v 1.19 1998/04/13 14:13:53 grubba Exp $
# $Id: Makefile.in,v 1.20 1998/04/26 11:45:58 hubbe Exp $
@SET_MAKE@
......@@ -55,7 +55,7 @@ verbose_verify:
for a in $(MODULES) ; do ( cd $$a ; ${MAKE} $(MAKE_FLAGS) MODNAME=$$a verbose_verify ) || exit $$? ; done
testsuites:
for a in $(MODULES) ; do $(TMP_BINDIR)/mktestsuite $(SRCDIR)/$$a/testsuite.in >$$a/module_testsuite -DSRCDIR=$(SRCDIR)/$$a || exit $$? ; done
for a in $(MODULES) ; do echo $$a ; $(TMP_BINDIR)/mktestsuite $(SRCDIR)/$$a/testsuite.in >$$a/module_testsuite -DSRCDIR=$(SRCDIR)/$$a || exit $$? ; done
extra_tests:
for a in $(MODULES) ; do ( cd $$a ; ${MAKE} $(MAKE_FLAGS) MODNAME=$$a extra_tests ) || exit $$? ; done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment