target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWS
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 30 Jan 2009 14:41:04 +0000 (14:41 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 30 Jan 2009 14:41:04 +0000 (14:41 -0000)
As discussed on the list.

docs/buildroot.html
target/linux/Makefile.in.advanced

index b02ee3d6cf9bdc9204810f0fd037c31c0b37ea44..2d5531f693ddfce04c67126161afb2f34f65660a 100644 (file)
@@ -685,21 +685,12 @@ $ make me&lt;TAB&gt;
 
      <p>Maybe, there will also be a possibility to supply an
      <code>&quot;URL&quot;</code> to a patch available on Internet. </p>
-<pre>
-export BUILDROOT_USE_XWINDOWS &lt;&gt;
-</pre>
 
      <p>
        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".
      </p>
-
-
-
     </ol>
 
     <h2><a name="Todo" id="Todo"></a>Todo</h2>
index 93cd0c8afb3556a00067f92fe6bdbd8078e16e89..aa90e4a61e27e163913a6d8dcb86bcb8c8fcc99b 100644 (file)
@@ -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))),)