Nuke opts.sh, replace with four AWK files

Kelley Cook kcook@gcc.gnu.org
Thu Jun 17 17:28:00 GMT 2004


--- Richard Earnshaw <rearnsha@gcc.gnu.org> wrote:
> 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.

I'll end the arguement by just deleting the pound-bang line, the
Makefile calls them via "$(AWK) -f ..." so it isn't necessary.

OK?



More information about the Gcc-patches mailing list