$ make -v
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for hppa2.0w-hp-hpux11.00


Hi,

If I define a canned command like this:

define cancmd
@rm -f $@
compile -o $@
chmod 755 $@
endef

all commands will be unechoed, even those
that do not begin with a "@". To be more precise;
all rows after the first one with a leading "@" will not be echoed.

This occured when I upgraded to 3.79.1.

Best regards,
/MH!                            +46 8 764 99 72
--
Mats Henriksson
National Taxboard, Sweden


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to