2009-09-06 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
This commit is contained in:
parent
7f26d4665b
commit
9a86f1ecb9
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2009-09-06 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-05 Robert Millan <rmh.grub@aybabtu.com>
|
2009-09-05 Robert Millan <rmh.grub@aybabtu.com>
|
||||||
|
|
||||||
* util/grub-probe.c (probe): Comment out buggy codepath, which
|
* util/grub-probe.c (probe): Comment out buggy codepath, which
|
||||||
|
|
|
@ -111,7 +111,7 @@ enable_efiemu = @enable_efiemu@
|
||||||
### General variables.
|
### General variables.
|
||||||
|
|
||||||
RMKFILES = $(addprefix conf/,common.rmk i386-coreboot.rmk i386-efi.rmk \
|
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)
|
sparc64-ieee1275.rmk x86_64-efi.rmk)
|
||||||
|
|
||||||
MKFILES = $(patsubst %.rmk,%.mk,$(RMKFILES))
|
MKFILES = $(patsubst %.rmk,%.mk,$(RMKFILES))
|
||||||
|
@ -128,7 +128,8 @@ MOSTLYCLEANFILES =
|
||||||
DISTCLEANFILES = config.status config.cache config.log config.h \
|
DISTCLEANFILES = config.status config.cache config.log config.h \
|
||||||
Makefile stamp-h include/grub/cpu include/grub/machine \
|
Makefile stamp-h include/grub/cpu include/grub/machine \
|
||||||
gensymlist.sh genkernsyms.sh build_env.mk
|
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.
|
# The default target.
|
||||||
all: all-local
|
all: all-local
|
||||||
|
|
Loading…
Reference in a new issue