All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Grubb <sgrubb@redhat.com>
To: linux-audit@redhat.com
Subject: Re: [PATCH 3/3] configure.ac: add subdir-objects
Date: Wed, 06 Jul 2016 18:47:47 -0400	[thread overview]
Message-ID: <1929736.QCCH278Bsg@x2> (raw)
In-Reply-To: <1467832099-12255-4-git-send-email-thomas.petazzoni@free-electrons.com>

On Wednesday, July 6, 2016 9:08:19 PM EDT Thomas Petazzoni wrote:
> This allows to avoid the following warning when re-generating the
> configure script:
> 
> auparse/Makefile.am:95: warning: source file '../lib/gen_tables.c' is in a
> subdirectory, auparse/Makefile.am:95: but option 'subdir-objects' is
> disabled

I saw these in the last couple weeks. However...

> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 00788c4..e9f7cb9 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -37,7 +37,7 @@ echo Configuring auditd $VERSION
> 
>  AC_CONFIG_MACRO_DIR([m4])
>  AC_CANONICAL_TARGET
> -AM_INIT_AUTOMAKE
> +AM_INIT_AUTOMAKE([subdir-objects])
>  AM_PROG_LIBTOOL
>  AC_SUBST(LIBTOOL_DEPS)
>  OLDLIBS="$LIBS"

Applying this breaks the build

     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory '/home/sgrubb/working/BUILD/audit/bindings/python/
python2'
Makefile:485: ../../../bindings/python/.deps/auparse_la-auparse_python.Plo: No 
such file or directory
make[4]: *** No rule to make target '../../../bindings/python/.deps/
auparse_la-auparse_python.Plo'.  Stop.

-Steve

  reply	other threads:[~2016-07-06 22:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-06 19:08 [PATCH 0/3] Misc build fixes Thomas Petazzoni
2016-07-06 19:08 ` [PATCH 1/3] lib/gen_tables.c: define EHWPOISON when not available Thomas Petazzoni
2016-07-06 19:08 ` [PATCH 2/3] Fix usage of audit_status.feature_bitmap Thomas Petazzoni
2016-07-06 19:08 ` [PATCH 3/3] configure.ac: add subdir-objects Thomas Petazzoni
2016-07-06 22:47   ` Steve Grubb [this message]
2016-07-11 14:52     ` Thomas Petazzoni
2016-07-11 14:55       ` Steve Grubb
2016-07-11 15:10         ` Thomas Petazzoni
2016-07-06 22:45 ` [PATCH 0/3] Misc build fixes Steve Grubb
2016-07-07  7:06   ` Thomas Petazzoni

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=1929736.QCCH278Bsg@x2 \
    --to=sgrubb@redhat.com \
    --cc=linux-audit@redhat.com \
    /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.