Revision: 1863
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1863
Author:   fzielcke
Date:     2008-09-09 13:58:21 +0000 (Tue, 09 Sep 2008)

Log Message:
-----------
008-09-09  Felix Zielcke  <[EMAIL PROTECTED]>

        * Makefile.in (RMKFILES): Add `i386.rmk' and `x86_64-efi.rmk'.
        Sort the list.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/Makefile.in

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2008-09-09 07:28:17 UTC (rev 1862)
+++ trunk/grub2/ChangeLog       2008-09-09 13:58:21 UTC (rev 1863)
@@ -1,6 +1,11 @@
 2008-09-09  Felix Zielcke  <[EMAIL PROTECTED]>
 
-       * 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  <[EMAIL PROTECTED]>
+
+       * util/hostdisk.c: Replace #include <grub/util/biosdisk.h> with
        #include <grub/util/hostdisk.h>.
 
 2008-09-08  Robert Millan  <[EMAIL PROTECTED]>

Modified: trunk/grub2/Makefile.in
===================================================================
--- trunk/grub2/Makefile.in     2008-09-09 07:28:17 UTC (rev 1862)
+++ trunk/grub2/Makefile.in     2008-09-09 13:58:21 UTC (rev 1863)
@@ -98,8 +98,10 @@
 
 ### General variables.
 
-RMKFILES = $(addprefix conf/,common.rmk i386-pc.rmk powerpc-ieee1275.rmk \
-       sparc64-ieee1275.rmk i386-efi.rmk i386-ieee1275.rmk i386-coreboot.rmk)
+RMKFILES = $(addprefix conf/,common.rmk i386-coreboot.rmk i386-efi.rmk \
+       i386-ieee1275.rmk i386-pc.rmk i386.rmk powerpc-ieee1275.rmk \
+       sparc64-ieee1275.rmk x86_64-efi.rmk)
+
 MKFILES = $(patsubst %.rmk,%.mk,$(RMKFILES))
 
 PKGLIB = $(pkglib_IMAGES) $(pkglib_MODULES) $(pkglib_PROGRAMS) \




Reply via email to