trivial diff: tests/*/Mmakefile: delete `.mod' rules
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Jul 27 19:31:53 AEST 1998
tests/general/Mmakefile:
tests/hard_coded/Mmakefile:
tests/misc_tests/Mmakefile:
Delete some long obsolete references to `.mod' files.
cvs diff tests/general/Mmakefile tests/hard_coded/Mmakefile tests/misc_tests/Mmakefile
Index: tests/general/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/general/Mmakefile,v
retrieving revision 1.17
diff -u -r1.17 Mmakefile
--- Mmakefile 1998/05/16 15:53:04 1.17
+++ Mmakefile 1998/07/27 09:17:28
@@ -86,15 +86,12 @@
OUTS= $(PROGS:%=%.out)
EXPS= $(PROGS:%=%.exp)
RESS= $(PROGS:%=%.res)
-MODS= $(PROGS:%=%.mod)
depend: $(DEPENDS)
exp: $(EXPS)
check: $(OUTS) $(RESS)
-
-mods: $(MODS)
all: $(PROGS)
Index: tests/hard_coded/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/Mmakefile,v
retrieving revision 1.34
diff -u -r1.34 Mmakefile
--- Mmakefile 1998/06/22 01:06:38 1.34
+++ Mmakefile 1998/07/27 09:15:51
@@ -123,7 +123,6 @@
DEPENDS=$(PROGS:%=%.depend)
OUTS= $(PROGS:%=%.out)
RESS= $(PROGS:%=%.res)
-MODS= $(PROGS:%=%.mod)
#-----------------------------------------------------------------------------#
@@ -151,11 +150,6 @@
check: $(OUTS) $(RESS)
for dir in $(SUBDIRS); do \
(cd $$dir && $(SUBDIR_MMAKE) check) || exit 1; \
- done
-
-mods: $(MODS)
- for dir in $(SUBDIRS); do \
- (cd $$dir && $(SUBDIR_MMAKE) mods) || exit 1; \
done
all: $(PROGS)
Index: tests/misc_tests/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/misc_tests/Mmakefile,v
retrieving revision 1.9
diff -u -r1.9 Mmakefile
--- Mmakefile 1998/04/27 11:07:53 1.9
+++ Mmakefile 1998/07/27 09:17:40
@@ -24,7 +24,6 @@
DEPENDS=$(PROGS:%=%.depend)
OUTS= $(PROGS:%=%.out) $(OTHER_TESTS:%=%.out)
RESS= $(PROGS:%=%.res) $(OTHER_TESTS:%=%.res)
-MODS= $(PROGS:%=%.mod)
#-----------------------------------------------------------------------------#
@@ -33,8 +32,6 @@
depend: $(DEPENDS)
check: $(OUTS) $(RESS)
-
-mods: $(MODS)
all: $(PROGS)
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
More information about the developers
mailing list