projects
/
oweals
/
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 64a9421c772bd147a6f0bc378aa078f87b354b5e..2d745e260617f8bf26ea7a0d2cbc3c7f42aec3b0 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.