[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to stop echoing on the screen when using +?
From: |
Kristof Provost |
Subject: |
Re: how to stop echoing on the screen when using +? |
Date: |
Mon, 24 Jan 2011 16:09:11 +0100 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On 2011-01-24 16:09:26 (+0330), ali hagigat <address@hidden> wrote:
> all: all1
> @${MAKE} -f makefile23
> all1:
> address@hidden yyy
> I execute the above by: make -n -f makefile22
> The command echo yyy, will be echoed on the screen and if I use @+echo
> yyy, the result is the same. What i would do If I want echo yyy is
> executed but not echoed?
>
Have you read the command line you're using?
'-n' causes make to print the command, despine the '@' prefix.
Regards,
Kristof