diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-02-28 20:32:29 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-02-28 20:32:29 +0000 |
| commit | 598c5bd0ccbe950f6054a440e55961ef7b12612b (patch) | |
| tree | c03dbf4cec028151b82d20452f48f03feb92dd1a | |
| parent | 8b5f78d2f6f330116c3ad0f9762c554b9a8061ca (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 73147e0e0893..afe971714f94 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 |
