projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9320105
)
Use -P option with CVS checkout command.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 5 Dec 2000 21:59:20 +0000
(21:59 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 5 Dec 2000 21:59:20 +0000
(21:59 +0000)
v7/dist/make-src-files
patch
|
blob
|
history
diff --git
a/v7/dist/make-src-files
b/v7/dist/make-src-files
index 69b5798d75d660a9bfac7c6df17842ca3a6caeb5..f8b70ac3f324992e3a4ba62dda8fc5c6f4aa24d4 100755
(executable)
--- a/
v7/dist/make-src-files
+++ b/
v7/dist/make-src-files
@@
-1,6
+1,6
@@
#!/bin/sh
-# $Id: make-src-files,v 1.1
1 2000/11/28 17:32:1
0 cph Exp $
+# $Id: make-src-files,v 1.1
2 2000/12/05 21:59:2
0 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
)