commit | cd2663f15e74274619dd97dc382bb858ac255872 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Jun 01 22:36:39 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Jun 01 22:36:39 2008 +0000 |
tree | f86565e574c3488794383b910b9f3fa3ae27df48 | |
parent | d78920675f31d6ec87dc883c4edc0f3862b22f6a [diff] [blame] |
ash: optional printf builtin. +25 bytes if off, +35 if on. by Cristian Ionescu-Idbohrn.
diff --git a/shell/Config.in b/shell/Config.in index 94ffa09..a670162 100644 --- a/shell/Config.in +++ b/shell/Config.in
@@ -114,6 +114,13 @@ help Enable support for echo, builtin to ash. +config ASH_BUILTIN_PRINTF + bool "Builtin version of 'printf'" + default y + depends on ASH + help + Enable support for printf, builtin to ash. + config ASH_BUILTIN_TEST bool "Builtin version of 'test'" default y