summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-02-28 20:32:29 +0000
committerphk <phk@FreeBSD.org>1995-02-28 20:32:29 +0000
commit2c8d27f2cbe113d17297dacf8d463b7bd6584f42 (patch)
treec03dbf4cec028151b82d20452f48f03feb92dd1a /release/Makefile
parent7990632f0d4bbd43cc99685c50dee11ac4b639fb (diff)
downloadFreeBSD-src-2c8d27f2cbe113d17297dacf8d463b7bd6584f42.zip
FreeBSD-src-2c8d27f2cbe113d17297dacf8d463b7bd6584f42.tar.gz
Move a -P
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 73147e0..afe9717 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.111 1995/02/28 01:15:52 phk Exp $
+# $Id: Makefile,v 1.112 1995/02/28 04:38:21 phk Exp $
#
# How to roll a release:
#
@@ -51,7 +51,7 @@ release:
echo "make doRELEASE" >> ${CHROOTDIR}/mk
echo "RELEASEDIR=/R" >> ${CHROOTDIR}/etc/make.conf
.if !defined(RELEASETAG)
- cd ${CHROOTDIR}/usr ; cvs co src -P
+ cd ${CHROOTDIR}/usr ; cvs co -P src
.else
cd ${CHROOTDIR}/usr ; cvs export -r ${RELEASETAG} src
.endif
OpenPOWER on IntegriCloud