]> Zhao Yanbai Git Server - minix.git/commitdiff
nbsd_fetch: force cvs to use ssh
authorBen Gras <ben@minix3.org>
Thu, 1 Sep 2011 15:05:12 +0000 (15:05 +0000)
committerBen Gras <ben@minix3.org>
Thu, 1 Sep 2011 15:48:24 +0000 (15:48 +0000)
tools/Makefile

index e25970bf4ec5329bf7e9895f7c4cf5d84a328602..1a09c09d647989c566c711426cca0e3568b7b99b 100644 (file)
@@ -122,6 +122,7 @@ install: includes services hdboot
 
 # download and update NetBSD reference sources.
 nbsd_fetch:
+       export CVS_RSH=ssh; \
        cd ${MINIXSRCDIR} && awk '{print $$2;}' < tools/nbsd_ports \
                | xargs -t cvs -d ${NBSD_CVSROOT} co -N -d nbsdsrc ${NBSD_REF}