All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kmod: Add distclean rule
@ 2009-05-15 16:10 Jan Kiszka
  2009-05-15 16:16 ` [PATCH v2] " Jan Kiszka
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2009-05-15 16:10 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel

Remove the configure output config.kbuild and config.mak via distclean.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

 Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index dad5f0b..75aab71 100644
--- a/Makefile
+++ b/Makefile
@@ -68,3 +68,6 @@ rpm:	all
 
 clean:
 	$(MAKE) -C $(KERNELDIR) M=`pwd` $@
+
+distclean:
+	rm -f config.kbuild config.mak

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

* [PATCH v2] kmod: Add distclean rule
  2009-05-15 16:10 [PATCH] kmod: Add distclean rule Jan Kiszka
@ 2009-05-15 16:16 ` Jan Kiszka
  2009-05-15 16:39   ` [PATCH v3] " Jan Kiszka
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2009-05-15 16:16 UTC (permalink / raw)
  Cc: Avi Kivity, kvm-devel

Jan Kiszka wrote:
> --- a/Makefile
> +++ b/Makefile
> @@ -68,3 +68,6 @@ rpm:	all
>  
>  clean:
>  	$(MAKE) -C $(KERNELDIR) M=`pwd` $@
> +
> +distclean:
> +	rm -f config.kbuild config.mak

This one is "cleaner":

--------->

Remove the configure output config.kbuild and config.mak via distclean.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

 Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index dad5f0b..a4c59c9 100644
--- a/Makefile
+++ b/Makefile
@@ -68,3 +68,6 @@ rpm:	all
 
 clean:
 	$(MAKE) -C $(KERNELDIR) M=`pwd` $@
+
+distclean: clean
+	rm -f config.kbuild config.mak

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

* [PATCH v3] kmod: Add distclean rule
  2009-05-15 16:16 ` [PATCH v2] " Jan Kiszka
@ 2009-05-15 16:39   ` Jan Kiszka
  2009-05-17 18:46     ` Avi Kivity
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2009-05-15 16:39 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel

The smaller the patch... sigh.

------------>

Remove the configure output config.kbuild, config.mak and arch links via
distclean.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

 Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index dad5f0b..cef121d 100644
--- a/Makefile
+++ b/Makefile
@@ -68,3 +68,6 @@ rpm:	all
 
 clean:
 	$(MAKE) -C $(KERNELDIR) M=`pwd` $@
+
+distclean: clean
+	rm -f config.kbuild config.mak include/asm include-compat/asm

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

* Re: [PATCH v3] kmod: Add distclean rule
  2009-05-15 16:39   ` [PATCH v3] " Jan Kiszka
@ 2009-05-17 18:46     ` Avi Kivity
  0 siblings, 0 replies; 4+ messages in thread
From: Avi Kivity @ 2009-05-17 18:46 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: kvm-devel

Jan Kiszka wrote:
> The smaller the patch... sigh.
>
> ------------>
>
> Remove the configure output config.kbuild, config.mak and arch links via
> distclean.
>   

Applied, thanks.


-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


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

end of thread, other threads:[~2009-05-17 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-15 16:10 [PATCH] kmod: Add distclean rule Jan Kiszka
2009-05-15 16:16 ` [PATCH v2] " Jan Kiszka
2009-05-15 16:39   ` [PATCH v3] " Jan Kiszka
2009-05-17 18:46     ` Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.