From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41577 invoked by alias); 13 May 2015 01:17:01 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 41562 invoked by uid 89); 13 May 2015 01:17:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=no version=3.3.2 X-HELO: layla.krisman.be Received: from layla.krisman.be (HELO layla.krisman.be) (176.31.208.35) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 13 May 2015 01:16:59 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (envelope-from ) id 1YsL5X-0005dy-Is; Wed, 13 May 2015 03:03:56 +0200 From: Gabriel Krisman Bertazi To: Doug Evans Cc: Sergio Durigan Junior , Pedro Alves , gdb-patches Subject: Re: [PATCH v4 4/5] Include group information in xml syscall files. References: <87wq0gtfxu.fsf@redhat.com> <1431304069-19647-1-git-send-email-gabriel@krisman.be> <1431304069-19647-5-git-send-email-gabriel@krisman.be> Date: Wed, 13 May 2015 01:17:00 -0000 In-Reply-To: (Doug Evans's message of "Tue, 12 May 2015 14:42:16 -0700") Message-ID: <87lhgt1dky.fsf@anubis.Home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00294.txt.bz2 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Content-length: 1120 Doug Evans writes: > I would have expected syscalls/Makefile.in, > with requisite changes to generate Makefile in some configure.ac file. Hi Doug, I saw your other message and I'll surely answer and apply your suggestions as soon as I can, but let me make a quick question and comment on my design here :) I tried to follow the exact same design we have in gdb/Features. There, we only have a Makefile that doesn't depend on the configure script. If I understand correctly, all it takes to generate the files is a simple 'make blah'. I tried to reproduce this behavior here. Even though I understand the obvious benefits of using the configure script, is there any actual differences between the expected behavior in gdb/Features/Makefile that justifies it being a simple Makefile? If not, I'll probably work on a follow-up patch adjusting it, as well. Btw, can any of you guys provide me with more information about the maintainers mode? I couldn't find many explanations in the Internals wiki. I can update the wiki once I have a better understanding of it. --=20 Gabriel Krisman Bertazi --=-=-= Content-Type: application/pgp-signature; name="signature.asc" Content-length: 818 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJVUqX9AAoJEO9pqxSS5VgP+nwP/07nWjvOvnoAl5gTL0pInIWK Rfx9+o8fOzpKM5FP4dpzc//lYNmUhbc8ldODMRfu1I8PtyGSOihZ2f3UBQfamOBP QeXbpxZy3L6OwB7y8/ElmkiyLoNCCdoqpHbfq8F6o6SbTSv0EdQ/vcw2GQoNCBVU oG/FxlR6TmTIhyv///hh4guu2lhUeHrx0FYc3Zf+34NDYr4g4s9T/gw2S2iP+CJG +s1tKAiYvJHUwnAgFSwnfvQzJYOu09kTmy+vFX1jSH/DCYS9k2ljzZh0MUwx4Cu6 l3xXcclt0XymG8Oz9FRCFVL3FtSAf/+TG4zW0uvUFsTT9Qf/RNJIj3FUGbvE6yPN +RRvtgAJWil2355aj43ZSCevoirWiJApvMUhDXJUA5SjqeHxrZPnWq7g8erUFAUE PiFNTDqtiKU9mpDqYhEotxHio+EuzAo4cLpo6ZtsT/BqoAuWRZ5XNo0m1xwPsL8X TyDFp0qwbmwlaDJ+mU6xQUBbpstLJT5r20fjikg3H4odVCMJmhL80y7pTmLK3ks8 FegaiUDpMuf+xLE6nnWUrx2IZXgpEBZTiiVHlS0NopX2V1KEt/U4o4G67PtAx7tj CZAl9jVMSlxKfqKQXjTieqDS8GiEkgTeBxEeE8J/oe0DUoCfAU6oVh8LCM8rL+u7 RnNLDN21N6mfitbWrrSP =USyN -----END PGP SIGNATURE----- --=-=-=--