diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-28 20:05:39 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-28 20:05:39 +0000 |
commit | 36a65ff43cd27d2581668375e763d332befe4e6c (patch) | |
tree | 04d1ec2ec09666216bb8eee258e77915be767275 /webkit/build | |
parent | fdee6f8db25349563faa8f26c65946c07b92330b (diff) | |
download | chromium_src-36a65ff43cd27d2581668375e763d332befe4e6c.zip chromium_src-36a65ff43cd27d2581668375e763d332befe4e6c.tar.gz chromium_src-36a65ff43cd27d2581668375e763d332befe4e6c.tar.bz2 |
Fix a build issue with Vista. Stop cp.exe from trying to emulate POSIX security
on top of NTFS.
BUG=1157117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/JSConfig/prebuild.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/build/JSConfig/prebuild.bat b/webkit/build/JSConfig/prebuild.bat index 8962781..29e68d3 100644 --- a/webkit/build/JSConfig/prebuild.bat +++ b/webkit/build/JSConfig/prebuild.bat @@ -6,6 +6,9 @@ set JSENG=%2 set CYGWIN_ROOT=%~dp0..\..\..\third_party\cygwin\ set GNU_ROOT=%~dp0..\..\..\third_party\gnu\files +:: Fix cp.exe on vista: without this flag, the files that it creates are not accessible. +set CYGWIN=nontsec + set PATH=%CYGWIN_ROOT%bin;%GNU_ROOT%;%SystemRoot%;%SystemRoot%\system32 :: Ensure that the cygwin mount points are defined |