commit 6135b41c7dbfdf5ac1840a1d1d4f20505e429278 from: Russ Cox date: Mon Sep 26 16:31:19 2011 UTC devdraw: disable Lion warning R=rsc http://codereview.appspot.com/5132045 commit - 2860591b686df4ce24a1fc10793db983ce40a789 commit + 6135b41c7dbfdf5ac1840a1d1d4f20505e429278 blob - 83bfe3bea6a2d85ad45f41207d8a364208561bb2 blob + 0554ff84babffaf9ff7ad4d421df78fa4b2e6346 --- src/cmd/devdraw/mkwsysrules.sh +++ src/cmd/devdraw/mkwsysrules.sh @@ -25,7 +25,7 @@ if [ "x$WSYSTYPE" = "x" ]; then if sw_vers | grep 'ProductVersion: 10\.[0-5]\.' >/dev/null; then WSYSTYPE=osx else - echo 1>&2 'WARNING: OS X Lion is not working. Copy binaries from a Snow Leopard system.' + #echo 1>&2 'WARNING: OS X Lion is not working. Copy binaries from a Snow Leopard system.' WSYSTYPE=osx-cocoa fi elif [ -d "$X11" ]; then