mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 08:52:42 +01:00
Move a -P
This commit is contained in:
parent
8b5f78d2f6
commit
598c5bd0cc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6787
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user