projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f228913
)
cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 1 Oct 2009 23:29:25 +0000
(
01:29
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 1 Oct 2009 23:29:25 +0000
(
01:29
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/Config.in
patch
|
blob
|
history
diff --git
a/coreutils/Config.in
b/coreutils/Config.in
index
64a9421
..
2d745e2
100644
(file)
--- a/
coreutils/Config.in
+++ b/
coreutils/Config.in
@@
-81,7
+81,7
@@
config CP
config FEATURE_CP_LONG_OPTIONS
bool "Enable long options for cp"
default n
- depends on CP
+ depends on CP
&& LONG_OPTS
help
Enable long options for cp.
Also add support for --parents option.