From: Yves Blusseau <blusseau@zetam.org>
To: grub-devel@gnu.org
Subject: [PATCH] Fix maintainer-clean rule
Date: Sat, 05 Sep 2009 13:33:32 +0200 [thread overview]
Message-ID: <20090905113332.17509.16781.stgit@localhost> (raw)
[-- Attachment #1: Type: text/plain, Size: 315 bytes --]
ChangeLog:
2009-09-05 Yves Blusseau <blusseau@zetam.org>
* Makefile.in (RMKFILES): add i386-qemu.rmk
(MAINTAINER_CLEANFILES): add $(srcdir)/DISTLIST $(srcdir)/config.h.in
$(srcdir)/stamp-h.in
---
ChangeLog | 6 ++++++
Makefile.in | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
[-- Attachment #2: fix-maintainer-clean.patch --]
[-- Type: text/plain, Size: 1386 bytes --]
diff --git a/ChangeLog b/ChangeLog
index 7d4946b..c48456c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-05 Yves Blusseau <blusseau@zetam.org>
+
+ * Makefile.in (RMKFILES): add i386-qemu.rmk
+ (MAINTAINER_CLEANFILES): add $(srcdir)/DISTLIST $(srcdir)/config.h.in
+ $(srcdir)/stamp-h.in
+
2009-09-04 Vladimir Serbinenko <phcoder@gmail.com>
* loader/i386/xnu.c (grub_cpu_xnu_fill_devicetree): Remove
diff --git a/Makefile.in b/Makefile.in
index 3af1266..ff84afb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -111,7 +111,7 @@ enable_efiemu = @enable_efiemu@
### General variables.
RMKFILES = $(addprefix conf/,common.rmk i386-coreboot.rmk i386-efi.rmk \
- i386-ieee1275.rmk i386-pc.rmk i386.rmk powerpc-ieee1275.rmk \
+ i386-qemu.rmk i386-ieee1275.rmk i386-pc.rmk i386.rmk powerpc-ieee1275.rmk \
sparc64-ieee1275.rmk x86_64-efi.rmk)
MKFILES = $(patsubst %.rmk,%.mk,$(RMKFILES))
@@ -128,7 +128,8 @@ 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
-MAINTAINER_CLEANFILES = $(srcdir)/configure $(addprefix $(srcdir)/,$(MKFILES))
+MAINTAINER_CLEANFILES = $(srcdir)/configure $(addprefix $(srcdir)/,$(MKFILES)) \
+ $(srcdir)/DISTLIST $(srcdir)/config.h.in $(srcdir)/stamp-h.in
# The default target.
all: all-local
next reply other threads:[~2009-09-05 11:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-05 11:33 Yves Blusseau [this message]
2009-09-05 19:45 ` [PATCH] Fix maintainer-clean rule Felix Zielcke
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=20090905113332.17509.16781.stgit@localhost \
--to=blusseau@zetam.org \
--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.