All of lore.kernel.org
 help / color / mirror / Atom feed
From: Duncan Roe <duncan_roe@optusnet.com.au>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: Netfilter Development <netfilter-devel@vger.kernel.org>
Subject: Re: [PATCH libnetfilter_queue v4 2/4] build: doc: can choose what to build and install
Date: Wed, 25 Aug 2021 11:21:36 +1000	[thread overview]
Message-ID: <YSWbIAulHPwgcnep@slk1.local.net> (raw)
In-Reply-To: <20210824103001.GB30322@salvia>

On Tue, Aug 24, 2021 at 12:30:01PM +0200, Pablo Neira Ayuso wrote:
> On Sun, Aug 22, 2021 at 02:14:40PM +1000, Duncan Roe wrote:
> > Update doxygen/Makefile.am to build and install man pages and html documentation
> > conditionally. Involves configure.ac and doxygen.cfg.in, see below.
[...]
> > diff --git a/configure.ac b/configure.ac
> > index 0fe754c..376d4ff 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -10,9 +10,42 @@ AM_INIT_AUTOMAKE([-Wall foreign subdir-objects
> >  	tar-pax no-dist-gzip dist-bzip2 1.6])
> >  m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
> >
> > +case "$host" in
> > +*-*-linux* | *-*-uclinux*) ;;
> > +*) AC_MSG_ERROR([Linux only, dude!]);;
> > +esac
>
> This update is unnecessary, please avoid unnecessary changes in your
> updates, it makes it harder to review.
>
My thinking was that we should check for running under Linux before we assume
that `test` is sane and accepts modern constructs.

Cheers ... Duncan.

  reply	other threads:[~2021-08-25  1:21 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-22  4:14 [PATCH libnetfilter_queue v4 1/4] build: doc: Fix NAME entry in man pages Duncan Roe
2021-08-22  4:14 ` [PATCH libnetfilter_queue v4 2/4] build: doc: can choose what to build and install Duncan Roe
2021-08-24 10:30   ` Pablo Neira Ayuso
2021-08-25  1:21     ` Duncan Roe [this message]
2021-08-22  4:14 ` [PATCH libnetfilter_queue v4 3/4] build: doc: VPATH builds work again Duncan Roe
2021-08-24 10:28   ` Pablo Neira Ayuso
2021-08-25  1:57     ` Duncan Roe
2021-08-25  2:20       ` Duncan Roe
2021-08-25  6:10       ` Pablo Neira Ayuso
2021-08-22  4:14 ` [PATCH libnetfilter_queue v4 4/4] build: doc: split off shell script from within doxygen/Makefile.am Duncan Roe
2021-08-24 10:30   ` Pablo Neira Ayuso
2021-08-25  4:15     ` Duncan Roe
2021-08-25  6:08       ` Pablo Neira Ayuso
2021-08-25  7:36         ` Duncan Roe

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=YSWbIAulHPwgcnep@slk1.local.net \
    --to=duncan_roe@optusnet.com.au \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.