Re: [PATCH 01/18] Added hacking menu for override optimization by GCC.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 16 Feb 2012 14:40:17 -0800, Radosław Smogura <mail@xxxxxxxxxx> wrote:

On Thu, 16 Feb 2012 13:59:29 -0800, Michal Nazarewicz wrote:
On Thu, 16 Feb 2012 12:26:00 -0800, Radosław Smogura
<mail@xxxxxxxxxx> wrote:

On Thu, 16 Feb 2012 11:09:18 -0800, Michal Nazarewicz wrote:
On Thu, 16 Feb 2012 06:31:28 -0800, Radosław Smogura
<mail@xxxxxxxxxx> wrote:
Supporting files, like Kconfig, Makefile are auto-generated due to
large amount
of available options.

So why not run the script as part of make rather then store
generated
files in
repository?
Idea to run this script through make is quite good, and should work,
because new mane will be generated before "config" starts.

"Bashizms" are indeed unneeded, I will try to replace this with sed.

Uh? Why sed?
There are some substitutions so I it will be better to use sed.

Do you mean this:

cfg_o="${CFG_PREFIX}_${o//-/_}";

It can be achieved with “tr” like I've shown:

cfg_o=$CFG_PREFIX_$(echo "$o" | tr '[:lower:]-' '[:upper:]_')


--
Best regards,                                         _     _
.o. | Liege of Serenely Enlightened Majesty of      o' \,=./ `o
..o | Computer Science,  Michał “mina86” Nazarewicz    (o o)
ooo +----<email/xmpp: mpn@xxxxxxxxxx>--------------ooO--(_)--Ooo--

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@xxxxxxxxx.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href


[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]