* [PATCH 2.5] Linux v2.5.45 fix QT problems !
@ 2002-10-31 1:46 Fernando Alencar Maróstica
0 siblings, 0 replies; only message in thread
From: Fernando Alencar Maróstica @ 2002-10-31 1:46 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1337 bytes --]
Hi
This patch fixed small problems with QT requires.
diff -urN linux-2.5.45-vanilla/Makefile linux-2.5.45/Makefile
--- linux-2.5.45-vanilla/Makefile Wed Oct 30 23:36:53 2002
+++ linux-2.5.45/Makefile Wed Oct 30 23:13:02 2002
@@ -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
diff -urN linux-2.5.45-vanilla/scripts/kconfig/Makefile
linux-2.5.45/scripts/kconfig/Makefile
--- linux-2.5.45-vanilla/scripts/kconfig/Makefile Wed Oct 30
23:37:02 2002
+++ linux-2.5.45/scripts/kconfig/Makefile Wed Oct 30 23:27:04 2002
@@ -34,7 +34,7 @@
$(obj)/qconf.o: $(obj)/.tmp_qtcheck
--include $(obj)/.tmp_qtcheck
+#-include $(obj)/.tmp_qtcheck
# QT needs some extra effort...
$(obj)/.tmp_qtcheck:
Because oldconfig/config/menuconfig don't depend on having
QT installed anymore.
Best Regards,
--
Fernando Alencar Maróstica
Graduate Student, Computer Science
Linux Register User Id #281457
University Methodist of Piracicaba
Departament of Computer Science
home: http://www.unimep.br/~famarost
[-- Attachment #2: patch-2.5.45 --]
[-- Type: text/x-patch, Size: 924 bytes --]
diff -urN linux-2.5.45-vanilla/Makefile linux-2.5.45/Makefile
--- linux-2.5.45-vanilla/Makefile Wed Oct 30 23:36:53 2002
+++ linux-2.5.45/Makefile Wed Oct 30 23:13:02 2002
@@ -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
diff -urN linux-2.5.45-vanilla/scripts/kconfig/Makefile linux-2.5.45/scripts/kconfig/Makefile
--- linux-2.5.45-vanilla/scripts/kconfig/Makefile Wed Oct 30 23:37:02 2002
+++ linux-2.5.45/scripts/kconfig/Makefile Wed Oct 30 23:27:04 2002
@@ -34,7 +34,7 @@
$(obj)/qconf.o: $(obj)/.tmp_qtcheck
--include $(obj)/.tmp_qtcheck
+#-include $(obj)/.tmp_qtcheck
# QT needs some extra effort...
$(obj)/.tmp_qtcheck:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-10-31 2:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-31 1:46 [PATCH 2.5] Linux v2.5.45 fix QT problems ! Fernando Alencar Maróstica
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox