02a623ddf9
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
config BR2_PACKAGE_FINDUTILS
|
|
bool "findutils"
|
|
depends on BR2_USE_WCHAR
|
|
help
|
|
Basic directory searching utilities. Provides the
|
|
common 'find', 'xargs', 'locate', and 'updatedb' binaries.
|
|
|
|
http://www.gnu.org/software/findutils/findutils.html
|