>From 2d054cce30ae2e837b24144195b9785a20e08c4a Mon Sep 17 00:00:00 2001
From: Neo Jia <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
---
 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!
From 2d054cce30ae2e837b24144195b9785a20e08c4a Mon Sep 17 00:00:00 2001
From: Neo Jia <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
---
 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

-------------------------------------------------------------------------
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/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to