netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Ethan Sommer <e5ten.arch@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH iproute2] make yacc usage POSIX compatible
Date: Mon, 20 Jan 2020 09:45:13 -0800	[thread overview]
Message-ID: <20200120094513.639114e7@hermes.lan> (raw)
In-Reply-To: <20200108195705.15348-1-e5ten.arch@gmail.com>

On Wed,  8 Jan 2020 14:57:05 -0500
Ethan Sommer <e5ten.arch@gmail.com> wrote:

> config: put YACC in config.mk and use environmental variable if present
> 
> ss:
> use YACC variable instead of hardcoding bison
> place options before source file argument
> use -b to specify file prefix instead of output file, as -o isn't POSIX
> compatible, this generates ssfilter.tab.c instead of ssfilter.c
> replace any references to ssfilter.c with references to ssfilter.tab.c
> 
> tc:
> use -p flag to set name prefix instead of bison-specific api.prefix
> directive
> remove unneeded bison-specific directives
> use -b instead of -o, replace references to previously generated
> emp_ematch.yacc.[ch] with references to newly generated
> emp_ematch.tab.[ch]
> 
> Signed-off-by: Ethan Sommer <e5ten.arch@gmail.com>

Looks good applied

      reply	other threads:[~2020-01-20 17:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-08 19:57 [PATCH iproute2] make yacc usage POSIX compatible Ethan Sommer
2020-01-20 17:45 ` Stephen Hemminger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200120094513.639114e7@hermes.lan \
    --to=stephen@networkplumber.org \
    --cc=e5ten.arch@gmail.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).