Module: tools Branch: master Commit: 3fdc4b088ebf9cf981b14e3091a1057c35292def URL: https://source.winehq.org/git/tools.git/?a=commit;h=3fdc4b088ebf9cf981b14e30...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Aug 21 07:56:57 2018 +0200
testbot/Build: There is no need to create build-native.
That directory is created by Reconfig.pl which must be run before Build.pl.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 b729d95..e1133aa 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__");