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 [email protected] http://lists.gnu.org/mailman/listinfo/help-make
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
