From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 1/8] CLD: cleanup: add cld_msg_rpc.x Date: Sat, 17 Apr 2010 19:23:49 -0400 Message-ID: <4BCA4305.8050801@garzik.org> References: <20100414123346.47fec63e@redhat.com> <4BC61D95.5040101@garzik.org> <20100416201835.1f46a81c@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=9WVr8VpPRpeKr6bsdof8oH7rWzBGSejHY4S3zt2uAdU=; b=sjAYthz+uoJN5OcexejkFSm0A8nsJB+ldnl3vNN3mCd9/aiRArEbcSgYjw2BvO7jR1 KOTzkTQAMRdnAnfI4pUpoidXF/auMA13COXPj8+6hVbRJzx9uv97fBMNSBp+uhM1wxHb 2IUUCeLF7T5DVcbTSxnrfBh/M8LD1jTVWjyZw= In-Reply-To: <20100416201835.1f46a81c@redhat.com> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List On 04/16/2010 10:18 PM, Pete Zaitcev wrote: > On Wed, 14 Apr 2010 15:55:01 -0400 > Jeff Garzik wrote: > >>> +++ b/lib/Makefile.am >>> @@ -27,6 +27,7 @@ libcldc_la_SOURCES = \ >>> common.c \ >>> libtimer.c \ >>> pkt.c \ >>> + cld_msg_rpc.x \ >>> cld_msg_rpc_xdr.c >> >> that's quite strange, because I built an official rawhide copy just fine >> without this... > > Strange indeed, I re-checked and it went away now. Oh well. I wonder if it's a problem with the 'clean' functionality. The EXTRA_DIST line contains a list of things forced to be included in the tarball, typically used for things not contained in *_SOURCES. AFAICT from the autoconf/automake docs, that is where sources for generated sources[1] should reside. So I still wonder how it disappeared for you... Jeff [1] Brought to you by the Department of Redundant Redundancies