linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Theodore Tso <tytso@mit.edu>
To: Kay Sievers <kay.sievers@vrfy.org>
Cc: Mike Frysinger <vapier@gentoo.org>,
	Scott James Remnant <scott@ubuntu.com>,
	Karel Zak <kzak@redhat.com>, Andrey Borzenkov <arvidjaar@mail.ru>,
	util-linux-ng@vger.kernel.org, linux-ext4@vger.kernel.org
Subject: Re: [PATCH] configure.in: add --disable-libuuid option (Was: libuuid (Re: blkid: util-linux-ng vs. e2fsprogs))
Date: Thu, 2 Jul 2009 10:25:15 -0400	[thread overview]
Message-ID: <20090702142515.GA29429@mit.edu> (raw)
In-Reply-To: <ac3eb2510907020549g138c5dd2y3caa8eeba782c3ac@mail.gmail.com>

On Thu, Jul 02, 2009 at 02:49:24PM +0200, Kay Sievers wrote:
> > Kay's rules look like they should be fairly straightforward to drop into
> > e2fsprogs.  personally i'd use:
> > E = @:
> > when V=1, but this is probably just splitting hairs
> 
> Ah nice, looks good to me, if that works.

Take a look at what I've checked into e2fsprogs' maint branch; it was
largely based on what you suggested.

If someone can point me at an autoconf test that determines whether or
not we're using gmake, I could even set up something which sucks in a
Makefile fragment that enhances what we can do for developers who are
using GNU make.  (i.e., if you're using GNU make, "make V=1" will
DTRT, but if you're using a Solaris or BSD make, you'll have to settle
for "configure --enable-verbose-makecmds")

						- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2009-07-02 14:25 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200905311113.23004.arvidjaar@mail.ru>
     [not found] ` <20090601124857.GF31943@mit.edu>
     [not found]   ` <20090601124857.GF31943-3s7WtUTddSA@public.gmane.org>
2009-06-03  8:51     ` libuuid (Re: blkid: util-linux-ng vs. e2fsprogs) Karel Zak
     [not found]       ` <1244021945.4120.4.camel@quest>
2009-06-16 13:36         ` [PATCH] configure.in: add --disable-libuuid option (Was: libuuid (Re: blkid: util-linux-ng vs. e2fsprogs)) Scott James Remnant
2009-06-18  0:27           ` Kay Sievers
2009-06-28 13:34         ` Theodore Tso
2009-06-30 10:17           ` Kay Sievers
2009-07-01 21:43             ` Theodore Tso
     [not found]               ` <20090701214345.GG17054-3s7WtUTddSA@public.gmane.org>
2009-07-01 21:52                 ` Kay Sievers
2009-07-01 22:35                   ` Mike Frysinger
     [not found]                     ` <200907011835.08501.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-07-01 22:39                       ` Kay Sievers
     [not found]                         ` <ac3eb2510907011539k3e2fb664g59ec4dc6f1ae5e0a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-07-01 23:04                           ` Mike Frysinger
2009-07-02  0:58                     ` Theodore Tso
2009-07-02  1:15                       ` Mike Frysinger
     [not found]                         ` <200907012115.57826.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-07-02 12:49                           ` Kay Sievers
2009-07-02 14:25                             ` Theodore Tso [this message]
2009-07-02 14:48                               ` Kay Sievers
2009-07-02 15:51                               ` Mike Frysinger
     [not found]                                 ` <200907021151.10268.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-07-02 16:24                                   ` Theodore Tso
     [not found]           ` <20090628133430.GA3594-3s7WtUTddSA@public.gmane.org>
2009-07-01 21:04             ` [PATCH] configure.in: add --disable-libuuid option (Was:libuuid " Matthew Burgess
2009-07-01 21:28               ` Theodore Tso
     [not found]                 ` <20090701212844.GC17054-3s7WtUTddSA@public.gmane.org>
2009-07-01 21:42                   ` Mike Frysinger
     [not found]                     ` <200907011742.28028.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-07-02  2:26                       ` Theodore Tso
     [not found]                         ` <20090702022652.GI17054-3s7WtUTddSA@public.gmane.org>
2009-07-02  2:41                           ` Mike Frysinger
     [not found]                             ` <200907012241.08962.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-07-02  4:03                               ` Theodore Tso
     [not found]                                 ` <20090702040353.GB2923-3s7WtUTddSA@public.gmane.org>
2009-07-02  4:35                                   ` Mike Frysinger
2009-07-01 21:56                   ` Kay Sievers

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=20090702142515.GA29429@mit.edu \
    --to=tytso@mit.edu \
    --cc=arvidjaar@mail.ru \
    --cc=kay.sievers@vrfy.org \
    --cc=kzak@redhat.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=scott@ubuntu.com \
    --cc=util-linux-ng@vger.kernel.org \
    --cc=vapier@gentoo.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).