From 0c54ef9c9af9b46c33f01b464b897a0b0e237dfc Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 30 Jan 2009 14:41:04 +0000 Subject: target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWS As discussed on the list. --- docs/buildroot.html | 11 +---------- target/linux/Makefile.in.advanced | 7 +------ 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/docs/buildroot.html b/docs/buildroot.html index b02ee3d6c..2d5531f69 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -685,21 +685,12 @@ $ make me<TAB>

Maybe, there will also be a possibility to supply an "URL" to a patch available on Internet.

-
-export BUILDROOT_USE_XWINDOWS <>
-

If there is no linux config file available, buildroot starts the linux configuration system, which - defaults to "make menuconfig". There is a menuoption - allowing you to use the less archaic "make xconfig" - You can override any .config setting by defining - the BUILDROOT_USE_XWINDOWS environment variable. + defaults to "make menuconfig".

- - -

Todo

diff --git a/target/linux/Makefile.in.advanced b/target/linux/Makefile.in.advanced index 93cd0c8af..aa90e4a61 100644 --- a/target/linux/Makefile.in.advanced +++ b/target/linux/Makefile.in.advanced @@ -109,17 +109,12 @@ endif endif endif -# Override config method with shell variable -ifneq ($(BUILDROOT_USE_XWINDOWS),) -KERNEL_CONFIG_METHOD:=xconfig -#")) -else KERNEL_CONFIG_METHOD:=$(strip $(subst ",,$(BR2_KERNEL_CONFIG_METHOD))) #")) ifeq ($(KERNEL_CONFIG_METHOD),) KERNEL_CONFIG_METHOD:=menuconfig endif -endif + # ----------------------------------------------------------------------------- ifndef LINUX26_FORMAT ifneq ($(strip $(subst ",,$(BR2_PACKAGE_LINUX_FORMAT))),) -- cgit v1.2.3