diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-19 17:11:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-19 17:11:40 +0100 |
commit | d6351c4a4cbc08c4e919ea55750a0efe02f2b743 (patch) | |
tree | c551de87d51a13e55a28da128b451bd6468f61e2 | |
parent | 44136f93896505f2f0b367ae9bd1422350192419 (diff) |
update Cygwin info. Build works on NTFS.
- small registry change is needed on Windows 7 with NTFS and
latest Cygwin 1.7.
-rw-r--r-- | scripts/scan-tools.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh index ab0de0494..ef6d7babb 100644 --- a/scripts/scan-tools.sh +++ b/scripts/scan-tools.sh @@ -43,12 +43,8 @@ MirBSD) # supported with no extra quirks at the moment ;; CYG*) - # mkdir /openadk - # mount -b -s -o managed "C:/openadk" "/openadk" - # cd / - # git clone git+ssh://openadk.org/git/openadk.git - echo "Building OpenADK on $os is needs a managed mount point." - echo '"mount -b -s -o managed "C:/openadk" "/openadk"' + echo "Building OpenADK on $os needs a small registry change." + echo 'See http://www.cygwin.com/1.7/cygwin-ug-net/using-specialnames.html' ;; NetBSD) echo "Building OpenADK on $os is currently unsupported." |