help-make
[Top][All Lists]
Advanced

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

How to add an embedded Awk script in a make file


From: Ralph Blach
Subject: How to add an embedded Awk script in a make file
Date: Fri, 8 Sep 2006 12:03:50 -0400

I want to put an embedded awk script in a makefile to remove an unwanted comile parameter.
So I want to echo $(CFLAGS) | awk {  print $1    } and have the awk postion parameter expanded correctly by
awk.  However, how do I get an unexpaned $ passed to awk script?

Thanks

Chip


reply via email to

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