lkml.org 
[lkml]   [2002]   [Oct]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
SubjectRe: Linux v2.5.45
From
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/
\
 
 \ /
  Last update: 2005-03-22 13:30    [W:0.048 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site