[csw-devel] SF.net SVN: gar:[6678] csw/mgar/gar/v2-pbuild/gar.conf.mk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat Oct 3 10:27:25 CEST 2009


Revision: 6678
          http://gar.svn.sourceforge.net/gar/?rev=6678&view=rev
Author:   dmichelsen
Date:     2009-10-03 08:27:25 +0000 (Sat, 03 Oct 2009)

Log Message:
-----------
mGAR v2-pbuild: Use generic SSH

Modified Paths:
--------------
    csw/mgar/gar/v2-pbuild/gar.conf.mk

Modified: csw/mgar/gar/v2-pbuild/gar.conf.mk
===================================================================
--- csw/mgar/gar/v2-pbuild/gar.conf.mk	2009-10-02 21:47:51 UTC (rev 6677)
+++ csw/mgar/gar/v2-pbuild/gar.conf.mk	2009-10-03 08:27:25 UTC (rev 6678)
@@ -52,8 +52,12 @@
 PARALLELMODULATIONS ?= 
 MULTITAIL ?= /opt/csw/bin/multitail
 TTY ?= /usr/bin/tty
-SSH ?= /usr/bin/ssh
 
+# For platform hopping
+# Use whatever SSH is found in the path. That is /opt/csw/bin/ssh for Solaris 8 and
+# /usr/bin/ssh for Solaris 9+ and
+SSH ?= ssh
+
 # Outbound proxies
 http_proxy ?= 
 ftp_proxy  ?= 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list