From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NH2Bu-00079n-TM for mharc-grub-devel@gnu.org; Sat, 05 Dec 2009 16:29:22 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NH2Bs-00078o-Mb for grub-devel@gnu.org; Sat, 05 Dec 2009 16:29:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NH2Bn-00076Y-Ji for grub-devel@gnu.org; Sat, 05 Dec 2009 16:29:20 -0500 Received: from [199.232.76.173] (port=52275 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NH2Bn-00076R-FN for grub-devel@gnu.org; Sat, 05 Dec 2009 16:29:15 -0500 Received: from mail-gx0-f224.google.com ([209.85.217.224]:36150) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NH2Bn-0003Ou-3g for grub-devel@gnu.org; Sat, 05 Dec 2009 16:29:15 -0500 Received: by gxk24 with SMTP id 24so2899723gxk.6 for ; Sat, 05 Dec 2009 13:29:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type; bh=4VBKtLyBzZNfNS7/s7pkL8BeaGZFNryRyIUKzqcYqmA=; b=D7w4+mwh68Ja1MIUljVtSvyBZeyqFFIFtmfL8tfPb+/l+yudjbyy/QkvjI3ipkKZqt S2mj+1zntwO4izOEBzYNHOFwxZYjvqGbWmXjOZ1I7pC93oJEWAOOF+7Kg9q2cPm5KSzA hl0dHub09jJ0y+WIFI62Rx2TygSUHfcK0OIkA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; b=ZiSIo5dRTYKQHnD/yXlU4IMLdGiVz2+hJuXdXqSs0CAYaCN2XRVWbO3PzaksmpiDxU FHqVXWA1OmaQRSoOQh24NqxJTNwUXhORnGHT5BC8cn3ay4nln+Emk9p7uAZcOKr+BOie r7O/7aU07Hf3FERlbOt7EAvyiVmsnpkvSc2ok= Received: by 10.150.167.28 with SMTP id p28mr8237034ybe.30.1260048554505; Sat, 05 Dec 2009 13:29:14 -0800 (PST) Received: from ?192.168.0.75? (cpe-66-69-97-231.satx.res.rr.com [66.69.97.231]) by mx.google.com with ESMTPS id 14sm2123013gxk.2.2009.12.05.13.29.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 05 Dec 2009 13:29:14 -0800 (PST) Message-ID: <4B1AD0A9.9040709@gmail.com> Date: Sat, 05 Dec 2009 15:29:13 -0600 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GNU GRUB References: <4B19A3D1.6090708@gmail.com> <20091205204006.GD32638@thorin> In-Reply-To: <20091205204006.GD32638@thorin> Content-Type: multipart/mixed; boundary="------------060103090105070208080306" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: Miscellaneous file cleanup X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Dec 2009 21:29:21 -0000 This is a multi-part message in MIME format. --------------060103090105070208080306 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Robert Millan wrote: > On Fri, Dec 04, 2009 at 06:05:37PM -0600, Bruce Dubbs wrote: >> + docs/{grub.info,version.texi,stamp-vti} > > This seems bash-specific. Have you tested it with another shell? No I didn't. Sorry about that. Try this patch. -- Bruce --------------060103090105070208080306 Content-Type: text/plain; name="Makefile.in.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.in.diff" === modified file 'Makefile.in' --- Makefile.in 2009-11-30 01:25:57 +0000 +++ Makefile.in 2009-12-05 21:27:46 +0000 @@ -139,7 +139,9 @@ MOSTLYCLEANFILES = DISTCLEANFILES = config.status config.cache config.log config.h \ Makefile stamp-h include/grub/cpu include/grub/machine \ - gensymlist.sh genkernsyms.sh build_env.mk + gensymlist.sh genkernsyms.sh build_env.mk \ + docs/grub.info docs/version.texi docs/stamp-vti + MAINTAINER_CLEANFILES = $(srcdir)/configure $(addprefix $(srcdir)/,$(MKFILES)) \ $(srcdir)/DISTLIST $(srcdir)/config.h.in $(srcdir)/stamp-h.in $(INFOS) --------------060103090105070208080306--