Save some time.

This commit is contained in:
Poul-Henning Kamp 1996-11-12 15:40:52 +00:00
parent a8c33fd1e8
commit 849635f6c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19679

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.251 1996/11/08 19:09:45 jkh Exp $
# $Id: Makefile,v 1.252 1996/11/09 16:25:29 joerg Exp $
#
# How to roll a release:
#
@ -78,7 +78,7 @@ rerelease release:
-mkdir -p ${CHROOTDIR}
cd ${.CURDIR}/../etc && ${MAKE} distrib-dirs DESTDIR=${CHROOTDIR}
cd ${.CURDIR}/../etc && ${MAKE} distribution DESTDIR=${CHROOTDIR}
cd ${.CURDIR}/.. && ${MAKE} install DESTDIR=${CHROOTDIR}
cd ${.CURDIR}/.. && ${MAKE} install DESTDIR=${CHROOTDIR} NOMAN=1
.if !defined(RELEASETAG)
cd ${CHROOTDIR}/usr && rm -rf src && \
cvs -d ${CVSROOT} co -P src