[PATCH] testbot/Build: There is no need to create build-native.

Francois Gouget fgouget at codeweavers.com
Tue Aug 21 00:56:57 CDT 2018


That directory is created by Reconfig.pl which must be run before
Build.pl.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/build/Build.pl | 2 --
 1 file changed, 2 deletions(-)

diff --git a/testbot/bin/build/Build.pl b/testbot/bin/build/Build.pl
index b729d95f4..e1133aaee 100755
--- a/testbot/bin/build/Build.pl
+++ b/testbot/bin/build/Build.pl
@@ -132,8 +132,6 @@ sub ApplyPatch($)
 
 sub BuildNative()
 {
-  mkdir "$DataDir/build-native" if (! -d "$DataDir/build-native");
-
   InfoMsg "\nRebuilding native tools\n";
   system("cd '$DataDir/build-native' && set -x && ".
          "time make -j$ncpus __tooldeps__");
-- 
2.18.0



More information about the wine-devel mailing list