]> andersk Git - gssapi-openssh.git/commitdiff
o Add example platforms to output.
authorcphillip <cphillip>
Fri, 4 Apr 2003 18:12:25 +0000 (18:12 +0000)
committercphillip <cphillip>
Fri, 4 Apr 2003 18:12:25 +0000 (18:12 +0000)
bundle/make-bin-bundle

index 3a551f9f7b6f68852918f9203583eca5acb8fd13..ed91f75416a2e01453e2d893d99bb235bed3814e 100755 (executable)
@@ -17,6 +17,12 @@ fi
 
 if [ "x$1" = "x" ]; then
     echo "Usage: make-bin-bundle <platform>"
+    echo "Example platforms:"
+    echo "  i686-pc-linux-gnu-gcc32"
+    echo "  sparc-sun-solaris2.8-vendorcc32"
+    echo "  ia64-unknown-linux-gnu-gcc64"
+    echo "  mips-sgi-irix6.5-vendorcc32"
+    echo "  powerpc-ibm-aix5.1.0.0-vendorcc32"
     exit;
 fi
 
This page took 0.05901 seconds and 5 git commands to generate.