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 from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html