From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NGi9l-0002xr-KD for mharc-grub-devel@gnu.org; Fri, 04 Dec 2009 19:05:49 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGi9i-0002uX-VZ for grub-devel@gnu.org; Fri, 04 Dec 2009 19:05:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGi9c-0002lC-LY for grub-devel@gnu.org; Fri, 04 Dec 2009 19:05:45 -0500 Received: from [199.232.76.173] (port=53695 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGi9c-0002l2-CY for grub-devel@gnu.org; Fri, 04 Dec 2009 19:05:40 -0500 Received: from mail-gx0-f224.google.com ([209.85.217.224]:54619) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGi9c-0004hh-0i for grub-devel@gnu.org; Fri, 04 Dec 2009 19:05:40 -0500 Received: by gxk24 with SMTP id 24so2303530gxk.6 for ; Fri, 04 Dec 2009 16:05:39 -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:content-type; bh=Cf5dyC1cZV0WZ9tUnPB1qU+/j7YQ7NE/PZa8R5icqcI=; b=phB+Y/fq69+l42FCe60mRoVVcnNI6ijDoQVjI7i7rgeoO+60xQhouiBroUSEklelRu xKKCVsxs86jh6v+gTypZ+x7/JBm9zyMteGndmOuOvyyVyU8XSa+i8HOSD5/hA4bDKNKt KaTLeS+qoiZQGZ59sj4EP2CXlMuBoFEyNv+H4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; b=Cjw0+3oIrAj5u9YmFLKHBdFf2WCvKn6Y2GdA0Xs6AviG3Z2tbLfyskmcdhUrqvZX12 RjxJ/2ivlRNa+ewvyIH4SU7wcNEs8Oi/iQFQh7gVeTogXVgByphVe3KQNEKjKhRT5JHm cf+kKBV+tEXxINqZrUgQxXmykLqWJMXMoFzpo= Received: by 10.150.70.13 with SMTP id s13mr6588201yba.319.1259971539135; Fri, 04 Dec 2009 16:05:39 -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 4sm1363518ywi.12.2009.12.04.16.05.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 04 Dec 2009 16:05:38 -0800 (PST) Message-ID: <4B19A3D1.6090708@gmail.com> Date: Fri, 04 Dec 2009 18:05:37 -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 Content-Type: multipart/mixed; boundary="------------030201040706000601030600" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: 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 00:05:47 -0000 This is a multi-part message in MIME format. --------------030201040706000601030600 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit As a first attempt at an update, I am attaching a minor change to Makefile.in to remove left over files in docs when making distclean. -- Bruce --------------030201040706000601030600 Content-Type: text/plain; name="makefile.in.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="makefile.in.diff" === modified file 'ChangeLog' --- ChangeLog 2009-11-30 01:25:57 +0000 +++ ChangeLog 2009-12-04 23:59:11 +0000 @@ -1,3 +1,9 @@ +2009-12-04 Bruce Dubbs + + Remove miscellaneous files in distclean target. + + * Makefile.in: Remove docs/{grub.info,version.texi,stamp-vti} + 2009-11-30 Robert Millan Fix $srcdir != $objdir build. === modified file 'Makefile.in' --- Makefile.in 2009-11-30 01:25:57 +0000 +++ Makefile.in 2009-12-05 00:00:31 +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,version.texi,stamp-vti} + MAINTAINER_CLEANFILES = $(srcdir)/configure $(addprefix $(srcdir)/,$(MKFILES)) \ $(srcdir)/DISTLIST $(srcdir)/config.h.in $(srcdir)/stamp-h.in $(INFOS) --------------030201040706000601030600--