help-make
[Top][All Lists]
Advanced

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

how to echo something


From: Nehal
Subject: how to echo something
Date: Fri, 07 Mar 2003 09:48:59 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130

Hi,

if i have the following rule for example:

all:
        @for i in $(MODULES); do \
        gcc this; \
        echo that; \
        done;

the '@' makes it supress output, so therefore the output
of 'echo that' is not displayed, how do i overcome this,
(without removing the '@' .. i dont want to output all
the other 'for' stuff) ?

Nehal





reply via email to

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