mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* mconf not removed by make mrproper
@ 2007-02-01  3:05 Nigel Cunningham
  2007-04-01 21:17 ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: Nigel Cunningham @ 2007-02-01  3:05 UTC (permalink / raw)
  To: LKML, Roman Zippel

Hi.

The scripts/kconfig/mconf target isn't removed by the make mrproper
target. I can see a couple of possibilities, but wasn't sure which you'd
prefer, so thought I'd just raise the issue.

It's only an issue for me because my patch generation script relies on
make mrproper making a properly clean tree.

Regards,

Nigel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: mconf not removed by make mrproper
  2007-02-01  3:05 mconf not removed by make mrproper Nigel Cunningham
@ 2007-04-01 21:17 ` Sam Ravnborg
  2007-04-11 22:59   ` Nigel Cunningham
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Ravnborg @ 2007-04-01 21:17 UTC (permalink / raw)
  To: Nigel Cunningham; +Cc: LKML, Roman Zippel

On Thu, Feb 01, 2007 at 02:05:49PM +1100, Nigel Cunningham wrote:
> Hi.
> 
> The scripts/kconfig/mconf target isn't removed by the make mrproper
> target. I can see a couple of possibilities, but wasn't sure which you'd
> prefer, so thought I'd just raise the issue.
> 
> It's only an issue for me because my patch generation script relies on
> make mrproper making a properly clean tree.

Fixed - thanks.

	Sam

>From c428e4cd1fdddb5c1a33d6cd229148497ae03893 Mon Sep 17 00:00:00 2001
From: Sam Ravnborg <sam@neptun.ravnborg.org>
Date: Sun, 1 Apr 2007 23:14:11 +0200
Subject: [PATCH] kbuild: remove kconfig binaries during make mrproper

Nigel Cunningham <nigel@nigel.suspend2.net> noticed
that 'make mrproper' did not remove mconf.
Fixed so we now remove all relevant binaries.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc:  Nigel Cunningham <nigel@nigel.suspend2.net>
---
 scripts/kconfig/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 7e7e147..2e421bd 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -140,6 +140,7 @@ endif
 
 clean-files	:= lkc_defs.h qconf.moc .tmp_qtcheck \
 		   .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c
+clean-files     += mconf qconf gconf
 
 # Needed for systems without gettext
 KBUILD_HAVE_NLS := $(shell \
-- 
1.5.1.rc3.20.gaa453


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: mconf not removed by make mrproper
  2007-04-01 21:17 ` Sam Ravnborg
@ 2007-04-11 22:59   ` Nigel Cunningham
  0 siblings, 0 replies; 3+ messages in thread
From: Nigel Cunningham @ 2007-04-11 22:59 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: LKML, Roman Zippel

Hi.

On Sun, 2007-04-01 at 23:17 +0200, Sam Ravnborg wrote:
> On Thu, Feb 01, 2007 at 02:05:49PM +1100, Nigel Cunningham wrote:
> > Hi.
> > 
> > The scripts/kconfig/mconf target isn't removed by the make mrproper
> > target. I can see a couple of possibilities, but wasn't sure which you'd
> > prefer, so thought I'd just raise the issue.
> > 
> > It's only an issue for me because my patch generation script relies on
> > make mrproper making a properly clean tree.
> 
> Fixed - thanks.
> 
> 	Sam

Works fine here; thanks!

Acked-by: Nigel Cunningham <nigel@nigel.suspend2.net>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-11 22:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-01  3:05 mconf not removed by make mrproper Nigel Cunningham
2007-04-01 21:17 ` Sam Ravnborg
2007-04-11 22:59   ` Nigel Cunningham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome