help-make
[Top][All Lists]
Advanced

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

Re: How do I pipe the results of a compile session into xyz


From: Noel Yap
Subject: Re: How do I pipe the results of a compile session into xyz
Date: Thu, 31 Mar 2005 14:35:19 -0500
User-agent: Mozilla Thunderbird 0.5 (Windows/20040212)

This isn't a make issue; it's a shell issue.

Try:

        @$(CC) -c $(CFLAGS) $< -o $@ 2>&1 | $(GREP) -v I_dont_want

Uri Shkolnik wrote:

Hi,

I would like to ask your help...

How do I pipe the results of a compile session into
grep ?

I tried few options, all failed

This is the closest as I get

@$(CC) -c $(CFLAGS) $< -o $@ 2> $(GREP) -v I_dont_want


                
__________________________________ Do you Yahoo!? Make Yahoo! your home page http://www.yahoo.com/r/hs


_______________________________________________
Help-make mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/help-make




reply via email to

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