diff options
Diffstat (limited to 'solenv/bin/build.pl')
-rwxr-xr-x | solenv/bin/build.pl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl index 89a2557b9104..221893a07e8c 100755 --- a/solenv/bin/build.pl +++ b/solenv/bin/build.pl @@ -76,18 +76,6 @@ # # ######################### - # This is to undo the EVIL in solenv/gbuild/BuildDirs.mk - if ($ENV{OS_FOR_BUILD} eq 'WNT') { - $ENV{WORKDIR} = `cygpath -m '$ENV{WORKDIR}'`; - $ENV{OUTDIR} = `cygpath -m '$ENV{OUTDIR}'`; - $ENV{OUTDIR_FOR_BUILD} = `cygpath -m '$ENV{OUTDIR_FOR_BUILD}'`; - $ENV{SRCDIR} = `cygpath -m '$ENV{SRCDIR}'`; - chomp($ENV{WORKDIR}); - chomp($ENV{OUTDIR}); - chomp($ENV{OUTDIR_FOR_BUILD}); - chomp($ENV{SRCDIR}); - } - my $modules_number++; my $perl = 'perl'; my $remove_command = 'rm -rf'; |