bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Silence in Canned Commands


From: Mats Henriksson
Subject: Silence in Canned Commands
Date: Thu, 3 Jan 2002 14:56:44 +0100 (MET)

$ 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]