diff options
| author | Peter Korsgaard | 2008-08-04 21:07:05 +0200 |
|---|---|---|
| committer | Peter Korsgaard | 2008-08-04 21:07:05 +0200 |
| commit | 02a623ddf96aa97c341a287bbb4ec5370a069444 (patch) | |
| tree | 6923139fb98dd1d2e99b456503b37d4dd92e1136 /package/libtool | |
| parent | busybox: default HIDE_OTHERS to y for all versions (diff) | |
| download | buildroot-02a623ddf96aa97c341a287bbb4ec5370a069444.tar.gz buildroot-02a623ddf96aa97c341a287bbb4ec5370a069444.tar.xz buildroot-02a623ddf96aa97c341a287bbb4ec5370a069444.zip | |
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
Diffstat (limited to 'package/libtool')
| -rw-r--r-- | package/libtool/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtool/Config.in b/package/libtool/Config.in index 21ec8858b..d3cf2d784 100644 --- a/package/libtool/Config.in +++ b/package/libtool/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_LIBTOOL bool "libtool" help - Library that hides the complexity of using shared/static libraries + Library that hides the complexity of using shared/static libraries on different platforms behind a consistent, portable interface. http://www.gnu.org/software/libtool/ |
