make-w32
[Top][All Lists]
Advanced

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

Re: Avoiding command output on stdout


From: nature
Subject: Re: Avoiding command output on stdout
Date: Tue, 30 Mar 2010 05:03:21 -0700 (PDT)

Thanks for the info Eli !

Eli Zaretskii wrote:
> 
>> Date: Tue, 30 Mar 2010 01:34:06 -0700 (PDT)
>> From: nature <address@hidden>
>> Cc: 
>> 
>> How to avoid commands being displayed on stdout during its execution?
>> 
>> $(OBJ):%.o:%.c
>>      @echo "Compiling $(<F)"
>>      $(CC) -c $< -o $(OBJDIR)/$@ -via b.txt
>> 
>> output:
>> 
>> "Compiling pc.c"
>> armcc -c ..\..\..\.\platform\sc\pcm\src/pcm.c -o C:\OBJDIR\bin/pcm.o -via
>> b.txt
>> 
>> I need only "Compiling pc.c" to be displayed.
> 
> Invoke Make with the -s command-line option.
> 
> 
> _______________________________________________
> Make-w32 mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/make-w32
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Avoiding-command-output-on-stdout-tp28078486p28081487.html
Sent from the Gnu - Make - W32 mailing list archive at Nabble.com.





reply via email to

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