public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove build output file in user/test/x86/lib
@ 2007-11-27  7:31 Neo Jia
       [not found] ` <5d649bdb0711262331pa92e3fbnee001a29f8375a8b-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Neo Jia @ 2007-11-27  7:31 UTC (permalink / raw)
  To: kvm-devel

[-- Attachment #1: Type: text/plain, Size: 1070 bytes --]

>From 2d054cce30ae2e837b24144195b9785a20e08c4a Mon Sep 17 00:00:00 2001
From: Neo Jia <neojia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date: Mon, 26 Nov 2007 23:29:53 -0800
Subject: [PATCH] Remove build output file in user/test/x86/lib.

This patch will remove the generated files (.*.d, *.o) in directory
user/test/x86/lib under arch_clean target of file config-x86-common.mak.

Signed-off-by: Neo Jia <neojia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 user/config-x86-common.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/user/config-x86-common.mak b/user/config-x86-common.mak
index a6253ce..7c3a07f 100644
--- a/user/config-x86-common.mak
+++ b/user/config-x86-common.mak
@@ -41,4 +41,4 @@ $(TEST_DIR)/libcflat.a: $(TEST_DIR)/lib/exit.o

 arch_clean:
    $(RM) $(TEST_DIR)/bootstrap $(TEST_DIR)/*.o $(TEST_DIR)/*.flat \
-   $(TEST_DIR)/.*.d
+   $(TEST_DIR)/.*.d $(TEST_DIR)/lib/.*.d $(TEST_DIR)/lib/*.o
-- 
1.5.3.6


-- 
I would remember that if researchers were not ambitious
probably today we haven't the technology we are using!

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Remove-build-output-file-in-user-test-x86-lib.patch --]
[-- Type: text/x-patch; name=0001-Remove-build-output-file-in-user-test-x86-lib.patch, Size: 888 bytes --]

From 2d054cce30ae2e837b24144195b9785a20e08c4a Mon Sep 17 00:00:00 2001
From: Neo Jia <neojia@gmail.com>
Date: Mon, 26 Nov 2007 23:29:53 -0800
Subject: [PATCH] Remove build output file in user/test/x86/lib.

This patch will remove the generated files (.*.d, *.o) in directory
user/test/x86/lib under arch_clean target of file config-x86-common.mak.

Signed-off-by: Neo Jia <neojia@gmail.com>
---
 user/config-x86-common.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/user/config-x86-common.mak b/user/config-x86-common.mak
index a6253ce..7c3a07f 100644
--- a/user/config-x86-common.mak
+++ b/user/config-x86-common.mak
@@ -41,4 +41,4 @@ $(TEST_DIR)/libcflat.a: $(TEST_DIR)/lib/exit.o
 
 arch_clean:
 	$(RM) $(TEST_DIR)/bootstrap $(TEST_DIR)/*.o $(TEST_DIR)/*.flat \
-	$(TEST_DIR)/.*.d
+	$(TEST_DIR)/.*.d $(TEST_DIR)/lib/.*.d $(TEST_DIR)/lib/*.o
-- 
1.5.3.6


[-- Attachment #3: Type: text/plain, Size: 228 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

[-- Attachment #4: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

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

end of thread, other threads:[~2007-11-27  8:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-27  7:31 [PATCH] Remove build output file in user/test/x86/lib Neo Jia
     [not found] ` <5d649bdb0711262331pa92e3fbnee001a29f8375a8b-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-11-27  8:42   ` Avi Kivity

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