commit | 8f991043625a1933f5086a933d92bac28316869a | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Mon Sep 05 11:04:30 2005 +0000 |
committer | Rob Landley <rob@landley.net> | Mon Sep 05 11:04:30 2005 +0000 |
tree | fc2c1fae50aaa37e94f1e47b68e7e50ac5c3abb5 | |
parent | d1fa5859d60b246f5b345e921edbb86e31c41930 [diff] |
The previous commit left confdata writing out: CONFIG_NUMERIC_CONSTANT= And on reading it back in, it would complain that '' was an invalid value for that field. I.E. "make allnoconfig && make" worked fine, but "make allnoconfig && make menuconfig" barfed reading in the config file. So now I have it write out "0" as the blank value. (It's initialized to the default value when the menu becomes visible anyway; I checked.) That seems to work.