linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Fernando Alencar Maróstica" <famarost@unimep.br>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 2.5] Linux v2.5.45 fix QT problems !
Date: 30 Oct 2002 23:46:44 -0200	[thread overview]
Message-ID: <1036028805.1676.5.camel@nitrogenium> (raw)

[-- 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:

                 reply	other threads:[~2002-10-31  2:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1036028805.1676.5.camel@nitrogenium \
    --to=famarost@unimep.br \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).