[m-dev.] for review: new debugger command set (part 1 of 4)
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Oct 15 18:04:46 AEST 1998
On 13-Oct-1998, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
>
> > > -check: $(OUTS) $(RESS)
> > > +check: $(OUTS) $(RESS) mdb_command_test.res
> >
> > I think it would make more sense to add `mdb_command_test.res'
> > to the $(RESS) variable.
>
> No, it wouldn't. RESS is for .res files which have similarly named
> executables; there is no executable mdb_command_test.
No, RESS is just for `.res' files -- see for example the file
tests/misc_tests/Mmakefile, which defines RESS to include
`pretty_print_test.res' and `mdemangle_test' even though there are no
executables named `pretty_print_test' or `mdemangle_test'.
If RESS were for `.res' files which have similarly named executables
then it would be named RES_FILES_WITH_SIMILARLY_NAMED_EXECUTABLES ;-)
--
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