Re: [PATCH] macrofying

2009-12-30 Thread Carles Pina i Estany
Hi, On Dec/28/2009, Carles Pina i Estany wrote: > Attached a patch that macrofies some values. I don't see any reason that > was not macrofied. I forgot to mention: multiterm branch improved it in a different way. -- Carles Pina i Estany http://pinux.info __

[PATCH] compilation with external intl library

2009-12-30 Thread Yves Blusseau
Hi, this is the patch to "fix" compilation with external intl library. It fix the #28356 bug (http://savannah.gnu.org/bugs/?28356). I follow strictly the guideline of gettext, and now we can compile grub with external intl library. Some enhancements; - We can disable NLS (Native Langua

Re: grub.info

2009-12-30 Thread Felix Zielcke
Am Dienstag, den 29.12.2009, 21:39 -0500 schrieb Bruce O. Benson: > > Someone on the list can chime in if they want and are able to check my > work in to svn (in whole or part). Then I can release copyright. It works the other way. You have to first assign copyright to FSF before we can commit

Config file generation failure on Linux

2009-12-30 Thread Grégoire Sutre
Hi, Config file generation with grub-mkconfig fails on Linux when grub is not installed in the same prefix as gettext, since the script util/grub.d/10_linux.in contains: . ${bindir}/gettext.sh A possible patch is given below, but there are surely other ways to deal with it. The patch simpl

Re: grub.info

2009-12-30 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Bruce O. Benson wrote: > > > 2009/12/29 Bruce Dubbs > > > Bruce O. Benson wrote: > > I have examined the hierarchy of the manual and it > currently has the > structure below. I also did some research and propose >

[PATCH] Handling of TARGET_IMG_LDFLAGS_AC in configure (bug #28335)

2009-12-30 Thread Grégoire Sutre
Hi, The following patch fixes bug report #28335. http://savannah.gnu.org/bugs/?28335 The definitions and uses of TARGET_IMG_LDFLAGS_AC have been changed so that, in all cases, a number is supposed to be appended to it. In particular, in the case where a linker script if present (lines 311-3

Re: grub.info

2009-12-30 Thread Bruce O. Benson
2009/12/30 Vladimir 'φ-coder/phcoder' Serbinenko > > Bruce O. Benson wrote: > > > > ...Would that be useful for someone to check in to trunk/docs? I > > don't wanna get deep into a piece of work like that if it's not wanted. > > > Be careful when merging with documents from wiki. Don't use conte

Re: grub.info

2009-12-30 Thread Bruce Dubbs
Bruce O. Benson wrote: If the brz repo guys want to use another manual, then perhaps the wiki page could be moved to "QuickStart" or something fitting. Ideally, the wiki 'Manual' page and the info document would track each other. I don't know how copyright issues would be handled though.

Re: grub.info

2009-12-30 Thread Bruce O. Benson
2009/12/30 Bruce Dubbs > Bruce O. Benson wrote: > > If the brz repo guys want to use another manual, then perhaps the wiki >> page >> could be moved to "QuickStart" or something fitting. >> > > Ideally, the wiki 'Manual' page and the info document would track each > other. I don't know how copy