kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

Build system does not consider defaults for options #600

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.templates/x86/zrv/mods.config
2. edit '@Runlevel(3) include 
embox.init.start_script(shell_name="tish",input_buffer=80, shell_start=1)' -> 
'@Runlevel(3) include 
embox.init.start_script(shell_name="tish",input_buffer=80)'. Admit that 
shell_start = 1 is default.

What is the expected output? What do you see instead?
Build is failing.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by drakon.m...@gmail.com on 12 Apr 2013 at 1:46

GoogleCodeExporter commented 9 years ago

Original comment by Eldar.Abusalimov on 12 Apr 2013 at 1:48

GoogleCodeExporter commented 9 years ago
fixed in r13409

Original comment by drakon.m...@gmail.com on 24 Jun 2014 at 2:46