summaryrefslogtreecommitdiff
path: root/scripts/scan-tools.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-19 17:11:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-19 17:11:40 +0100
commitd6351c4a4cbc08c4e919ea55750a0efe02f2b743 (patch)
treec551de87d51a13e55a28da128b451bd6468f61e2 /scripts/scan-tools.sh
parent44136f93896505f2f0b367ae9bd1422350192419 (diff)
update Cygwin info. Build works on NTFS.
- small registry change is needed on Windows 7 with NTFS and latest Cygwin 1.7.
Diffstat (limited to 'scripts/scan-tools.sh')
-rw-r--r--scripts/scan-tools.sh8
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."