From 02a623ddf96aa97c341a287bbb4ec5370a069444 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 4 Aug 2008 19:07:05 +0000 Subject: [PATCH] buildroot: remove trailing spaces for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done --- Config.in | 66 +++++++++---------- Makefile | 12 ++-- package/Config.in | 2 +- package/Makefile.autotools.in | 2 +- package/ace_of_penguins/ace_of_penguins.mk | 2 +- package/atk/atk.mk | 6 +- package/autoconf/Config.in | 2 +- package/automake/Config.in | 2 +- package/berkeleydb/Config.in | 2 +- package/bind/Config.in | 4 +- package/bison/Config.in | 4 +- package/blackbox/blackbox.mk | 2 +- package/boa/Config.in | 2 +- package/bootutils/Config.in | 6 +- package/bzip2/Config.in | 6 +- package/cairo/cairo.mk | 6 +- package/coreutils/Config.in | 4 +- package/distcc/Config.in | 4 +- package/dnsmasq/Config.in | 2 +- package/docker/docker.mk | 2 +- package/editors/ed/Config.in | 4 +- package/editors/nano/Config.in | 2 +- package/festival/speech-tools/speech-tools.mk | 2 +- package/file/Config.in | 2 +- package/findutils/Config.in | 2 +- package/flex/Config.in | 2 +- package/fltk/fltk.mk | 2 +- package/gawk/Config.in | 4 +- package/gnuchess/gnuchess.mk | 2 +- package/gzip/Config.in | 2 +- package/hostap/Config.in | 2 +- package/icu/icu.mk | 2 +- package/ipkg/ipkg.mk | 4 +- package/iproute2/Config.in | 2 +- package/ipsec-tools/Config.in | 10 +-- package/irda-utils/Config.in | 2 +- package/java/classpath/classpath.mk | 12 ++-- package/java/concierge/concierge.mk | 2 +- package/java/jamvm/Config.in | 4 +- package/java/jamvm/jamvm.mk | 2 +- package/kismet/Config.in | 4 +- package/libcgi/Config.in | 6 +- package/libdaemon/Config.in | 2 +- package/libeXosip2/Config.in | 2 +- package/libeXosip2/libeXosip2.mk | 2 +- package/libfloat/Config.in | 2 +- package/libgcrypt/Config.in | 2 +- package/libglib2/libglib2.mk | 8 +-- package/libgtk2/libgtk2.mk | 8 +-- package/libiconv/libiconv.mk | 2 +- package/libosip2/Config.in | 2 +- package/libsndfile/Config.in | 4 +- package/libtool/Config.in | 2 +- package/lighttpd/Config.in | 2 +- package/lighttpd/lighttpd.mk | 2 +- package/lsof/Config.in | 2 +- package/lxdoom/lxdoom-wad.mk | 2 +- package/lxdoom/lxdoom.mk | 2 +- package/magiccube4d/magiccube4d.mk | 2 +- package/make/Config.in | 2 +- package/microperl/Config.in | 2 +- package/microwin/Config.in | 2 +- package/module-init-tools/Config.in | 6 +- package/modutils/Config.in | 6 +- package/ncurses/Config.in | 6 +- package/neon/Config.in | 2 +- package/netcat/Config.in | 6 +- package/netsnmp/Config.in | 2 +- package/ng-spice-rework/ng-spice-rework.mk | 2 +- package/ntfs-3g/ntfs-3g.mk | 4 +- package/olsr/Config.in | 2 +- package/openmotif/openmotif.mk | 4 +- package/openssh/Config.in | 2 +- package/openssl/Config.in | 6 +- package/openvpn/Config.in | 10 +-- package/oprofile/Config.in | 2 +- package/pango/pango.mk | 8 +-- package/patch/Config.in | 2 +- package/php/Config.in | 2 +- package/php/php.mk | 2 +- package/popt/popt.mk | 2 +- package/python/Config.in | 2 +- package/qtopia4/Config.in | 4 +- package/rubix/rubix.mk | 4 +- package/screen/Config.in | 10 +-- package/speex/Config.in | 2 +- .../startup-notification.mk | 2 +- package/strace/Config.in | 2 +- package/synergy/Config.in | 6 +- package/synergy/synergy.mk | 2 +- package/tar/Config.in | 2 +- package/tinyhttpd/Config.in | 2 +- package/tinyhttpd/tinyhttpd.mk | 2 +- package/tinylogin/Config.in | 4 +- package/torsmo/torsmo.mk | 2 +- package/udhcp/Config.in | 2 +- package/vice/vice.mk | 2 +- package/vlc/vlc.mk | 4 +- package/vtun/Config.in | 2 +- package/webkit/Config.in | 8 +-- package/webkit/webkit.mk | 2 +- package/x11r7/pthread-stubs/Config.in | 2 +- .../xkeyboard-config/xkeyboard-config.mk | 2 +- package/xpdf/xpdf.mk | 4 +- package/zlib/Config.in | 2 +- target/Config.in.arch | 2 +- target/cpio/Config.in | 2 +- target/device/Atmel/Config.in.mirrors | 2 +- .../Atmel/arch-avr32/Config.in.linux.patches | 2 +- target/device/Sharp/Config.in | 2 +- target/initramfs/Config.in | 4 +- target/linux/Config.in.advanced | 20 +++--- target/linux/Makefile.in | 2 +- target/linux/Makefile.in.advanced | 4 +- target/x86/grub/Config.in | 2 +- target/x86/grub2/Config.in | 2 +- toolchain/Config.in | 2 +- toolchain/uClibc/Config.in | 2 +- toolchain/uClibc/uclibc.mk | 20 +++--- 119 files changed, 244 insertions(+), 244 deletions(-) diff --git a/Config.in b/Config.in index b49425ce51..5522b7cff6 100644 --- a/Config.in +++ b/Config.in @@ -207,9 +207,9 @@ choice config BR2_DEBUG_1 bool "debug level 1" help - Debug level 1 produces minimal information, enough - for making backtraces in parts of the program that - you don't plan to debug. This includes descriptions + Debug level 1 produces minimal information, enough + for making backtraces in parts of the program that + you don't plan to debug. This includes descriptions of functions and external variables, but no information about local variables and no line numbers. @@ -221,7 +221,7 @@ config BR2_DEBUG_2 config BR2_DEBUG_3 bool "debug level 3" help - Level 3 includes extra information, such as all the + Level 3 includes extra information, such as all the macro definitions present in the program. Some debuggers support macro expansion when you use -g3. endchoice @@ -266,41 +266,41 @@ config BR2_OPTIMIZE_0 bool "optimization level 0" depends on !BR2_PACKAGE_LINUX help - Do not optimize. This is the default. + Do not optimize. This is the default. config BR2_OPTIMIZE_1 bool "optimization level 1" depends on !BR2_PACKAGE_LINUX help - Optimize. Optimizing compilation takes somewhat more time, - and a lot more memory for a large function. With -O, the - compiler tries to reduce code size and execution time, - without performing any optimizations that take a great deal - of compilation time. -O turns on the following optimization - flags: -fdefer-pop -fdelayed-branch -fguess-branch-probability - -fcprop-registers -floop-optimize -fif-conversion - -fif-conversion2 -ftree-ccp -ftree-dce -ftree-dominator-opts - -ftree-dse -ftree-ter -ftree-lrs -ftree-sra -ftree-copyrename + Optimize. Optimizing compilation takes somewhat more time, + and a lot more memory for a large function. With -O, the + compiler tries to reduce code size and execution time, + without performing any optimizations that take a great deal + of compilation time. -O turns on the following optimization + flags: -fdefer-pop -fdelayed-branch -fguess-branch-probability + -fcprop-registers -floop-optimize -fif-conversion + -fif-conversion2 -ftree-ccp -ftree-dce -ftree-dominator-opts + -ftree-dse -ftree-ter -ftree-lrs -ftree-sra -ftree-copyrename -ftree-fre -ftree-ch -funit-at-a-time -fmerge-constants - -O also turns on -fomit-frame-pointer on machines where doing + -O also turns on -fomit-frame-pointer on machines where doing so does not interfere with debugging. config BR2_OPTIMIZE_2 bool "optimization level 2" help Optimize even more. GCC performs nearly all supported optimizations - that do not involve a space-speed tradeoff. The compiler does not - perform loop unrolling or function inlining when you specify -O2. - As compared to -O, this option increases both compilation time and - the performance of the generated code. -O2 turns on all optimization - flags specified by -O. It also turns on the following optimization - flags: -fthread-jumps -fcrossjumping -foptimize-sibling-calls - -fcse-follow-jumps -fcse-skip-blocks -fgcse -fgcse-lm - -fexpensive-optimizations -fstrength-reduce -frerun-cse-after-loop - -frerun-loop-opt -fcaller-saves -fpeephole2 -fschedule-insns - -fschedule-insns2 -fsched-interblock -fsched-spec -fregmove - -fstrict-aliasing -fdelete-null-pointer-checks -freorder-blocks - -freorder-functions -falign-functions -falign-jumps -falign-loops + that do not involve a space-speed tradeoff. The compiler does not + perform loop unrolling or function inlining when you specify -O2. + As compared to -O, this option increases both compilation time and + the performance of the generated code. -O2 turns on all optimization + flags specified by -O. It also turns on the following optimization + flags: -fthread-jumps -fcrossjumping -foptimize-sibling-calls + -fcse-follow-jumps -fcse-skip-blocks -fgcse -fgcse-lm + -fexpensive-optimizations -fstrength-reduce -frerun-cse-after-loop + -frerun-loop-opt -fcaller-saves -fpeephole2 -fschedule-insns + -fschedule-insns2 -fsched-interblock -fsched-spec -fregmove + -fstrict-aliasing -fdelete-null-pointer-checks -freorder-blocks + -freorder-functions -falign-functions -falign-jumps -falign-loops -falign-labels -ftree-vrp -ftree-pre Please note the warning under -fgcse about invoking -O2 on programs that use computed gotos. @@ -308,20 +308,20 @@ config BR2_OPTIMIZE_2 config BR2_OPTIMIZE_3 bool "optimization level 3" help - Optimize yet more. -O3 turns on all optimizations specified by -O2 - and also turns on the -finline-functions, -funswitch-loops and + Optimize yet more. -O3 turns on all optimizations specified by -O2 + and also turns on the -finline-functions, -funswitch-loops and -fgcse-after-reload options. config BR2_OPTIMIZE_S bool "optimize for size" help - Optimize for size. -Os enables all -O2 optimizations that do not + Optimize for size. -Os enables all -O2 optimizations that do not typically increase code size. It also performs further optimizations - designed to reduce code size. -Os disables the following optimization - flags: -falign-functions -falign-jumps -falign-loops -falign-labels + designed to reduce code size. -Os disables the following optimization + flags: -falign-functions -falign-jumps -falign-loops -falign-labels -freorder-blocks -freorder-blocks-and-partition -fprefetch-loop-arrays -ftree-vect-loop-version - + endchoice config BR2_PREFER_STATIC_LIB diff --git a/Makefile b/Makefile index 8cadf5c3a3..1f9e7f6fe8 100644 --- a/Makefile +++ b/Makefile @@ -260,7 +260,7 @@ TARGETS+=target-devfiles # target stuff is last so it can override anything else include target/Makefile.in -TARGETS+=erase-fakeroots +TARGETS+=erase-fakeroots TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS)) TARGETS_SOURCE:=$(patsubst %,%-source,$(TARGETS) $(BASE_TARGETS)) @@ -337,10 +337,10 @@ ifeq ($(BR2_HAVE_DEVFILES),y) ( scripts/copy.sh $(STAGING_DIR) $(TARGET_DIR) ) else rm -rf $(TARGET_DIR)/usr/include $(TARGET_DIR)/usr/lib/pkgconfig - find $(TARGET_DIR)/usr/lib -name '*.a' -delete - find $(TARGET_DIR)/lib -name '*.a' -delete - find $(TARGET_DIR)/usr/lib -name '*.la' -delete - find $(TARGET_DIR)/lib -name '*.la' -delete + find $(TARGET_DIR)/usr/lib -name '*.a' -delete + find $(TARGET_DIR)/lib -name '*.a' -delete + find $(TARGET_DIR)/usr/lib -name '*.la' -delete + find $(TARGET_DIR)/lib -name '*.la' -delete endif source: $(TARGETS_SOURCE) $(HOST_SOURCE) @@ -485,7 +485,7 @@ prepatch: gcc-patched binutils-patched gdb-patched uclibc-patched log: .lognr.$(PROJECT) @expr `cat .lognr.$(PROJECT)` + 1 > .lognr.$(PROJECT) @echo Creating $(PROJECT)-`cat .lognr.$(PROJECT)`.log - @$(MAKE) > $(PROJECT)-`cat .lognr.$(PROJECT)`.log 2>&1 + @$(MAKE) > $(PROJECT)-`cat .lognr.$(PROJECT)`.log 2>&1 cross: $(BASE_TARGETS) diff --git a/package/Config.in b/package/Config.in index e8339682ca..eab0a169d8 100644 --- a/package/Config.in +++ b/package/Config.in @@ -32,7 +32,7 @@ endif # bool "Common Applications" # default y # help -# A set of applications, utilities and libraries for +# A set of applications, utilities and libraries for # text processing, toolchain generation and other things. diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 5e94b447ed..97f53d57d8 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -157,7 +157,7 @@ $(BUILD_DIR)/%/.stamp_extracted: # if the package uses libtool, patch it for cross-compiling in buildroot for i in `find $(@D) -name ltmain.sh`; do \ toolchain/patch-kernel.sh $${i%/*} package buildroot-libtool.patch; \ - done + done $(Q)touch $@ # Patch diff --git a/package/ace_of_penguins/ace_of_penguins.mk b/package/ace_of_penguins/ace_of_penguins.mk index d3adc36f60..03ba32f341 100644 --- a/package/ace_of_penguins/ace_of_penguins.mk +++ b/package/ace_of_penguins/ace_of_penguins.mk @@ -15,6 +15,6 @@ ACE_OF_PENGUINS_CONF_OPT = --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) --build=$(GNU_HOST_NAME) \ --prefix=/usr --sysconfdir=/etc -ACE_OF_PENGUINS_DEPENDENCIES = uclibc libpng $(XSERVER) +ACE_OF_PENGUINS_DEPENDENCIES = uclibc libpng $(XSERVER) $(eval $(call AUTOTARGETS,package,ace_of_penguins)) \ No newline at end of file diff --git a/package/atk/atk.mk b/package/atk/atk.mk index 38fc3749b9..55d852c0be 100644 --- a/package/atk/atk.mk +++ b/package/atk/atk.mk @@ -9,7 +9,7 @@ ATK_SITE = ftp://ftp.gtk.org/pub/gtk/v2.10/dependencies ATK_AUTORECONF = NO ATK_INSTALL_STAGING = YES ATK_INSTALL_TARGET = YES -ATK_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install +ATK_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install ATK_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes \ glib_cv_stack_grows=no glib_cv_uscore=no \ @@ -40,7 +40,7 @@ ATK_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes \ gl_cv_func_mkstemp_limitations=no ac_cv_func_working_mktime=yes \ jm_cv_func_working_re_compile_pattern=yes ac_use_included_regex=no \ gl_cv_c_restrict=no ac_cv_path_GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal \ - ac_cv_prog_F77=no ac_cv_prog_CXX=no + ac_cv_prog_F77=no ac_cv_prog_CXX=no ifneq ($(BR2_PACKAGE_XSERVER_none),y) ATK_CONF_OPT_X = --with-x \ @@ -60,7 +60,7 @@ ATK_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(REAL_GNU_TARGET_NAME) \ --infodir=/usr/info --enable-shared \ --enable-static $(ATK_CONF_OPT_X) \ --disable-glibtest --enable-explicit-deps=no \ - --disable-debug + --disable-debug ATK_DEPENDENCIES = libglib2 pkgconfig diff --git a/package/autoconf/Config.in b/package/autoconf/Config.in index 286c5cb9c8..c61ebc8d34 100644 --- a/package/autoconf/Config.in +++ b/package/autoconf/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_AUTOCONF bool "autoconf" help - Extensible program for developing configure scripts. These + Extensible program for developing configure scripts. These scripts handle all the mundane system/feature detection. http://www.gnu.org/software/autoconf/ diff --git a/package/automake/Config.in b/package/automake/Config.in index d577587973..d23fbf9a9b 100644 --- a/package/automake/Config.in +++ b/package/automake/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_AUTOMAKE bool "automake" help - Tool for automatically generating Makefile's for input to + Tool for automatically generating Makefile's for input to configure scripts (made by autoconf). http://www.gnu.org/software/automake/ diff --git a/package/berkeleydb/Config.in b/package/berkeleydb/Config.in index 5852a92774..9568d4425f 100644 --- a/package/berkeleydb/Config.in +++ b/package/berkeleydb/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_BERKELEYDB bool "berkeleydb" help - The Berkeley database. A very common library for database + The Berkeley database. A very common library for database applications. http://www.sleepycat.com/products/db.shtml diff --git a/package/bind/Config.in b/package/bind/Config.in index 7b61a554c9..5662677b2e 100644 --- a/package/bind/Config.in +++ b/package/bind/Config.in @@ -8,7 +8,7 @@ config BR2_PACKAGE_BIND * a Domain Name System server (named) * a Domain Name System resolver library - * tools for verifying the proper operation of the DNS server + * tools for verifying the proper operation of the DNS server The BIND DNS Server is used on the vast majority of name serving machines on the Internet, providing a robust and @@ -16,6 +16,6 @@ config BR2_PACKAGE_BIND architecture can be built. The resolver library included in the BIND distribution provides the standard APIs for translation between domain names and Internet addresses and is - intended to be linked with applications requiring name service. + intended to be linked with applications requiring name service. http://www.isc.org/sw/bind/ diff --git a/package/bison/Config.in b/package/bison/Config.in index ef3518b5c0..edea4f6f9d 100644 --- a/package/bison/Config.in +++ b/package/bison/Config.in @@ -1,8 +1,8 @@ config BR2_PACKAGE_BISON bool "bison" help - General-purpose parser generator that converts a - grammar description for an LALR context-free grammar into a C + General-purpose parser generator that converts a + grammar description for an LALR context-free grammar into a C program to parse that grammar. http://www.gnu.org/software/bison/ diff --git a/package/blackbox/blackbox.mk b/package/blackbox/blackbox.mk index 4ad4650051..8bb67b9a66 100644 --- a/package/blackbox/blackbox.mk +++ b/package/blackbox/blackbox.mk @@ -15,7 +15,7 @@ BLACKBOX_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install BLACKBOX_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ --build=$(GNU_HOST_NAME) --prefix=/usr \ --sysconfdir=/etc --x-includes=$(STAGING_DIR)/usr/include/X11 \ - --x-libraries=$(STAGING_DIR)/usr/lib + --x-libraries=$(STAGING_DIR)/usr/lib BLACKBOX_DEPENDENCIES = uclibc $(XSERVER) diff --git a/package/boa/Config.in b/package/boa/Config.in index e0470df1b5..48943ff046 100644 --- a/package/boa/Config.in +++ b/package/boa/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_BOA bool "boa" help - A very small and very fast http daemon. Not intended as + A very small and very fast http daemon. Not intended as a feature-packed server. http://www.boa.org/ diff --git a/package/bootutils/Config.in b/package/bootutils/Config.in index ce98b02fa9..c5254de84a 100644 --- a/package/bootutils/Config.in +++ b/package/bootutils/Config.in @@ -1,9 +1,9 @@ config BR2_PACKAGE_BOOTUTILS bool "bootutils" help - BootUtils is a collection of utilities to facilitate booting of - Linux 2.6-based systems. The process of finding the root volume - either by label or explicit label= on the kernel command line, + BootUtils is a collection of utilities to facilitate booting of + Linux 2.6-based systems. The process of finding the root volume + either by label or explicit label= on the kernel command line, mounting it, and 'switchroot'ing is automated. http://bootutils.pr.linuxrulz.org/ diff --git a/package/bzip2/Config.in b/package/bzip2/Config.in index 1b17b0ed14..e8e03cf08e 100644 --- a/package/bzip2/Config.in +++ b/package/bzip2/Config.in @@ -1,9 +1,9 @@ config BR2_PACKAGE_BZIP2 bool "bzip2" help - Freely available, patent free, high-quality data compressor. - It typically compresses files to within 10% to 15% of the best - available techniques, while being around twice as fast at + Freely available, patent free, high-quality data compressor. + It typically compresses files to within 10% to 15% of the best + available techniques, while being around twice as fast at compression and six times faster at decompression. http://sources.redhat.com/bzip2/ diff --git a/package/cairo/cairo.mk b/package/cairo/cairo.mk index c712567cc2..e9fd5c8208 100644 --- a/package/cairo/cairo.mk +++ b/package/cairo/cairo.mk @@ -9,7 +9,7 @@ CAIRO_SITE = http://cairographics.org/releases CAIRO_AUTORECONF = NO CAIRO_INSTALL_STAGING = YES CAIRO_INSTALL_TARGET = YES -CAIRO_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install +CAIRO_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install CAIRO_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \ glib_cv_uscore=no ac_cv_func_strtod=yes \ @@ -39,13 +39,13 @@ CAIRO_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \ gl_cv_func_mkdir_trailing_slash_bug=no gl_cv_func_mkstemp_limitations=no \ ac_cv_func_working_mktime=yes jm_cv_func_working_re_compile_pattern=yes \ ac_use_included_regex=no gl_cv_c_restrict=no \ - ac_cv_path_GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal + ac_cv_path_GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal ifeq ($(BR2_PACKAGE_DIRECTFB),y) CAIRO_CONF_OPT = --disable-xlib --without-x --enable-directfb CAIRO_DEPENDENCIES_EXTRA = directfb endif -CAIRO_DEPENDENCIES = uclibc gettext libintl pkgconfig libglib2 zlib png fontconfig $(CAIRO_DEPENDENCIES_EXTRA) $(XSERVER) +CAIRO_DEPENDENCIES = uclibc gettext libintl pkgconfig libglib2 zlib png fontconfig $(CAIRO_DEPENDENCIES_EXTRA) $(XSERVER) $(eval $(call AUTOTARGETS,package,cairo)) diff --git a/package/coreutils/Config.in b/package/coreutils/Config.in index be68485027..2d0bf6d7d7 100644 --- a/package/coreutils/Config.in +++ b/package/coreutils/Config.in @@ -3,8 +3,8 @@ config BR2_PACKAGE_COREUTILS depends on BR2_USE_WCHAR select BR2_UCLIBC_PROGRAM_INVOCATION help - All of the basic file/text/shell utilities. These are the - core utilities which are expected to exist on every system. + All of the basic file/text/shell utilities. These are the + core utilities which are expected to exist on every system. Busybox implements many of the most common. Things like: diff --git a/package/distcc/Config.in b/package/distcc/Config.in index c5b99b88b9..0b518c6ac3 100644 --- a/package/distcc/Config.in +++ b/package/distcc/Config.in @@ -1,8 +1,8 @@ config BR2_PACKAGE_DISTCC bool "distcc" help - Distributed compiler client and server. Allows you to - distribute compilation of C code across several machines + Distributed compiler client and server. Allows you to + distribute compilation of C code across several machines on a network. http://distcc.samba.org/ diff --git a/package/dnsmasq/Config.in b/package/dnsmasq/Config.in index 9dd90d6aa6..a6c75023de 100644 --- a/package/dnsmasq/Config.in +++ b/package/dnsmasq/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_DNSMASQ bool "dnsmasq" help - A lightweight DNS and DHCP server. It is intended to provide + A lightweight DNS and DHCP server. It is intended to provide coupled DNS and DHCP service to a LAN. http://www.thekelleys.org.uk/dnsmasq/ diff --git a/package/docker/docker.mk b/package/docker/docker.mk index e7b3a75e6a..f8f6360e31 100644 --- a/package/docker/docker.mk +++ b/package/docker/docker.mk @@ -21,7 +21,7 @@ DOCKER_MAKE_OPT = CC=$(TARGET_CC) CXX=$(TARGET_CXX) LD=$(TARGET_LD) \ DOCKER_INSTALL_TARGET_OPT = PREFIX=$(TARGET_DIR)/usr install -DOCKER_DEPENDENCIES = uclibc +DOCKER_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package,docker)) diff --git a/package/editors/ed/Config.in b/package/editors/ed/Config.in index 230d759ead..63dc21e7c7 100644 --- a/package/editors/ed/Config.in +++ b/package/editors/ed/Config.in @@ -1,8 +1,8 @@ config BR2_PACKAGE_ED bool "ed" help - A line-oriented text editor. Used to create, display, modify, - and otherwise manipulate text files. Often used in scripts + A line-oriented text editor. Used to create, display, modify, + and otherwise manipulate text files. Often used in scripts rather than invoked directly. http://www.gnu.org/software/ed/ diff --git a/package/editors/nano/Config.in b/package/editors/nano/Config.in index 0a84ec886d..e9027578fc 100644 --- a/package/editors/nano/Config.in +++ b/package/editors/nano/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_NANO bool "nano" select BR2_PACKAGE_NCURSES help - A nice ncurses-based editor. Started out as a clone of pico. + A nice ncurses-based editor. Started out as a clone of pico. Great editor for new users. http://www.nano-editor.org/ diff --git a/package/festival/speech-tools/speech-tools.mk b/package/festival/speech-tools/speech-tools.mk index e1376b6509..3f2ba090f4 100644 --- a/package/festival/speech-tools/speech-tools.mk +++ b/package/festival/speech-tools/speech-tools.mk @@ -11,7 +11,7 @@ SPEECH_TOOLS_INSTALL_STAGING = NO SPEECH_TOOLS_INSTALL_TARGET = YES SPEECH_TOOLS_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) STRIP=$(TARGET_STRIP) install -SPEECH_TOOLS_CONF_OPT = +SPEECH_TOOLS_CONF_OPT = SPEECH_TOOLS_MAKE_OPT = CC=$(TARGET_CC) CXX=$(TARGET_CXX) SPEECH_TOOLS_DEPENDENCIES = uclibc ncurses diff --git a/package/file/Config.in b/package/file/Config.in index 342f7dc552..2c0bc39fbf 100644 --- a/package/file/Config.in +++ b/package/file/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_FILE bool "file" help - Program to identify a file's format by scanning binary data + Program to identify a file's format by scanning binary data for known patterns. ftp://ftp.astron.com/pub/file/ diff --git a/package/findutils/Config.in b/package/findutils/Config.in index baaa72540b..25a13c6088 100644 --- a/package/findutils/Config.in +++ b/package/findutils/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_FINDUTILS bool "findutils" depends on BR2_USE_WCHAR help - Basic directory searching utilities. Provides the + Basic directory searching utilities. Provides the common 'find', 'xargs', 'locate', and 'updatedb' binaries. http://www.gnu.org/software/findutils/findutils.html diff --git a/package/flex/Config.in b/package/flex/Config.in index 2caec46c7e..b10eb00377 100644 --- a/package/flex/Config.in +++ b/package/flex/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_FLEX bool "flex" help - A fast lexical analyser generator. A tool for generating + A fast lexical analyser generator. A tool for generating programs that perform pattern-matching on text. http://www.gnu.org/software/flex/ diff --git a/package/fltk/fltk.mk b/package/fltk/fltk.mk index eb22a9e619..f4a04986e5 100644 --- a/package/fltk/fltk.mk +++ b/package/fltk/fltk.mk @@ -18,6 +18,6 @@ FLTK_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ --build=$(GNU_HOST_NAME) --prefix=/usr \ --sysconfdir=/etc --enable-shared --enable-threads --with-x -FLTK_DEPENDENCIES = uclibc $(XSERVER) +FLTK_DEPENDENCIES = uclibc $(XSERVER) $(eval $(call AUTOTARGETS,package,fltk)) \ No newline at end of file diff --git a/package/gawk/Config.in b/package/gawk/Config.in index 14d23710f4..62ca860e6e 100644 --- a/package/gawk/Config.in +++ b/package/gawk/Config.in @@ -2,8 +2,8 @@ config BR2_PACKAGE_GAWK bool "gawk" depends on BR2_USE_WCHAR help - A special-purpose programming language which is data driven - rather than procedural. Allows for simple data-reformatting jobs + A special-purpose programming language which is data driven + rather than procedural. Allows for simple data-reformatting jobs with just a few lines of code. http://www.gnu.org/software/gawk/ diff --git a/package/gnuchess/gnuchess.mk b/package/gnuchess/gnuchess.mk index 236ba73a63..f8f18e0a30 100644 --- a/package/gnuchess/gnuchess.mk +++ b/package/gnuchess/gnuchess.mk @@ -12,7 +12,7 @@ GNUCHESS_INSTALL_TARGET = YES GNUCHESS_CONF_ENV = ac_cv_func_realloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes -GNUCHESS_DEPENDENCIES = uclibc +GNUCHESS_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package,gnuchess)) diff --git a/package/gzip/Config.in b/package/gzip/Config.in index 5574f08e2d..dc9d50b9a0 100644 --- a/package/gzip/Config.in +++ b/package/gzip/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_GZIP bool "gzip" help - Standard GNU compressor. Provides things like gzip, + Standard GNU compressor. Provides things like gzip, gunzip, gzcat, etc... http://www.gnu.org/software/gzip/gzip.html diff --git a/package/hostap/Config.in b/package/hostap/Config.in index 06319e44cd..74431b787c 100644 --- a/package/hostap/Config.in +++ b/package/hostap/Config.in @@ -3,7 +3,7 @@ config BR2_PACKAGE_HOSTAP depends on BR2_DEPRECATED select BR2_PACKAGE_PCMCIA help - Linux driver for wireless LAN cards based on Intersil's + Linux driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset. http://hostap.epitest.fi/ diff --git a/package/icu/icu.mk b/package/icu/icu.mk index a1e3bab23f..7f93057324 100644 --- a/package/icu/icu.mk +++ b/package/icu/icu.mk @@ -51,7 +51,7 @@ $(ICU_HOST_DIR)/.done: $(ICU_DIR)/.configured touch $(ICU_HOST_DIR)/.done $(ICU_DIR)/.done: $(ICU_HOST_DIR)/.done - $(MAKE) -C $(ICU_DIR) + $(MAKE) -C $(ICU_DIR) $(MAKE) -C $(ICU_DIR) install DESTDIR=$(STAGING_DIR) $(MAKE) -C $(ICU_DIR) install DESTDIR=$(TARGET_DIR) $(SED) "s,^default_prefix=.*,default_prefix=\'$(STAGING_DIR)/usr\',g" $(STAGING_DIR)/usr/bin/icu-config diff --git a/package/ipkg/ipkg.mk b/package/ipkg/ipkg.mk index da5fe9051d..2eb79bf8dd 100644 --- a/package/ipkg/ipkg.mk +++ b/package/ipkg/ipkg.mk @@ -12,8 +12,8 @@ IPKG_INSTALL_STAGING = YES IPKG_INSTALL_TARGET = YES IPKG_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ - --build=$(GNU_HOST_NAME) --prefix=/usr --sysconfdir=/etc + --build=$(GNU_HOST_NAME) --prefix=/usr --sysconfdir=/etc -IPKG_DEPENDENCIES = uclibc +IPKG_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package,ipkg)) \ No newline at end of file diff --git a/package/iproute2/Config.in b/package/iproute2/Config.in index 6c82a84292..52bf7923cd 100644 --- a/package/iproute2/Config.in +++ b/package/iproute2/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_IPROUTE2 bool "iproute2" help - Kernel routing and traffic control utilities. Provides things + Kernel routing and traffic control utilities. Provides things like ip and tc. http://developer.osdl.org/dev/iproute2/ diff --git a/package/ipsec-tools/Config.in b/package/ipsec-tools/Config.in index 45cdeb56e4..f4e227f557 100644 --- a/package/ipsec-tools/Config.in +++ b/package/ipsec-tools/Config.in @@ -19,13 +19,13 @@ config BR2_PACKAGE_IPSEC_TOOLS_NATT depends on BR2_PACKAGE_IPSEC_TOOLS bool "Enable NAT-Traversal" help - This needs kernel support, which is available on Linux. On - NetBSD, NAT-Traversal kernel support has not been integrated - yet, you can get it from here: + This needs kernel support, which is available on Linux. On + NetBSD, NAT-Traversal kernel support has not been integrated + yet, you can get it from here: - http://ipsec-tools.sourceforge.net/netbsd_nat-t.diff If you + http://ipsec-tools.sourceforge.net/netbsd_nat-t.diff If you - live in a country where software patents are legal, using + live in a country where software patents are legal, using NAT-Traversal might infringe a patent. diff --git a/package/irda-utils/Config.in b/package/irda-utils/Config.in index 422bfc1e83..0547badf73 100644 --- a/package/irda-utils/Config.in +++ b/package/irda-utils/Config.in @@ -37,7 +37,7 @@ config IRDA_TEKRAM config IRDA_SMCINIT bool "support toshiba-laptops" help - Some Toshiba Laptops have buggy BIOSes which didn't initialize + Some Toshiba Laptops have buggy BIOSes which didn't initialize Irda. This may help those. endif diff --git a/package/java/classpath/classpath.mk b/package/java/classpath/classpath.mk index 0e0eaa3da6..ace57ddf91 100644 --- a/package/java/classpath/classpath.mk +++ b/package/java/classpath/classpath.mk @@ -9,7 +9,7 @@ CLASSPATH_SITE = $(BR2_GNU_MIRROR)/classpath CLASSPATH_AUTORECONF = NO CLASSPATH_INSTALL_STAGING = YES CLASSPATH_INSTALL_TARGET = YES -CLASSPATH_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install +CLASSPATH_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install CLASSPATH_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install CLASSPATH_DIR_PREFIX = package/java @@ -42,7 +42,7 @@ CLASSPATH_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \ ac_cv_func_working_mktime=yes jm_cv_func_working_re_compile_pattern=yes \ ac_use_included_regex=no gl_cv_c_restrict=no \ ac_cv_path_GLIB_GENMARSHAL=/usr/bin/glib-genmarshal \ - ac_cv_prog_F77=no ac_cv_prog_CXX=no ac_cv_path_CUPS_CONFIG=no + ac_cv_prog_F77=no ac_cv_prog_CXX=no ac_cv_path_CUPS_CONFIG=no CLASSPATH_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ @@ -63,21 +63,21 @@ CLASSPATH_DEPENDENCIES = uclibc pkgconfig png jpeg tiff ifeq ($(BR2_PACKAGE_ALSA_LIB),y) CLASSPATH_DEPENDENCIES+= alsa-lib CLASSPATH_CONF_OPT+= --enable-alsa -else +else CLASSPATH_CONF_OPT+= --disable-alsa endif ifeq ($(BR2_PACKAGE_QTOPIA4),y) CLASSPATH_DEPENDENCIES+= qtopia4 CLASSPATH_CONF_OPT+= --enable-qt-peer -else +else CLASSPATH_CONF_OPT+= --disable-qt-peer endif ifeq ($(BR2_PACKAGE_LIBGTK2),y) CLASSPATH_DEPENDENCIES+= libgtk2 CLASSPATH_CONF_OPT+= --enable-gtk-peer -else +else CLASSPATH_CONF_OPT+= --disable-gtk-peer endif @@ -87,7 +87,7 @@ ifneq ($(BR2_PACKAGE_XSERVER_none),y) --x-includes=$(STAGING_DIR)/usr/include/X11 \ --x-libraries=$(STAGING_DIR)/usr/lib else - CLASSPATH_CONF_OPT+= --without-x + CLASSPATH_CONF_OPT+= --without-x endif diff --git a/package/java/concierge/concierge.mk b/package/java/concierge/concierge.mk index 68ca4165dc..e080b20318 100644 --- a/package/java/concierge/concierge.mk +++ b/package/java/concierge/concierge.mk @@ -23,7 +23,7 @@ $(TARGET_DIR)/usr/lib/concierge/: $(DL_DIR)/concierge cp -dpf package/concierge/files/init.xargs $(TARGET_DIR)/usr/lib/concierge/ touch -c $@ -$(TARGET_DIR)/usr/bin/concierge: +$(TARGET_DIR)/usr/bin/concierge: cp -dpf package/concierge/files/concierge $(TARGET_DIR)/usr/bin/ chmod +x $(TARGET_DIR)/usr/bin/concierge touch -c $@ diff --git a/package/java/jamvm/Config.in b/package/java/jamvm/Config.in index 660b8f84ec..6e166dc422 100644 --- a/package/java/jamvm/Config.in +++ b/package/java/jamvm/Config.in @@ -3,7 +3,7 @@ config BR2_PACKAGE_JAMVM depends on BR2_PACKAGE_CLASSPATH select BR2_PACKAGE_PKGCONFIG help - JamVM is a new Java Virtual Machine which conforms to - the JVM specification version 2 (blue book). + JamVM is a new Java Virtual Machine which conforms to + the JVM specification version 2 (blue book). http://jamvm.sourceforge.net/ diff --git a/package/java/jamvm/jamvm.mk b/package/java/jamvm/jamvm.mk index 951d091d8b..c79c31d89a 100644 --- a/package/java/jamvm/jamvm.mk +++ b/package/java/jamvm/jamvm.mk @@ -41,7 +41,7 @@ JAMVM_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \ ac_cv_func_working_mktime=yes jm_cv_func_working_re_compile_pattern=yes \ ac_use_included_regex=no gl_cv_c_restrict=no \ ac_cv_path_GLIB_GENMARSHAL=/usr/bin/glib-genmarshal \ - ac_cv_prog_F77=no ac_cv_prog_CXX=no ac_cv_path_CUPS_CONFIG=no + ac_cv_prog_F77=no ac_cv_prog_CXX=no ac_cv_path_CUPS_CONFIG=no JAMVM_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ --build=$(GNU_HOST_NAME) --prefix=/usr \ diff --git a/package/kismet/Config.in b/package/kismet/Config.in index c8852d7daf..1b22ff4913 100644 --- a/package/kismet/Config.in +++ b/package/kismet/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_KISMET bool "kismet" - select BR2_PACKAGE_NCURSES + select BR2_PACKAGE_NCURSES select BR2_PACKAGE_LIBPCAP select BR2_PACKAGE_DBUS select BR2_PACKAGE_DBUS_GLIB @@ -13,5 +13,5 @@ config BR2_PACKAGE_KISMET Kismet identifies networks by passively collecting packets and detecting standard named networks, detecting (and given time, decloaking) hidden networks, and infering the presence - of nonbeaconing networks via data traffic. + of nonbeaconing networks via data traffic. diff --git a/package/libcgi/Config.in b/package/libcgi/Config.in index 47d4cbb2a6..491ae2e307 100644 --- a/package/libcgi/Config.in +++ b/package/libcgi/Config.in @@ -1,11 +1,11 @@ config BR2_PACKAGE_LIBCGI bool "libcgi" help - LibCGI is a library written from scratch to easily make + LibCGI is a library written from scratch to easily make CGI applications in C. - There are a lot of functions like string manipulation, - session and cookie support, GET and POST methods manipulation + There are a lot of functions like string manipulation, + session and cookie support, GET and POST methods manipulation etc..., to help you to quickly write powerful CGI programs. http://libcgi.sourceforge.net/ diff --git a/package/libdaemon/Config.in b/package/libdaemon/Config.in index 3e838ad848..2c5c049fa3 100644 --- a/package/libdaemon/Config.in +++ b/package/libdaemon/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_LIBDAEMON bool "libdaemon" select BR2_PACKAGE_PKGCONFIG help - libdaemon is a lightweight C library that eases the + libdaemon is a lightweight C library that eases the writing of UNIX daemons. http://0pointer.de/lennart/projects/libdaemon/ diff --git a/package/libeXosip2/Config.in b/package/libeXosip2/Config.in index 73a2e683c7..67620914c3 100644 --- a/package/libeXosip2/Config.in +++ b/package/libeXosip2/Config.in @@ -4,7 +4,7 @@ config BR2_PACKAGE_LIBEXOSIP2 GNU Higher level SIP (Session Initiation Protocol) This library aims to provide multimedia and telecom software developers an easy and powerful interface to initiate and - control SIP based sessions in their applications. + control SIP based sessions in their applications. SIP is a open standard replacement from IETF for H323. http://www.gnu.org/software/osip/ diff --git a/package/libeXosip2/libeXosip2.mk b/package/libeXosip2/libeXosip2.mk index 94c799b69a..73f048b710 100644 --- a/package/libeXosip2/libeXosip2.mk +++ b/package/libeXosip2/libeXosip2.mk @@ -56,7 +56,7 @@ $(LIBEXOSIP2_DIR)/.compiled: $(LIBEXOSIP2_DIR)/.configured $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(LIBEXOSIP2_DIR) touch $@ -#LDFLAGS=$(TARGET_LDFLAGS) +#LDFLAGS=$(TARGET_LDFLAGS) $(STAGING_DIR)/usr/lib/libeXosip2.so: $(LIBEXOSIP2_DIR)/.compiled cp -dpf $(LIBEXOSIP2_DIR)/src/.libs/libeXosip2.so* $(STAGING_DIR)/usr/lib diff --git a/package/libfloat/Config.in b/package/libfloat/Config.in index e26f535264..25acd15d6b 100644 --- a/package/libfloat/Config.in +++ b/package/libfloat/Config.in @@ -2,6 +2,6 @@ config BR2_PACKAGE_LIBFLOAT bool "libfloat" help Soft floating point library. - + http://netwinder.osuosl.org/devteam/scottb/libfloat/ diff --git a/package/libgcrypt/Config.in b/package/libgcrypt/Config.in index f15f34c8b8..55d2f170cd 100644 --- a/package/libgcrypt/Config.in +++ b/package/libgcrypt/Config.in @@ -2,6 +2,6 @@ config BR2_PACKAGE_LIBGCRYPT bool "libgcrypt" select BR2_PACKAGE_LIBGPG_ERROR help - LibGCrypt is GNU's basic cryptographic library. + LibGCrypt is GNU's basic cryptographic library. ftp://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/ diff --git a/package/libglib2/libglib2.mk b/package/libglib2/libglib2.mk index e91a2bd0f3..48a9aabae5 100644 --- a/package/libglib2/libglib2.mk +++ b/package/libglib2/libglib2.mk @@ -9,7 +9,7 @@ LIBGLIB2_SITE = http://ftp.gtk.org/pub/glib/2.15 LIBGLIB2_AUTORECONF = NO LIBGLIB2_INSTALL_STAGING = YES LIBGLIB2_INSTALL_TARGET = YES -LIBGLIB2_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install +LIBGLIB2_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install LIBGLIB2_CONF_ENV = $(TARGET_CONFIGURE_OPTS) $(TARGET_CONFIGURE_ARGS) \ ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \ @@ -41,7 +41,7 @@ LIBGLIB2_CONF_ENV = $(TARGET_CONFIGURE_OPTS) $(TARGET_CONFIGURE_ARGS) \ ac_cv_func_working_mktime=yes jm_cv_func_working_re_compile_pattern=yes \ ac_use_included_regex=no gl_cv_c_restrict=no \ ac_cv_path_GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal ac_cv_prog_F77=no \ - ac_cv_prog_CXX=no ac_cv_func_posix_getgrgid_r=no + ac_cv_prog_CXX=no ac_cv_func_posix_getgrgid_r=no LIBGLIB2_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ --build=$(GNU_HOST_NAME) --prefix=/usr \ @@ -51,8 +51,8 @@ LIBGLIB2_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ --datadir=/usr/share --localstatedir=/var \ --includedir=/usr/include --mandir=/usr/man \ --infodir=/usr/info --enable-shared \ - --enable-static $(DISABLE_NLS) + --enable-static $(DISABLE_NLS) -LIBGLIB2_DEPENDENCIES = uclibc gettext libintl pkgconfig +LIBGLIB2_DEPENDENCIES = uclibc gettext libintl pkgconfig $(eval $(call AUTOTARGETS,package,libglib2)) diff --git a/package/libgtk2/libgtk2.mk b/package/libgtk2/libgtk2.mk index dacf49205b..111a9df10d 100644 --- a/package/libgtk2/libgtk2.mk +++ b/package/libgtk2/libgtk2.mk @@ -9,8 +9,8 @@ LIBGTK2_SITE = ftp://ftp.gtk.org/pub/gtk/2.12 LIBGTK2_AUTORECONF = NO LIBGTK2_INSTALL_STAGING = YES LIBGTK2_INSTALL_TARGET = YES -LIBGTK2_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install -LIBGTK2_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install +LIBGTK2_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install +LIBGTK2_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install LIBGTK2_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \ glib_cv_uscore=no \ @@ -71,7 +71,7 @@ LIBGTK2_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \ ac_cv_path_GDK_PIXBUF_CSOURCE=$(HOST_GLIB)/bin/gdk-pixbuf-csource \ ac_cv_prog_F77=no \ ac_cv_prog_CXX=no \ - ac_cv_path_CUPS_CONFIG=no + ac_cv_path_CUPS_CONFIG=no LIBGTK2_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ --build=$(GNU_HOST_NAME) \ @@ -109,7 +109,7 @@ ifneq ($(BR2_PACKAGE_XSERVER_none),y) --x-includes=$(STAGING_DIR)/usr/include/X11 \ --x-libraries=$(STAGING_DIR)/usr/lib \ --with-gdktarget=x11 - LIBGTK2_DEPENDENCIES_EXTRA = xlib_libXcomposite $(XSERVER) + LIBGTK2_DEPENDENCIES_EXTRA = xlib_libXcomposite $(XSERVER) else LIBGTK2_CONF_OPT += --without-x endif diff --git a/package/libiconv/libiconv.mk b/package/libiconv/libiconv.mk index 28cd57ccb2..d3b47101ae 100644 --- a/package/libiconv/libiconv.mk +++ b/package/libiconv/libiconv.mk @@ -12,7 +12,7 @@ LIBICONV_INSTALL_TARGET = YES LIBICONV_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install -LIBICONV_DEPENDENCIES = uclibc +LIBICONV_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package,libiconv)) diff --git a/package/libosip2/Config.in b/package/libosip2/Config.in index a9242c0a6c..1b248a0c92 100644 --- a/package/libosip2/Config.in +++ b/package/libosip2/Config.in @@ -4,6 +4,6 @@ config BR2_PACKAGE_LIBOSIP2 GNU SIP (Session Initiation Protocol) This library aims to provide multimedia and telecom software developers an easy and powerful interface to initiate and - control SIP based sessions in their applications. + control SIP based sessions in their applications. SIP is a open standard replacement from IETF for H323. diff --git a/package/libsndfile/Config.in b/package/libsndfile/Config.in index 8f10de3bbb..ccc4dad6f7 100644 --- a/package/libsndfile/Config.in +++ b/package/libsndfile/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_LIBSNDFILE bool "libsndfile" help - Libsndfile is a C library for reading and writing files containing - sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) + Libsndfile is a C library for reading and writing files containing + sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface. diff --git a/package/libtool/Config.in b/package/libtool/Config.in index 21ec8858bd..d3cf2d7843 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/ diff --git a/package/lighttpd/Config.in b/package/lighttpd/Config.in index f35c1f3b47..eb3b841e6a 100644 --- a/package/lighttpd/Config.in +++ b/package/lighttpd/Config.in @@ -8,7 +8,7 @@ config BR2_PACKAGE_LIGHTTPD Auth, Output-Compression, URL-Rewriting and many more) make lighttpd the perfect webserver-software for every server that is suffering load problems. - + http://www.lighttpd.net/ if BR2_PACKAGE_LIGHTTPD diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk index 131e87e720..67e486d154 100644 --- a/package/lighttpd/lighttpd.mk +++ b/package/lighttpd/lighttpd.mk @@ -9,7 +9,7 @@ LIGHTTPD_SITE:=http://www.lighttpd.net/download LIGHTTPD_INSTALL_STAGING = NO LIGHTTPD_INSTALL_TARGET = YES LIGHTTPD_DEPENDENCIES = uclibc -LIGHTTPD_CONF_ENV = +LIGHTTPD_CONF_ENV = LIGHTTPD_CONF_OPT = \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ diff --git a/package/lsof/Config.in b/package/lsof/Config.in index ae798a2f1d..cc7512c258 100644 --- a/package/lsof/Config.in +++ b/package/lsof/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_LSOF bool "lsof" help lsof (LiSt Open Files) - The lsof tool lists information about files opened by + The lsof tool lists information about files opened by processes. ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ diff --git a/package/lxdoom/lxdoom-wad.mk b/package/lxdoom/lxdoom-wad.mk index 41b8ed8a10..0f7d799116 100644 --- a/package/lxdoom/lxdoom-wad.mk +++ b/package/lxdoom/lxdoom-wad.mk @@ -15,7 +15,7 @@ $(DL_DIR)/$(LXDOOM_WAD_SOURCE): $(LXDOOM_WAD_DIR)/.unpacked: $(DL_DIR)/$(LXDOOM_WAD_SOURCE) mkdir -p $(LXDOOM_WAD_DIR) cp -f $(DL_DIR)/$(LXDOOM_WAD_SOURCE) $(LXDOOM_WAD_DIR) - gunzip -d $(LXDOOM_WAD_DIR)/$(LXDOOM_WAD_SOURCE) + gunzip -d $(LXDOOM_WAD_DIR)/$(LXDOOM_WAD_SOURCE) touch $@ $(LXDOOM_WAD_DIR)/.installed: $(LXDOOM_WAD_DIR)/.unpacked diff --git a/package/lxdoom/lxdoom.mk b/package/lxdoom/lxdoom.mk index b79fa66252..bc688eb782 100644 --- a/package/lxdoom/lxdoom.mk +++ b/package/lxdoom/lxdoom.mk @@ -17,6 +17,6 @@ LXDOOM_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ --includedir=/usr/include --enable-shared \ $(DISABLE_NLS) -LXDOOM_DEPENDENCIES = uclibc +LXDOOM_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package,lxdoom)) \ No newline at end of file diff --git a/package/magiccube4d/magiccube4d.mk b/package/magiccube4d/magiccube4d.mk index a5733a006c..b6f11f814e 100644 --- a/package/magiccube4d/magiccube4d.mk +++ b/package/magiccube4d/magiccube4d.mk @@ -11,7 +11,7 @@ MAGICCUBE4D_INSTALL_STAGING = NO MAGICCUBE4D_INSTALL_TARGET = YES MAGICCUBE4D_INSTALL_TARGET_OPT = GAMESDIR=$(TARGET_DIR)/usr/games install -MAGICCUBE4D_DEPENDENCIES = uclibc +MAGICCUBE4D_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package,magiccube4d)) diff --git a/package/make/Config.in b/package/make/Config.in index b95c8fe6a1..7dc19c52e8 100644 --- a/package/make/Config.in +++ b/package/make/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_MAKE bool "make" help - A tool which controls the generation of executables and other + A tool which controls the generation of executables and other non-source files of a program from the program's source files. http://www.gnu.org/software/make/ diff --git a/package/microperl/Config.in b/package/microperl/Config.in index aa27efb24e..82f964c74c 100644 --- a/package/microperl/Config.in +++ b/package/microperl/Config.in @@ -10,5 +10,5 @@ config BR2_PACKAGE_MICROPERL_MODULES help List of microperl modules to copy to the rootfs. E.g. - warnings.pm warnings/register.pm strict.pm constant.pm vars.pm + warnings.pm warnings/register.pm strict.pm constant.pm vars.pm Exporter.pm Exporter/Heavy.pm Carp.pm Getopt/Long.pm diff --git a/package/microwin/Config.in b/package/microwin/Config.in index e0d211b04a..5445f6af3a 100644 --- a/package/microwin/Config.in +++ b/package/microwin/Config.in @@ -3,5 +3,5 @@ config BR2_PACKAGE_MICROWIN help Microwindows Graphical User Interface for small and embedded enviroments. - + http://microwindows.censoft.com/ diff --git a/package/module-init-tools/Config.in b/package/module-init-tools/Config.in index bf9902d10c..77e3bce519 100644 --- a/package/module-init-tools/Config.in +++ b/package/module-init-tools/Config.in @@ -1,9 +1,9 @@ config BR2_PACKAGE_MODULE_INIT_TOOLS bool "module-init-tools" help - The module-init-tools package contains a set of programs for - loading, inserting, and removing kernel modules for Linux - (versions 2.5.48 and above). It serves the same function that + The module-init-tools package contains a set of programs for + loading, inserting, and removing kernel modules for Linux + (versions 2.5.48 and above). It serves the same function that the "modutils" package serves for Linux 2.4. http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/ diff --git a/package/modutils/Config.in b/package/modutils/Config.in index b166ac19e0..2834e79cd7 100644 --- a/package/modutils/Config.in +++ b/package/modutils/Config.in @@ -2,9 +2,9 @@ config BR2_PACKAGE_MODUTILS bool "modutils" depends on !BR2_PACKAGE_MODULE_INIT_TOOLS help - The modutils packages includes the kerneld program for automatic - loading and unloading of modules, as well as other module - management programs. Examples of loaded and unloaded modules are + The modutils packages includes the kerneld program for automatic + loading and unloading of modules, as well as other module + management programs. Examples of loaded and unloaded modules are device drivers and filesystems, as well as some other things. linux v.<2.6 diff --git a/package/ncurses/Config.in b/package/ncurses/Config.in index dc8720f0b9..bfbd139734 100644 --- a/package/ncurses/Config.in +++ b/package/ncurses/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_NCURSES bool "ncurses" help - The Ncurses (new curses) library is a free software emulation of + The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. http://www.gnu.org/software/ncurses/ @@ -11,13 +11,13 @@ config BR2_PACKAGE_NCURSES_TARGET_PANEL depends on BR2_PACKAGE_NCURSES help Includes ncurses dynamic libpanel in target - + config BR2_PACKAGE_NCURSES_TARGET_FORM bool "ncurses libform in target" depends on BR2_PACKAGE_NCURSES help Includes ncurses dynamic libform in target - + config BR2_PACKAGE_NCURSES_TARGET_MENU bool "ncurses libmenu in target" depends on BR2_PACKAGE_NCURSES diff --git a/package/neon/Config.in b/package/neon/Config.in index 5dc5748d5c..c0b775b485 100644 --- a/package/neon/Config.in +++ b/package/neon/Config.in @@ -25,7 +25,7 @@ config BR2_PACKAGE_NEON_LIBXML2 bool "libxml2" depends on BR2_PACKAGE_LIBXML2 help - libxml2 use libxml2, a library to read, modify and + libxml2 use libxml2, a library to read, modify and write XML and HTML files. config BR2_PACKAGE_NEON_NOXML diff --git a/package/netcat/Config.in b/package/netcat/Config.in index 9616310dec..54aac767ca 100644 --- a/package/netcat/Config.in +++ b/package/netcat/Config.in @@ -4,9 +4,9 @@ config BR2_PACKAGE_NETCAT Netcat is a featured networking utility which reads and writes data across network connections, using the TCP/IP protocol. It is designed to be a reliable "back-end" tool that can be used - directly or easily driven by other programs and scripts. At the - same time, it is a feature-rich network debugging and exploration - tool, since it can create almost any kind of connection you would + directly or easily driven by other programs and scripts. At the + same time, it is a feature-rich network debugging and exploration + tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. http://netcat.sourceforge.net/download.php diff --git a/package/netsnmp/Config.in b/package/netsnmp/Config.in index cd68049be5..61b460ad61 100644 --- a/package/netsnmp/Config.in +++ b/package/netsnmp/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_NETSNMP bool "netsnmp" select BR2_PACKAGE_OPENSSL help - Suite of applications used to implement SNMP v1, SNMP v2c, and + Suite of applications used to implement SNMP v1, SNMP v2c, and SNMP v3 using both IPv4 and IPv6. http://net-snmp.sourceforge.net/ diff --git a/package/ng-spice-rework/ng-spice-rework.mk b/package/ng-spice-rework/ng-spice-rework.mk index 61b3b3bfc0..61b6940db2 100644 --- a/package/ng-spice-rework/ng-spice-rework.mk +++ b/package/ng-spice-rework/ng-spice-rework.mk @@ -13,7 +13,7 @@ NG_SPICE_REWORK_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install NG_SPICE_REWORK_CONF_OPT = CFLAGS="-I$(STAGING_DIR)/usr/include" -NG-SPICE-REWORK_DEPENDENCIES = uclibc +NG-SPICE-REWORK_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package,ng-spice-rework)) diff --git a/package/ntfs-3g/ntfs-3g.mk b/package/ntfs-3g/ntfs-3g.mk index f8f9a8d193..bd10b6249e 100644 --- a/package/ntfs-3g/ntfs-3g.mk +++ b/package/ntfs-3g/ntfs-3g.mk @@ -42,14 +42,14 @@ $(NTFS-3G_DIR)/.configured: $(NTFS-3G_DIR)/.source ac_cv_path_LDCONFIG=""\ ); touch $@ - + $(NTFS-3G_DIR)/.compiled: $(NTFS-3G_DIR)/.configured $(MAKE) prefix=$/usr CC=$(TARGET_CC)-C $(NTFS-3G_DIR) touch $@ # CROSS_COMPILE="$(TARGET_CROSS)" - + $(STAGING_DIR)/usr/bin/ntfs-3g: $(NTFS-3G_DIR)/.compiled $(MAKE) prefix=$/usr -C $(NTFS-3G_DIR) DESTDIR=$(STAGING_DIR)/ install touch -c $@ diff --git a/package/olsr/Config.in b/package/olsr/Config.in index 2acc368497..6910fd7cc2 100644 --- a/package/olsr/Config.in +++ b/package/olsr/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_OLSR bool "OLSR mesh networking Daemon" help olsr - + The Optimized Link State Routing protocol (OLSR) is a routing protocol that is optimised for mobile ad-hoc networks, sometimes called wireless mesh networks. It is a proactive link-state routing protocol that floods a full topology table to all nodes in the network diff --git a/package/openmotif/openmotif.mk b/package/openmotif/openmotif.mk index 5650a19b0f..1178d68a24 100644 --- a/package/openmotif/openmotif.mk +++ b/package/openmotif/openmotif.mk @@ -56,7 +56,7 @@ $(OPENMOTIF_DIR)/.configured: $(OPENMOTIF_HOST_DIR)/.configured touch $(OPENMOTIF_DIR)/.configured $(OPENMOTIF_HOST_DIR)/.done: $(OPENMOTIF_DIR)/.configured - $(MAKE) -C $(OPENMOTIF_HOST_DIR) + $(MAKE) -C $(OPENMOTIF_HOST_DIR) ln -s -f $(OPENMOTIF_HOST_DIR)/config/util/makestrs $(OPENMOTIF_DIR)/config/util/makestrs-host ln -s -f $(OPENMOTIF_HOST_DIR)/tools/wml/wmluiltok $(OPENMOTIF_DIR)/tools/wml/wmluiltok-host ln -s -f $(OPENMOTIF_HOST_DIR)/tools/wml/wml $(OPENMOTIF_DIR)/tools/wml/wml-host @@ -70,7 +70,7 @@ $(OPENMOTIF_HOST_DIR)/.done: $(OPENMOTIF_DIR)/.configured touch $(OPENMOTIF_HOST_DIR)/.done $(OPENMOTIF_DIR)/.done: $(OPENMOTIF_HOST_DIR)/.done - $(MAKE) -C $(OPENMOTIF_DIR) + $(MAKE) -C $(OPENMOTIF_DIR) $(MAKE) -C $(OPENMOTIF_DIR) install DESTDIR=$(STAGING_DIR) $(MAKE) -C $(OPENMOTIF_DIR) install DESTDIR=$(TARGET_DIR) touch $(OPENMOTIF_DIR)/.done diff --git a/package/openssh/Config.in b/package/openssh/Config.in index bb58de04fb..0c3d993a68 100644 --- a/package/openssh/Config.in +++ b/package/openssh/Config.in @@ -3,7 +3,7 @@ config BR2_PACKAGE_OPENSSH select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_ZLIB help - A free version of the SSH protocol suite of network connectivity + A free version of the SSH protocol suite of network connectivity tools. The standard 'ssh', 'sshd', 'scp', and friends. http://www.openssh.com/ diff --git a/package/openssl/Config.in b/package/openssl/Config.in index f5a82ad911..00dfb7550b 100644 --- a/package/openssl/Config.in +++ b/package/openssl/Config.in @@ -1,9 +1,9 @@ config BR2_PACKAGE_OPENSSL bool "openssl" help - A collaborative effort to develop a robust, commercial-grade, fully - featured, and Open Source toolkit implementing the Secure Sockets - Layer (SSL v2/v3) and Transport Security (TLS v1) as well as a + A collaborative effort to develop a robust, commercial-grade, fully + featured, and Open Source toolkit implementing the Secure Sockets + Layer (SSL v2/v3) and Transport Security (TLS v1) as well as a full-strength general-purpose cryptography library. http://www.openssl.org/ diff --git a/package/openvpn/Config.in b/package/openvpn/Config.in index aa8b9f1847..9069cacc5b 100644 --- a/package/openvpn/Config.in +++ b/package/openvpn/Config.in @@ -3,11 +3,11 @@ config BR2_PACKAGE_OPENVPN select BR2_PACKAGE_LZO select BR2_PACKAGE_OPENSSL help - OpenVPN is a full-featured SSL VPN solution which can - accomodate a wide range of configurations, including road - warrior access, home/office/campus telecommuting, WiFi - security, secure branch office linking, and enterprise-scale - remote access solutions with load balancing, failover, and + OpenVPN is a full-featured SSL VPN solution which can + accomodate a wide range of configurations, including road + warrior access, home/office/campus telecommuting, WiFi + security, secure branch office linking, and enterprise-scale + remote access solutions with load balancing, failover, and fine-grained access-controls. http://openvpn.sourceforge.net/ diff --git a/package/oprofile/Config.in b/package/oprofile/Config.in index 5f4cc37250..7cafe468ae 100644 --- a/package/oprofile/Config.in +++ b/package/oprofile/Config.in @@ -16,4 +16,4 @@ config BR2_PACKAGE_OPROFILE statistics, which can also be used for basic time-spent profiling. All code is profiled: hardware and software interrupt handlers, kernel modules, the kernel, shared - libraries, and applications. + libraries, and applications. diff --git a/package/pango/pango.mk b/package/pango/pango.mk index d84bbeda3a..89f0e63371 100644 --- a/package/pango/pango.mk +++ b/package/pango/pango.mk @@ -9,7 +9,7 @@ PANGO_SITE = http://ftp.gnome.org/pub/GNOME/sources/pango/1.19 PANGO_AUTORECONF = YES PANGO_INSTALL_STAGING = YES PANGO_INSTALL_TARGET = YES -PANGO_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install +PANGO_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install PANGO_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install PANGO_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \ @@ -40,14 +40,14 @@ PANGO_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \ gl_cv_func_mkdir_trailing_slash_bug=no gl_cv_func_mkstemp_limitations=no \ ac_cv_func_working_mktime=yes jm_cv_func_working_re_compile_pattern=yes \ ac_use_included_regex=no gl_cv_c_restrict=no PKG_CONFIG_SYSROOT="$(STAGING_DIR)" \ - ac_cv_path_GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal ac_cv_path_FREETYPE_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config + ac_cv_path_GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal ac_cv_path_FREETYPE_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config ifneq ($(BR2_PACKAGE_XSERVER_none),y) PANGO_CONF_OPT_X = --with-x \ --x-includes=$(STAGING_DIR)/usr/include/X11 \ --x-libraries=$(STAGING_DIR)/usr/lib --disable-glibtest else - PANGO_CONF_OPT_X = --without-x + PANGO_CONF_OPT_X = --without-x endif PANGO_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ @@ -62,7 +62,7 @@ PANGO_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ --enable-explicit-deps=no --disable-debug PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" -PANGO_DEPENDENCIES = uclibc gettext libintl pkgconfig libglib2 $(XSERVER) cairo +PANGO_DEPENDENCIES = uclibc gettext libintl pkgconfig libglib2 $(XSERVER) cairo $(eval $(call AUTOTARGETS,package,pango)) diff --git a/package/patch/Config.in b/package/patch/Config.in index aca0165889..5a80ea561f 100644 --- a/package/patch/Config.in +++ b/package/patch/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_PATCH bool "patch" help - Take patch files (containing difference listings) and apply them + Take patch files (containing difference listings) and apply them to original files, producing patched versions. http://www.gnu.org/software/patch/ diff --git a/package/php/Config.in b/package/php/Config.in index a43b09e9f7..aef6e58c64 100644 --- a/package/php/Config.in +++ b/package/php/Config.in @@ -12,7 +12,7 @@ config BR2_PACKAGE_PHP_CLI depends on BR2_PACKAGE_PHP default y help - command line interface for php. + command line interface for php. you must have at least cli or cgi selected. config BR2_PACKAGE_PHP_CGI diff --git a/package/php/php.mk b/package/php/php.mk index c6b0bbbc75..74f89b400b 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -33,7 +33,7 @@ ifneq ($(BR2_INET_IPV6),y) PHP_CONFIGURE+=--disable-ipv6 endif -### Extensions +### Extensions ifeq ($(BR2_PACKAGE_PHP_EXT_SOCKETS),y) PHP_CONFIGURE+=--enable-sockets endif diff --git a/package/popt/popt.mk b/package/popt/popt.mk index 31399e4343..a78cfb440d 100644 --- a/package/popt/popt.mk +++ b/package/popt/popt.mk @@ -8,7 +8,7 @@ POPT_SITE = http://rpm5.org/files/popt POPT_INSTALL_STAGING = YES -POPT_CONF_ENV = ac_cv_va_copy=yes +POPT_CONF_ENV = ac_cv_va_copy=yes POPT_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(REAL_GNU_TARGET_NAME) \ diff --git a/package/python/Config.in b/package/python/Config.in index 6e15d70f24..63aeb31561 100644 --- a/package/python/Config.in +++ b/package/python/Config.in @@ -74,7 +74,7 @@ config BR2_PACKAGE_PYTHON_READLINE depends on BR2_PACKAGE_PYTHON bool "readline" help - readline module for Python (required for command-line + readline module for Python (required for command-line editing in the Python shell). config BR2_PACKAGE_PYTHON_SSL diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in index d1f415e30c..7f6b5d6966 100644 --- a/package/qtopia4/Config.in +++ b/package/qtopia4/Config.in @@ -83,7 +83,7 @@ config BR2_PACKAGE_QTOPIA4_QT3SUPPORT bool "Compatibility with Qt3" depends on BR2_PACKAGE_QTOPIA4 help - Turns on support for older Qt3. This will create an additional + Turns on support for older Qt3. This will create an additional library with proxy code and increase the space required on target. If unsure say n. @@ -185,7 +185,7 @@ config BR2_PACKAGE_QTOPIA4_SYSTEMZLIB help Use the shared zlib from the system. endchoice - + choice prompt "freetype2 support" depends on BR2_PACKAGE_QTOPIA4 diff --git a/package/rubix/rubix.mk b/package/rubix/rubix.mk index 8971dff14e..e9c1e063d7 100644 --- a/package/rubix/rubix.mk +++ b/package/rubix/rubix.mk @@ -11,9 +11,9 @@ RUBIX_INSTALL_STAGING = NO RUBIX_INSTALL_TARGET = YES RUBIX_INSTALL_TARGET_OPT = GAMESDIR=$(TARGET_DIR)/usr/games install -RUBIX_MAKE_OPT = CC=$(TARGET_CC) XINC="-I$(STAGING_DIR)/usr/include/X11" XLIB="-L$(STAGING_DIR)/usr/lib -lX11" +RUBIX_MAKE_OPT = CC=$(TARGET_CC) XINC="-I$(STAGING_DIR)/usr/include/X11" XLIB="-L$(STAGING_DIR)/usr/lib -lX11" -RUBIX_DEPENDENCIES = uclibc +RUBIX_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package,rubix)) diff --git a/package/screen/Config.in b/package/screen/Config.in index af6173f2ac..c23239235a 100644 --- a/package/screen/Config.in +++ b/package/screen/Config.in @@ -2,11 +2,11 @@ config BR2_PACKAGE_SCREEN bool "screen" select BR2_PACKAGE_NCURSES help - Screen is a full-screen window manager that multiplexes a physical - terminal between several processes, typically interactive shells. - Each virtual terminal provides the functions of the DEC VT100 - terminal and, in addition, several control functions from the ANSI - X3.64 (ISO 6429) and ISO 2022 standards (e.g., insert/delete line + Screen is a full-screen window manager that multiplexes a physical + terminal between several processes, typically interactive shells. + Each virtual terminal provides the functions of the DEC VT100 + terminal and, in addition, several control functions from the ANSI + X3.64 (ISO 6429) and ISO 2022 standards (e.g., insert/delete line and support for multiple character sets). http://www.gnu.org/software/screen/ diff --git a/package/speex/Config.in b/package/speex/Config.in index 9537afdb05..95fd31dae9 100644 --- a/package/speex/Config.in +++ b/package/speex/Config.in @@ -12,5 +12,5 @@ config BR2_PACKAGE_SPEEX_ARM5E default y depends on BR2_PACKAGE_SPEEX && BR2_arm help - Use the additional instructions available in the ARM5E + Use the additional instructions available in the ARM5E or later cores. diff --git a/package/startup-notification/startup-notification.mk b/package/startup-notification/startup-notification.mk index cc2b8d2a76..6526f21f5b 100644 --- a/package/startup-notification/startup-notification.mk +++ b/package/startup-notification/startup-notification.mk @@ -12,7 +12,7 @@ STARTUP_NOTIFICATION_INSTALL_TARGET = YES STARTUP_NOTIFICATION_CONF_ENV = lf_cv_sane_realloc=yes -STARTUP_NOTIFICATION_DEPENDENCIES = uclibc +STARTUP_NOTIFICATION_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package,startup-notification)) diff --git a/package/strace/Config.in b/package/strace/Config.in index 5af6c6b064..bbb582ad53 100644 --- a/package/strace/Config.in +++ b/package/strace/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_STRACE bool "strace" help A useful diagnostic, instructional, and debugging tool. - Allows you to track what system calls a program makes + Allows you to track what system calls a program makes while it is running. http://sourceforge.net/projects/strace/ diff --git a/package/synergy/Config.in b/package/synergy/Config.in index fc0384ea38..fe6a634de1 100644 --- a/package/synergy/Config.in +++ b/package/synergy/Config.in @@ -2,9 +2,9 @@ config BR2_PACKAGE_SYNERGY bool "synergy" depends on BR2_PACKAGE_XORG7 help - Synergy lets you easily share a single mouse and - keyboard between multiple computers with different - operating systems, each with its own display, + Synergy lets you easily share a single mouse and + keyboard between multiple computers with different + operating systems, each with its own display, without special hardware. http://synergy2.sourceforge.net/ diff --git a/package/synergy/synergy.mk b/package/synergy/synergy.mk index 8846c2bb3e..b89f3cd40e 100644 --- a/package/synergy/synergy.mk +++ b/package/synergy/synergy.mk @@ -12,7 +12,7 @@ SYNERGY_INSTALL_STAGING = NO SYNERGY_INSTALL_TARGET = YES SYNERGY_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ - --build=$(GNU_HOST_NAME) --prefix=/usr --sysconfdir=/etc + --build=$(GNU_HOST_NAME) --prefix=/usr --sysconfdir=/etc SYNERGY_DEPENDENCIES = uclibc $(XSERVER) diff --git a/package/tar/Config.in b/package/tar/Config.in index 534583d3ec..e614b92115 100644 --- a/package/tar/Config.in +++ b/package/tar/Config.in @@ -3,7 +3,7 @@ config BR2_PACKAGE_TAR depends on BR2_USE_WCHAR select BR2_UCLIBC_PROGRAM_INVOCATION help - A program that saves many files together into a single tape or disk + A program that saves many files together into a single tape or disk archive, and can restore individual files from the archive. http://www.gnu.org/software/tar/ diff --git a/package/tinyhttpd/Config.in b/package/tinyhttpd/Config.in index e1cbbf4eb3..eb601637ee 100644 --- a/package/tinyhttpd/Config.in +++ b/package/tinyhttpd/Config.in @@ -3,5 +3,5 @@ config BR2_PACKAGE_TINYHTTPD help A relatively simple webserver written as a school project. It is exceedingly simple, threaded and handles basic CGI scripts. - + http://sourceforge.net/projects/tinyhttpd/ diff --git a/package/tinyhttpd/tinyhttpd.mk b/package/tinyhttpd/tinyhttpd.mk index 30e1ca4a09..d1b04a5391 100644 --- a/package/tinyhttpd/tinyhttpd.mk +++ b/package/tinyhttpd/tinyhttpd.mk @@ -28,7 +28,7 @@ $(TINYHTTPD_DIR)/.unpacked: $(DL_DIR)/$(TINYHTTPD_SOURCE) $(TINYHTTPD_DIR)/$(TINYHTTPD_BINARY): $(TINYHTTPD_DIR)/.unpacked $(TARGET_CONFIGURE_OPTS) CFLAGS="$(TARGET_CFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)" $(MAKE) -C $(TINYHTTPD_DIR) - + $(TARGET_DIR)/$(TINYHTTPD_TARGET_BINARY): $(TINYHTTPD_DIR)/$(TINYHTTPD_BINARY) $(INSTALL) -m 0755 $(TINYHTTPD_DIR)/$(TINYHTTPD_BINARY) $(TARGET_DIR)/$(TINYHTTPD_TARGET_BINARY) $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/$(TINYHTTPD_TARGET_BINARY) diff --git a/package/tinylogin/Config.in b/package/tinylogin/Config.in index f5544bb7e1..ee2c375bba 100644 --- a/package/tinylogin/Config.in +++ b/package/tinylogin/Config.in @@ -1,8 +1,8 @@ config BR2_PACKAGE_TINYLOGIN bool "tinylogin" help - Suite of tiny Unix utilities for handling logging into, - being authenticated by, changing one's password for, and + Suite of tiny Unix utilities for handling logging into, + being authenticated by, changing one's password for, and otherwise maintaining users and groups on an embedded system. http://tinylogin.busybox.net/ diff --git a/package/torsmo/torsmo.mk b/package/torsmo/torsmo.mk index af8f1836ad..93a3dc145e 100644 --- a/package/torsmo/torsmo.mk +++ b/package/torsmo/torsmo.mk @@ -12,7 +12,7 @@ TORSMO_INSTALL_TARGET = YES TORSMO_CONF_OPT = --x-includes="-I$(STAGING_DIR)/usr/include/X11" --x-libraries="-I$(STAGING_DIR)/usr/lib" --with-x -TORSMO_DEPENDENCIES = uclibc +TORSMO_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package,torsmo)) diff --git a/package/udhcp/Config.in b/package/udhcp/Config.in index 8dc6cf79ad..b16a644f93 100644 --- a/package/udhcp/Config.in +++ b/package/udhcp/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_UDHCP bool "udhcp" help - An embedded dhcp server/client package that strives to be + An embedded dhcp server/client package that strives to be fully functional, RFC compliant, and really tiny. http://udhcp.busybox.net/ diff --git a/package/vice/vice.mk b/package/vice/vice.mk index a45910e484..b595dd336f 100644 --- a/package/vice/vice.mk +++ b/package/vice/vice.mk @@ -12,7 +12,7 @@ VICE_INSTALL_TARGET = YES VICE_CONF_OPT = --without-resid --with-alsa CFLAGS="-O0" -VICE_DEPENDENCIES = uclibc +VICE_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package,vice)) diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk index 4db999bb5c..e285fdaec9 100644 --- a/package/vlc/vlc.mk +++ b/package/vlc/vlc.mk @@ -10,9 +10,9 @@ VLC_AUTORECONF = NO VLC_INSTALL_STAGING = NO VLC_INSTALL_TARGET = YES -VLC_CONF_OPT = +VLC_CONF_OPT = -VLC_DEPENDENCIES = uclibc +VLC_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package,vlc)) diff --git a/package/vtun/Config.in b/package/vtun/Config.in index f1e5421fc2..a1d2856050 100644 --- a/package/vtun/Config.in +++ b/package/vtun/Config.in @@ -3,7 +3,7 @@ config BR2_PACKAGE_VTUN select BR2_PACKAGE_LZO select BR2_PACKAGE_OPENSSL help - Tool for easily creating Virtual Tunnels over TCP/IP networks + Tool for easily creating Virtual Tunnels over TCP/IP networks with traffic shaping, compression, and encryption. It supports IP, PPP, SLIP, Ethernet and other tunnel types. diff --git a/package/webkit/Config.in b/package/webkit/Config.in index 4d06c6513a..dbb10b2bd7 100644 --- a/package/webkit/Config.in +++ b/package/webkit/Config.in @@ -2,12 +2,12 @@ config BR2_PACKAGE_WEBKIT bool "webkit" select BR2_PACKAGE_LIBGTK2 select BR2_PACKAGE_ICU - select BR2_PACKAGE_CURL - select BR2_PACKAGE_LIBXML2 - select BR2_PACKAGE_LIBXSLT + select BR2_PACKAGE_CURL + select BR2_PACKAGE_LIBXML2 + select BR2_PACKAGE_LIBXSLT select BR2_PACKAGE_SQLITE help - WebKit is an open source, standards compliant web browser engine. + WebKit is an open source, standards compliant web browser engine. http://webkit.org/ diff --git a/package/webkit/webkit.mk b/package/webkit/webkit.mk index c297e87bff..6bf7912444 100644 --- a/package/webkit/webkit.mk +++ b/package/webkit/webkit.mk @@ -9,7 +9,7 @@ WEBKIT_SITE = http://nightly.webkit.org/files/trunk/src/ WEBKIT_INSTALL_STAGING = YES WEBKIT_INSTALL_TARGET = YES -WEBKIT_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install +WEBKIT_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install WEBKIT_AUTORECONF = YES WEBKIT_DEPENDENCIES = icu curl libxml2 libxslt xserver_xorg-server libgtk2 sqlite diff --git a/package/x11r7/pthread-stubs/Config.in b/package/x11r7/pthread-stubs/Config.in index 6b1ddd0dae..de13e87b90 100644 --- a/package/x11r7/pthread-stubs/Config.in +++ b/package/x11r7/pthread-stubs/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_PTHREAD_STUBS bool "pthread-stubs" help - This library provides weak aliases for pthread functions not + This library provides weak aliases for pthread functions not provided in libc or otherwise available by default. http://xcb.freedesktop.org/ diff --git a/package/x11r7/xkeyboard-config/xkeyboard-config.mk b/package/x11r7/xkeyboard-config/xkeyboard-config.mk index 209b6c543e..d6e296f0e7 100644 --- a/package/x11r7/xkeyboard-config/xkeyboard-config.mk +++ b/package/x11r7/xkeyboard-config/xkeyboard-config.mk @@ -13,7 +13,7 @@ XKEYBOARD_CONFIG_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install XKEYBOARD_CONFIG_CONF_OPT = GMSGFMT=/usr/bin/msgfmt -XKEYBOARD_CONFIG_DEPENDENCIES = uclibc +XKEYBOARD_CONFIG_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package/x11r7,xkeyboard-config)) diff --git a/package/xpdf/xpdf.mk b/package/xpdf/xpdf.mk index a33cb957c4..1fbe7110e5 100644 --- a/package/xpdf/xpdf.mk +++ b/package/xpdf/xpdf.mk @@ -11,7 +11,7 @@ XPDF_INSTALL_STAGING = NO XPDF_INSTALL_TARGET = YES XPDF_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install -XPDF_CONF_OPT = --enable-multithreaded +XPDF_CONF_OPT = --enable-multithreaded ifeq ($(BR2_SOFT_FLOAT),y) XPDF_CONF_OPT += --enable-fixedpoint @@ -22,7 +22,7 @@ ifneq ($(BR2_PACKAGE_XSERVER_none),y) XPDF_CONF_OPT += --with-Xm-library=$(STAGING_DIR)/usr/lib --with-Xm-includes=$(STAGING_DIR)/usr/include/Xm \ --with-x --with-freetype2-includes=$(STAGING_DIR)/usr/include \ --with-freetype2-library=$(STAGING_DIR)/usr/lib CFLAGS="-I$(STAGING_DIR)/usr/include/freetype2" \ - CXXFLAGS="-I$(STAGING_DIR)/usr/include/freetype2" + CXXFLAGS="-I$(STAGING_DIR)/usr/include/freetype2" endif XPDF_DEPENDENCIES = uclibc freetype diff --git a/package/zlib/Config.in b/package/zlib/Config.in index 30707347b2..eeda15e164 100644 --- a/package/zlib/Config.in +++ b/package/zlib/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_ZLIB bool "zlib" help - Standard (de)compression library. Used by things like + Standard (de)compression library. Used by things like gzip and libpng. http://www.gzip.org/zlib/ diff --git a/target/Config.in.arch b/target/Config.in.arch index c9b0e469b0..017dd87fa7 100644 --- a/target/Config.in.arch +++ b/target/Config.in.arch @@ -130,7 +130,7 @@ choice default BR2_mips_1 if BR2_mipsel help Specific CPU variant to use - + 64bit cabable: 3, 4, 64, 64r2 non-64bit capable: 1, 2, 32, 32r2 diff --git a/target/cpio/Config.in b/target/cpio/Config.in index d1eca2a745..83bdd21e04 100644 --- a/target/cpio/Config.in +++ b/target/cpio/Config.in @@ -46,5 +46,5 @@ config BR2_TARGET_ROOTFS_CPIO_COPYTO help Copies the resulting image to a secondary location like a tftp server's root directory. - + Example: $(IMAGE)-$(DATE).cpio$(CPIO_ROOTFS_COMPRESSOR_EXT) diff --git a/target/device/Atmel/Config.in.mirrors b/target/device/Atmel/Config.in.mirrors index e2dc3835e6..b5c4a9a872 100644 --- a/target/device/Atmel/Config.in.mirrors +++ b/target/device/Atmel/Config.in.mirrors @@ -11,7 +11,7 @@ config BR2_ATMEL_MIRROR Issues with contents of this server needs to be highlighted on the buildroot mailing list and should not be addressed directly to Atmel - Atmel provides support for their AVR32 chips on + Atmel provides support for their AVR32 chips on http://avr32linux.org/ or http://www.avrfreaks.net/ Atmel provides support for AT91 chips on www.at91.com. Commercial AT91 Linux support is through www.timesys.com diff --git a/target/device/Atmel/arch-avr32/Config.in.linux.patches b/target/device/Atmel/arch-avr32/Config.in.linux.patches index f15596abba..5e5a39ec3f 100644 --- a/target/device/Atmel/arch-avr32/Config.in.linux.patches +++ b/target/device/Atmel/arch-avr32/Config.in.linux.patches @@ -73,7 +73,7 @@ config BR2_LINUX_AVR32_ISI_PATCH config BR2_LINUX_AVR32_AC97_PATCH bool "Add AC97 patch" help - Add support for AC97. + Add support for AC97. Will need to be patched further to change GPIO_PIN_NONE to the real pin used as AC-97 reset pin. diff --git a/target/device/Sharp/Config.in b/target/device/Sharp/Config.in index 41286027d3..b54a4a13fb 100644 --- a/target/device/Sharp/Config.in +++ b/target/device/Sharp/Config.in @@ -5,7 +5,7 @@ menuconfig BR2_TARGET_SHARP if BR2_TARGET_SHARP comment "Sharp Specific Device Support" depends on BR2_arm - + config BR2_TARGET_SHARP_LNODE80 bool "Board support for the LNode80 development board" depends on BR2_arm diff --git a/target/initramfs/Config.in b/target/initramfs/Config.in index 8945057a0c..d53982cb9a 100644 --- a/target/initramfs/Config.in +++ b/target/initramfs/Config.in @@ -2,10 +2,10 @@ config BR2_TARGET_ROOTFS_INITRAMFS bool "initramfs for initial ramdisk of linux kernel" help Build a file which is usable for the gen_init_cpio tool - at linux kernel build. + at linux kernel build. This file is normally called initramfs_list and can be generated with gen_initramfs_list.sh script from the root - directory structure. + directory structure. The file is then used in the kernel build process to generate the cpio filesystem for the initial ramdisk. Make sure that you configure this file in kernel build configuration. diff --git a/target/linux/Config.in.advanced b/target/linux/Config.in.advanced index 3e68145db9..a5f9418b8e 100644 --- a/target/linux/Config.in.advanced +++ b/target/linux/Config.in.advanced @@ -1,33 +1,33 @@ if BR2_KERNEL_LINUX_ADVANCED # --- "Linux kernel options" # This file exports the following symbols for use by Makefile's -# +# # BR2_PACKAGE_LINUX -# +# # BR2_KERNEL_SITE # BR2_DOWNLOAD_LINUX26_VERSION # BR2_LINUX26_VERSION -# +# # BR2_KERNEL_PATCH_SITE # BR2_KERNEL_PATCH -# +# # BR2_LINUX26_CUSTOM # BR2_CUSTOM_LINUX26_PATCH_SITE # BR2_CUSTOM_LINUX26_PATCH -# +# # BR2_LINUX_BSP_PATCH -# +# # BR2_PACKAGE_LINUX_USE_KCONFIG # BR2_PACKAGE_LINUX_USE_DEFCONFIG # BR2_PACKAGE_LINUX_USE_XCONFIG # BR2_PACKAGE_LINUX_KCONFIG -# +# # BR2_PACKAGE_LINUX_FORMAT -# +# # BR2_LINUX_COPYTO_ROOTFS # BR2_LINUX_COPYTO_TFTPBOOT # BR2_LINUX_COPYTO -# +# # --------------------------------------------------------------------------- # --- These 'constants' requires regular maintenance, so put them first config BR2_KERNEL_PATCH_LEVEL @@ -340,7 +340,7 @@ source "target/device/Config.in.linux.patches" config BR2_LINUX_BOARD_PATCH bool "Add board specific patch" - default y + default y config BR2_LINUX_BSP_PATCH string "Additional patch to apply (from \$(DL_DIR))" diff --git a/target/linux/Makefile.in b/target/linux/Makefile.in index eb2b36ee11..ca6b352cf4 100644 --- a/target/linux/Makefile.in +++ b/target/linux/Makefile.in @@ -91,7 +91,7 @@ LINUX26_MAKE_FLAGS = HOSTCC="$(HOSTCC)" HOSTCFLAGS="$(HOSTCFLAGS)" \ INSTALL_MOD_PATH=$(TARGET_DIR) \ CROSS_COMPILE=$(KERNEL_CROSS) \ LDFLAGS="$(TARGET_LDFLAGS)" \ - LZMA="$(LZMA)" + LZMA="$(LZMA)" $(LINUX26_KCONFIG): @if [ ! -f "$(LINUX26_KCONFIG)" ] ; then \ diff --git a/target/linux/Makefile.in.advanced b/target/linux/Makefile.in.advanced index 9a3a69a500..c3d713a3d9 100644 --- a/target/linux/Makefile.in.advanced +++ b/target/linux/Makefile.in.advanced @@ -187,7 +187,7 @@ LINUX26_MAKE_FLAGS = HOSTCC="$(HOSTCC)" HOSTCFLAGS="$(HOSTCFLAGS)" \ INSTALL_MOD_PATH=$(TARGET_DIR) \ CROSS_COMPILE=$(KERNEL_CROSS) \ LDFLAGS="$(TARGET_LDFLAGS)" \ - LZMA="$(LZMA)" + LZMA="$(LZMA)" # ============================================================================= # ifneq ($(strip $(LINUX26_VERSION)),$(strip $(LINUX_HEADERS_VERSION))) @@ -300,7 +300,7 @@ KERNEL_EXTRA_VERSION:=$(strip $(subst ",,$(BR2_EXTRA_VERSION))) $(LINUX26_DIR)/.config: $(LINUX26_DIR)/.patched.board ifeq ($(BR2_PACKAGE_LINUX_USE_DEFCONFIG),y) - $(MAKE) $(LINUX26_MAKE_FLAGS) -C $(LINUX26_DIR) $(BOARD_NAME)_defconfig + $(MAKE) $(LINUX26_MAKE_FLAGS) -C $(LINUX26_DIR) $(BOARD_NAME)_defconfig endif ifeq ($(BR2_PACKAGE_LINUX_USE_XCONFIG),y) $(MAKE) $(LINUX26_MAKE_FLAGS) -C $(LINUX26_DIR) $(KERNEL_CONFIG_METHOD) diff --git a/target/x86/grub/Config.in b/target/x86/grub/Config.in index b46af1517b..bc7a73e73d 100644 --- a/target/x86/grub/Config.in +++ b/target/x86/grub/Config.in @@ -9,7 +9,7 @@ config BR2_TARGET_GRUB_SPLASH depends on BR2_TARGET_GRUB help Add support for splashimage. - + A splashimage is a 14-color indexed .xpm picture which is displayed as background for the grub menu. diff --git a/target/x86/grub2/Config.in b/target/x86/grub2/Config.in index f9458b1853..752639993a 100644 --- a/target/x86/grub2/Config.in +++ b/target/x86/grub2/Config.in @@ -8,6 +8,6 @@ config BR2_TARGET_GRUB2_SPLASH depends on BR2_TARGET_GRUB2 help Add support for splashimage. - + A splashimage is a 14-color indexed .xpm picture which is displayed as background for the grub menu. diff --git a/toolchain/Config.in b/toolchain/Config.in index 7401578709..ccea8c5e71 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -13,7 +13,7 @@ choice config BR2_TOOLCHAIN_BUILDROOT bool "Buildroot toolchain" depends on !BR2_avr32 - + config BR2_TOOLCHAIN_EXTERNAL bool "External binary toolchain" diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index 11790363eb..a3d48e8c04 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -80,6 +80,6 @@ config BR2_UCLIBC_PROGRAM_INVOCATION bool "Enable 'program invocation name'" help Support for the GNU-specific program_invocation_name and - program_invocation_short_name strings. Some GNU packages + program_invocation_short_name strings. Some GNU packages (like tar and coreutils) utilize these for extra useful output, but in general are not required. diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk index 4e8a7e3e60..dba5a96d90 100644 --- a/toolchain/uClibc/uclibc.mk +++ b/toolchain/uClibc/uclibc.mk @@ -385,34 +385,34 @@ ifeq ($(BR2_x86_i486),y) endif ifeq ($(BR2_x86_i586),y) $(SED) 's,# CONFIG_586 is not set,CONFIG_586=y,g' $(UCLIBC_DIR)/.oldconfig -endif +endif ifeq ($(BR2_x86_pentium_mmx),y) $(SED) 's,# CONFIG_586MMX is not set,CONFIG_586MMX=y,g' $(UCLIBC_DIR)/.oldconfig -endif +endif ifeq ($(BR2_x86_i686),y) $(SED) 's,# CONFIG_686 is not set,CONFIG_686=y,g' $(UCLIBC_DIR)/.oldconfig endif ifeq ($(BR2_x86_pentiumpro),y) $(SED) 's,# CONFIG_686 is not set,CONFIG_686=y,g' $(UCLIBC_DIR)/.oldconfig -endif +endif ifeq ($(BR2_x86_pentium2),y) $(SED) 's,# CONFIG_PENTIUMII is not set,CONFIG_PENTIUMII=y,g' $(UCLIBC_DIR)/.oldconfig -endif +endif ifeq ($(BR2_x86_pentium3),y) $(SED) 's,# CONFIG_PENTIUMIII is not set,CONFIG_PENTIUMIII=y,g' $(UCLIBC_DIR)/.oldconfig -endif +endif ifeq ($(BR2_x86_pentium4),y) $(SED) 's,# CONFIG_PENTIUM4 is not set,CONFIG_PENTIUM4=y,g' $(UCLIBC_DIR)/.oldconfig -endif +endif ifeq ($(BR2_x86_pentium_m),y) $(SED) 's,# CONFIG_PENTIUM4 is not set,CONFIG_PENTIUM4=y,g' $(UCLIBC_DIR)/.oldconfig -endif +endif ifeq ($(BR2_x86_nocona),y) $(SED) 's,# CONFIG_PENTIUM4 is not set,CONFIG_PENTIUM4=y,g' $(UCLIBC_DIR)/.oldconfig -endif +endif ifeq ($(BR2_x86_core2),y) $(SED) 's,# CONFIG_PENTIUM4 is not set,CONFIG_PENTIUM4=y,g' $(UCLIBC_DIR)/.oldconfig -endif +endif endif $(UCLIBC_DIR)/.config: $(UCLIBC_DIR)/.oldconfig @@ -575,7 +575,7 @@ uclibc-clean: uclibc-dirclean: rm -rf $(UCLIBC_DIR) -uclibc-target-utils: +uclibc-target-utils: #$(TARGET_DIR)/usr/bin/ldd uclibc-target-utils-source: $(DL_DIR)/$(UCLIBC_SOURCE) -- 2.30.2