]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/kern/emu/error.c: Removed.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 15 Oct 2013 10:46:06 +0000 (12:46 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 15 Oct 2013 10:46:06 +0000 (12:46 +0200)
* grub-core/Makefile.core.def (kernel): Don't add error.c and progname.c
explicitly as it's already in libgnu.a.

ChangeLog
grub-core/Makefile.core.def
grub-core/kern/emu/error.c [deleted file]

index 9c4177de9cea749fa76e01b5284feeb284ed5f58..5aa1e86307c01fbd8abd1d3de01a3752ddd1d604 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-10-15  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/kern/emu/error.c: Removed.
+       * grub-core/Makefile.core.def (kernel): Don't add error.c and progname.c
+       explicitly as it's already in libgnu.a.
+
 2013-10-15  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/osdep/windows/emuconsole.c: Add missing config.h and
index 710fa6b2caa3e6d3c15d4c3b38895c1f03d01b67..9bdb2bec1ff32d600b71ff0972e9293f598199dd 100644 (file)
@@ -238,8 +238,6 @@ kernel = {
   arm = kern/arm/misc.S;
 
   emu = disk/host.c;
-  emu = gnulib/progname.c;
-  emu = kern/emu/error.c;
   emu = kern/emu/cache_s.S;
   emu = kern/emu/hostdisk.c;
   emu = osdep/unix/hostdisk.c;
diff --git a/grub-core/kern/emu/error.c b/grub-core/kern/emu/error.c
deleted file mode 100644 (file)
index 559412a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#include <config-util.h>
-#include "../../gnulib/error.c"