Browse Source

update Cygwin info. Build works on NTFS.

- small registry change is needed on Windows 7 with NTFS and
latest Cygwin 1.7.
Waldemar Brodkorb 15 years ago
parent
commit
d6351c4a4c
1 changed files with 2 additions and 6 deletions
  1. 2 6
      scripts/scan-tools.sh

+ 2 - 6
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."