From: Bruce Dubbs <bruce.dubbs@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Miscellaneous file cleanup
Date: Fri, 04 Dec 2009 18:05:37 -0600 [thread overview]
Message-ID: <4B19A3D1.6090708@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 149 bytes --]
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
[-- Attachment #2: makefile.in.diff --]
[-- Type: text/plain, Size: 956 bytes --]
=== 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 <bruce.dubbs@gmail.com>
+
+ Remove miscellaneous files in distclean target.
+
+ * Makefile.in: Remove docs/{grub.info,version.texi,stamp-vti}
+
2009-11-30 Robert Millan <rmh.grub@aybabtu.com>
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)
next reply other threads:[~2009-12-05 0:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-05 0:05 Bruce Dubbs [this message]
2009-12-05 20:40 ` Miscellaneous file cleanup Robert Millan
2009-12-05 21:29 ` Bruce Dubbs
2009-12-09 21:43 ` Robert Millan
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=4B19A3D1.6090708@gmail.com \
--to=bruce.dubbs@gmail.com \
--cc=grub-devel@gnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.