diff options
author | Rob Landley <rob@landley.net> | 2005-09-05 11:04:30 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-09-05 11:04:30 +0000 |
commit | 8f991043625a1933f5086a933d92bac28316869a (patch) | |
tree | fc2c1fae50aaa37e94f1e47b68e7e50ac5c3abb5 /debianutils/Makefile | |
parent | d1fa5859d60b246f5b345e921edbb86e31c41930 (diff) | |
download | busybox-8f991043625a1933f5086a933d92bac28316869a.tar.gz |
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.
Diffstat (limited to 'debianutils/Makefile')
0 files changed, 0 insertions, 0 deletions