From: Chris Hanson Date: Tue, 5 Dec 2000 21:59:20 +0000 (+0000) Subject: Use -P option with CVS checkout command. X-Git-Tag: 20090517-FFI~3161 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a13d243ade884d7186778368be6858e7693985be;p=mit-scheme.git Use -P option with CVS checkout command. --- diff --git a/v7/dist/make-src-files b/v7/dist/make-src-files index 69b5798d7..f8b70ac3f 100755 --- a/v7/dist/make-src-files +++ b/v7/dist/make-src-files @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: make-src-files,v 1.11 2000/11/28 17:32:10 cph Exp $ +# $Id: make-src-files,v 1.12 2000/12/05 21:59:20 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -25,7 +25,7 @@ destination="${prefix}/src" ( cd ${prefix} - cvs -d /scheme/cvsroot checkout -d src v7/src + cvs -d /scheme/cvsroot checkout -P -d src v7/src cd src etc/build-tree.sh )