[m-dev.] cvs diff: tests/warnings/Mmake
Tyson Richard DOWD
trd at students.cs.mu.oz.au
Wed Mar 19 11:17:15 AEDT 1997
> tests/warnings/Mmake:
> Simplify the code slightly: use MCFLAGS=$(MCFLAGS-$@) to
> specify special flags for particular files, rather than using
> hard-coded rules.
>
> +# some files need to be compiled with special options
> +
> +MCFLAGS = $(MCFLAGS-$*) $(EXTRA_MCFLAGS)
> +
Doh. This is one of the errors we can't easily fix - there's an
inconsistency between the log message and the diff.
($@ or $* - I think confusing them was one of the things that lost me
marks in 244 many years ago).
--
Tyson Dowd # "Well, let's just say, 'if your VCR is
# still blinking 12:00, you don't
trd at cs.mu.oz.au # want Linux'".
http://www.cs.mu.oz.au/~trd # --Bruce Perens, Debian's Fearless Leader
More information about the developers
mailing list