Francois Gouget : testbot/testagentd: Only rebuild the iso file if the Windows binary has changed.

Alexandre Julliard julliard at winehq.org
Fri Nov 30 13:03:00 CST 2012


Module: tools
Branch: master
Commit: 405dfa8493c192b846956976af79b8af3bfaa9f5
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=405dfa8493c192b846956976af79b8af3bfaa9f5

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Nov 30 12:15:47 2012 +0100

testbot/testagentd: Only rebuild the iso file if the Windows binary has changed.

But always recreate the winetest directory from scratch in case it was left from a previous failed build.

---

 testbot/src/testagentd/Makefile |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/testbot/src/testagentd/Makefile b/testbot/src/testagentd/Makefile
index 6090d02..f6035be 100644
--- a/testbot/src/testagentd/Makefile
+++ b/testbot/src/testagentd/Makefile
@@ -27,7 +27,10 @@ TestAgentd.exe: testagentd.obj platform_windows.obj
 C_SRCS = testagentd.c platform_unix.c platform_windows.c
 $(C_SRCS:.c=.o) $(C_SRCS:.c=.obj): platform.h
 
-iso: windows
+iso: winetestbot.iso
+
+winetestbot.iso: TestAgentd.exe
+	rm -rf winetest
 	mkdir winetest
 	cp TestAgentd.exe winetest
 	mkisofs="mkisofs"; \




More information about the wine-cvs mailing list