008-09-09 Felix Zielcke <fzielcke@z-51.de>
* Makefile.in (RMKFILES): Add `i386.rmk' and `x86_64-efi.rmk'. Sort the list.
This commit is contained in:
parent
7fd75377be
commit
040030b3f2
2 changed files with 10 additions and 3 deletions
|
@ -1,6 +1,11 @@
|
||||||
2008-09-09 Felix Zielcke <fzielcke@z-51.de>
|
2008-09-09 Felix Zielcke <fzielcke@z-51.de>
|
||||||
|
|
||||||
* util/hostdisk.c: Change #include <grub/util/biosdisk.h> to
|
* Makefile.in (RMKFILES): Add `i386.rmk' and `x86_64-efi.rmk'.
|
||||||
|
Sort the list.
|
||||||
|
|
||||||
|
2008-09-09 Felix Zielcke <fzielcke@z-51.de>
|
||||||
|
|
||||||
|
* util/hostdisk.c: Replace #include <grub/util/biosdisk.h> with
|
||||||
#include <grub/util/hostdisk.h>.
|
#include <grub/util/hostdisk.h>.
|
||||||
|
|
||||||
2008-09-08 Robert Millan <rmh@aybabtu.com>
|
2008-09-08 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
|
@ -98,8 +98,10 @@ enable_lzo = @enable_lzo@
|
||||||
|
|
||||||
### General variables.
|
### General variables.
|
||||||
|
|
||||||
RMKFILES = $(addprefix conf/,common.rmk i386-pc.rmk powerpc-ieee1275.rmk \
|
RMKFILES = $(addprefix conf/,common.rmk i386-coreboot.rmk i386-efi.rmk \
|
||||||
sparc64-ieee1275.rmk i386-efi.rmk i386-ieee1275.rmk i386-coreboot.rmk)
|
i386-ieee1275.rmk i386-pc.rmk i386.rmk powerpc-ieee1275.rmk \
|
||||||
|
sparc64-ieee1275.rmk x86_64-efi.rmk)
|
||||||
|
|
||||||
MKFILES = $(patsubst %.rmk,%.mk,$(RMKFILES))
|
MKFILES = $(patsubst %.rmk,%.mk,$(RMKFILES))
|
||||||
|
|
||||||
PKGLIB = $(pkglib_IMAGES) $(pkglib_MODULES) $(pkglib_PROGRAMS) \
|
PKGLIB = $(pkglib_IMAGES) $(pkglib_MODULES) $(pkglib_PROGRAMS) \
|
||||||
|
|
Loading…
Reference in a new issue