Re: yacc dependency of aic7xxx driver

Peter Samuelson (peter@cadcamlab.org)
Wed, 7 Mar 2001 20:34:23 -0600


[Jörn Nettingsmeier, quoting Robert Muller]
> Just create a shell script called yacc with the following content
> -------------------
> #!/bin/sh
> bison --yacc $*
> -------------------
> i ran into the same problem with a school proiject here yesterday

Why does nobody learn shell anymore? (Just curious.)

#!/bin/sh
exec bison -y "$@"

Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/