linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Andrew Morton <akpm@osdl.org>
Cc: Flameeyes <daps_mls@libero.it>,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	Sam Ravnborg <sam@ravnborg.org>
Subject: Re: 2.6.0-test3-mm3
Date: Tue, 19 Aug 2003 16:30:51 +0200	[thread overview]
Message-ID: <20030819143051.GA1261@mars.ravnborg.org> (raw)
In-Reply-To: <20030819032350.55339908.akpm@osdl.org>

On Tue, Aug 19, 2003 at 03:23:50AM -0700, Andrew Morton wrote:
> > there's a problem with make xconfig:
The following patch fixes it.
I will submit to Linus in separate mail.

	Sam

===== scripts/kconfig/Makefile 1.7 vs edited =====
--- 1.7/scripts/kconfig/Makefile	Sun Aug 17 00:17:57 2003
+++ edited/scripts/kconfig/Makefile	Tue Aug 19 16:27:03 2003
@@ -65,12 +65,20 @@
 conf-objs	:= conf.o  libkconfig.so
 mconf-objs	:= mconf.o libkconfig.so
 
-ifeq ($(MAKECMDGOALS),$(obj)/qconf)
+ifeq ($(MAKECMDGOALS),xconfig)
+	qconf-target := 1
+endif
+ifeq ($(MAKECMDGOALS),gconfig)
+	gconf-target := 1
+endif
+
+
+ifeq ($(qconf-target),1)
 qconf-cxxobjs	:= qconf.o
 qconf-objs	:= kconfig_load.o
 endif
 
-ifeq ($(MAKECMDGOALS),$(obj)/gconf)
+ifeq ($(gconf-target),1)
 gconf-objs	:= gconf.o kconfig_load.o
 endif
 
@@ -91,7 +99,7 @@
 
 $(obj)/qconf.o: $(obj)/.tmp_qtcheck
 
-ifeq ($(MAKECMDGOALS),$(obj)/qconf)
+ifeq ($(qconf-target),1)
 MOC = $(QTDIR)/bin/moc
 -include $(obj)/.tmp_qtcheck
 
@@ -121,7 +129,7 @@
 
 $(obj)/gconf.o: $(obj)/.tmp_gtkcheck
 
-ifeq ($(MAKECMDGOALS),$(obj)/gconf)
+ifeq ($(gconf-target),1)
 -include $(obj)/.tmp_gtkcheck
 
 # GTK needs some extra effort, too...
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

  parent reply	other threads:[~2003-08-19 14:30 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-19  8:38 2.6.0-test3-mm3 Andrew Morton
2003-08-19 10:09 ` 2.6.0-test3-mm3 Flameeyes
2003-08-19 10:23   ` 2.6.0-test3-mm3 Andrew Morton
2003-08-19 10:34     ` 2.6.0-test3-mm3 Flameeyes
2003-08-19 10:51       ` 2.6.0-test3-mm3 Zwane Mwaikambo
2003-08-19 14:30     ` Sam Ravnborg [this message]
2003-08-19 13:25 ` 2.6.0-test3-mm3 Luiz Capitulino
2003-08-19 18:32 ` 2.6.0-test3-mm3 Mike Fedyk
2003-08-19 21:10   ` 2.6.0-test3-mm3 Andrew Morton
2003-08-20  3:15 ` 2.6.0-test3-mm3 Jonathan Brown
2003-08-20  3:23   ` 2.6.0-test3-mm3 Andrew Morton
2003-08-21 10:31   ` 2.6.0-test3-mm3 Christian Axelsson
2003-08-20  7:47 ` 2.6.0-test3-mm3 William Lee Irwin III
2003-08-20  9:08 ` 2.6.0-test3-mm3 Gabor MICSKO
2003-08-20 10:54   ` 2.6.0-test3-mm3 Gabor MICSKO
2003-08-20 20:53 ` 2.6.0-test3-mm3 Cliff White
2003-08-22 22:24 ` 2.6.0-test3-mm3 Cliff White

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=20030819143051.GA1261@mars.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=akpm@osdl.org \
    --cc=daps_mls@libero.it \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.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