This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Nuke opts.sh, replace with four AWK files


On Thu, 2004-06-17 at 16:27, Jakub Jelinek wrote:
> On Thu, Jun 17, 2004 at 11:23:36AM -0400, Kelley Cook wrote:
> > --- ../../gcc-orig/gcc/opt-functions.awk	1969-12-31 19:00:00.000000000 -0500
> > +++ ./opt-functions.awk	2004-06-17 09:57:20.502146000 -0400
> > @@ -0,0 +1,78 @@
> > +#!/bin/awk
> 
> #!/bin/awk -f
> instead?

I don't think you can assume that awk lives in /bin on all systems.  It
certainly doesn't live there on NetBSD.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]