Re: Linux v2.5.45

From: Jan Harkes (jaharkes@cs.cmu.edu)
Date: Wed Oct 30 2002 - 20:56:57 EST


On Wed, Oct 30, 2002 at 08:44:22PM -0500, Alexander Viro wrote:
> > Now running 'make oldconfig' or 'make menuconfig' requires a Qt
> > installation. I believe that this is a bug because these still work
> > fine without Qt when the -k flag is passed to make.
>
> Remove "false" from the rule that spits out annoying shit about absence
> of QT (_yes_, I _know_ that I don't have that shite installed, thank
> you very much for reminder).
>
> Doesn't solve the annoyance problem, though.

This patch got rid if the annoying warning for me. It might have broken
the xconfig stuff, but at least oldconfig/config/menuconfig don't depend
on having QT installed anymore.

Jan

--- linux-2.5.45/Makefile 2002-10-30 20:53:08.000000000 -0500
+++ linux/Makefile 2002-10-30 20:54:12.000000000 -0500
@@ -635,7 +635,7 @@
 .PHONY: oldconfig xconfig menuconfig config \
         make_with_config
 
-scripts/kconfig/conf scripts/kconfig/mconf scripts/kconfig/qconf: scripts/fixdep FORCE
+scripts/kconfig/conf scripts/kconfig/mconf: scripts/fixdep FORCE
         +@$(call descend,scripts/kconfig,$@)
 
 xconfig: scripts/kconfig/qconf
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Oct 31 2002 - 22:00:50 EST