Re: [PATCH] Replace ad-hoc format in efiemu (for variables) and XNU (for device tree) by environment variables

2009-08-24 Thread Vladimir 'phcoder' Serbinenko
Splitted. Another split part is in thread UTF-8 to UTF-16 On Sun, Aug 23, 2009 at 1:11 PM, Vladimir 'phcoder' Serbinenko wrote: > On Sun, Aug 23, 2009 at 12:57 PM, Robert Millan wrote: >> On Sat, Aug 22, 2009 at 04:33:13PM +0200, Vladimir 'phcoder' Serbinenko >> wrote: >>> [...] >>> + >>> +pkglib

Re: [PATCH] Replace ad-hoc format in efiemu (for variables) and XNU (for device tree) by environment variables

2009-08-23 Thread Robert Millan
On Sat, Aug 22, 2009 at 04:33:13PM +0200, Vladimir 'phcoder' Serbinenko wrote: > [...] > + > +pkglib_MODULES += utf.mod > +utf_mod_SOURCES = lib/utf.c > +utf_mod_CFLAGS = $(COMMON_CFLAGS) > +utf_mod_LDFLAGS = $(COMMON_LDFLAGS) > [...] > +#include > + > +grub_ssize_t > +grub_utf8_to_utf16 (grub_uin

Re: [PATCH] Replace ad-hoc format in efiemu (for variables) and XNU (for device tree) by environment variables

2009-08-23 Thread Vladimir 'phcoder' Serbinenko
On Sun, Aug 23, 2009 at 12:57 PM, Robert Millan wrote: > On Sat, Aug 22, 2009 at 04:33:13PM +0200, Vladimir 'phcoder' Serbinenko wrote: >> [...] >> + >> +pkglib_MODULES += utf.mod >> +utf_mod_SOURCES = lib/utf.c >> +utf_mod_CFLAGS = $(COMMON_CFLAGS) >> +utf_mod_LDFLAGS = $(COMMON_LDFLAGS) >> [...]

[PATCH] Replace ad-hoc format in efiemu (for variables) and XNU (for device tree) by environment variables

2009-08-22 Thread Vladimir 'phcoder' Serbinenko
-- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git diff --git a/conf/common.rmk b/conf/common.rmk index b0d3785..b5a6048 100644 --- a/conf/common.rmk +++ b/conf/common.rmk @@ -617,3 +617,8 @@ pkglib_MODULES += setjmp.mod setjmp_mod_SOURCES = l