Use -P option with CVS checkout command.
authorChris Hanson <org/chris-hanson/cph>
Tue, 5 Dec 2000 21:59:20 +0000 (21:59 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 5 Dec 2000 21:59:20 +0000 (21:59 +0000)
v7/dist/make-src-files

index 69b5798d75d660a9bfac7c6df17842ca3a6caeb5..f8b70ac3f324992e3a4ba62dda8fc5c6f4aa24d4 100755 (executable)
@@ -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
 )