From: Mike Frysinger <vapier@gentoo.org>
To: Sami Kerola <kerolasa@iki.fi>
Cc: util-linux@vger.kernel.org, "Karel Zak" <kzak@redhat.com>,
"Thomas Bächler" <thomas@archlinux.org>
Subject: Re: [PATCH] uuidd: use pkg-config to find systemd-deamon support
Date: Thu, 9 Jan 2014 11:56:15 -0500 [thread overview]
Message-ID: <201401091156.16841.vapier@gentoo.org> (raw)
In-Reply-To: <1389220086-7475-1-git-send-email-kerolasa@iki.fi>
[-- Attachment #1: Type: Text/Plain, Size: 1605 bytes --]
On Wednesday 08 January 2014 17:28:06 Sami Kerola wrote:
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -79,6 +79,7 @@ include libblkid/Makemodule.am
> include libmount/Makemodule.am
> include libfdisk/Makemodule.am
>
> +if HAVE_COMMANDS
> include schedutils/Makemodule.am
> include text-utils/Makemodule.am
> include term-utils/Makemodule.am
> @@ -92,6 +93,7 @@ include fdisks/Makemodule.am
> include bash-completion/Makemodule.am
>
> include tests/Makemodule.am
> +endif # HAVE_COMMANDS
aren't there some tests for the libs ?
> --- a/configure.ac
> +++ b/configure.ac
> @@ -704,6 +704,11 @@ AS_IF([test "x$with_utempter" = xyes], [
> AM_CONDITIONAL([HAVE_UTEMPTER], [false])
> ])
>
> +AC_ARG_ENABLE([binaries],
> + AS_HELP_STRING([--disable-binaries], [build only libraries]),
> + [], [enable_libraries_only=yes]
> +)
> +AM_CONDITIONAL(HAVE_COMMANDS, test "x$enable_libraries_only" = xyes)
i'm not sure about this inversion of naming. why can't it just use
enable_binaries everywhere ?
> --- a/login-utils/Makemodule.am
> +++ b/login-utils/Makemodule.am
> @@ -196,14 +196,3 @@ test_logindefs_SOURCES = \
> login-utils/logindefs.c \
> login-utils/logindefs.h
> test_logindefs_CPPFLAGS = -DTEST_PROGRAM $(AM_CPPFLAGS)
> -
> -
> -install-exec-hook:
> -if BUILD_SU
> -if MAKEINSTALL_DO_SETUID
> - chmod 4755 $(DESTDIR)$(bindir)/su
> -endif
> -endif
> -if BUILD_VIPW
> - cd $(DESTDIR)$(usrsbin_execdir) && ln -sf vipw vigr
> -endif
why does this need to move ? this module isn't included when commands are
disabled ...
-mike
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2014-01-09 16:56 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-06 23:39 [PATCH] uuidd: use pkg-config to find systemd-deamon support Sami Kerola
2014-01-07 8:58 ` Karel Zak
2014-01-07 9:38 ` Thomas Bächler
2014-01-07 9:54 ` Karel Zak
2014-01-07 9:55 ` Thomas Bächler
2014-01-07 10:19 ` Karel Zak
2014-01-07 18:44 ` Mike Frysinger
2014-01-07 18:51 ` Dave Reisner
2014-01-07 19:57 ` Mike Frysinger
2014-01-08 9:21 ` Karel Zak
2014-01-08 20:37 ` Sami Kerola
2014-01-08 20:44 ` Mike Frysinger
2014-01-08 22:28 ` Sami Kerola
2014-01-09 8:54 ` Karel Zak
2014-01-09 16:56 ` Mike Frysinger [this message]
2014-01-10 14:29 ` Sami Kerola
2014-01-07 11:20 ` Karel Zak
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=201401091156.16841.vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=kerolasa@iki.fi \
--cc=kzak@redhat.com \
--cc=thomas@archlinux.org \
--cc=util-linux@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