[PATCH 2/9] mark Linux-specific configuration options

Dan Fandrich dan at coneharvesters.com
Wed Jul 28 23:16:18 UTC 2010


On Wed, Jul 28, 2010 at 11:03:11PM +0200, Jeremie Koenig wrote:
> @@ -344,6 +351,11 @@ endchoice
>  config LESS
>  	bool "less"
>  	default y
> +	depends on PLATFORM_LINUX
> +	depends on PLATFORM_LINUX
> +	depends on PLATFORM_LINUX
> +	depends on PLATFORM_LINUX
> +	depends on PLATFORM_LINUX
>  	help
>  	  'less' is a pager, meaning that it displays text files. It possesses
>  	  a wide array of features, and is an improvement over 'more'.

This one must really, really, really depend on Linux! :-)  Actually, I'm
a bit surprised "less" uses any Linux-specific features at all.

>>> Dan


More information about the busybox mailing list