* [PATCH] Fix maintainer-clean rule
@ 2009-09-05 11:33 Yves Blusseau
2009-09-05 19:45 ` Felix Zielcke
0 siblings, 1 reply; 2+ messages in thread
From: Yves Blusseau @ 2009-09-05 11:33 UTC (permalink / raw)
To: grub-devel
[-- 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-05 19:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-05 11:33 [PATCH] Fix maintainer-clean rule Yves Blusseau
2009-09-05 19:45 ` Felix Zielcke
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.