comparison Config.in @ 25:eb46bb5626cb

New option parsing infrastructure (doesn't use getopt). Hook it up to existing applets. Still a bit buggy, but bits of it work.
author Rob Landley <rob@landley.net>
date Sun, 19 Nov 2006 02:49:22 -0500
parents f4c02f7cd5a5
children 7c77c6ec17ee
comparison
equal deleted inserted replaced
24:c8d0f1876c40 25:eb46bb5626cb
10 (free memory, close files, etc). To save size, toybox usually relies 10 (free memory, close files, etc). To save size, toybox usually relies
11 on this behavior. If you're running toybox under a debugger or 11 on this behavior. If you're running toybox under a debugger or
12 without a real OS (ala newlib+libgloss), enable this to make toybox 12 without a real OS (ala newlib+libgloss), enable this to make toybox
13 clean up after itself. 13 clean up after itself.
14 14
15 config DEBUG
16 bool "Debugging tests"
17 default n
18 help
19 Enable extra checks for debugging purposes.
20
15 endmenu 21 endmenu
16 22
17 source toys/Config.in 23 source toys/Config.in