diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-21 15:45:51 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-21 15:45:51 +0000 |
| commit | 58183fc7b0c2bb94eece890d388c758d81b2f14b (patch) | |
| tree | 30c8ea1061e7abedca95f2c18de66324a56d7f45 /release | |
| parent | 31377e1f1f5475800acc42fc9dad5cce127dca32 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile index 14175b6fd0b2..28a28bfeb517 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.299 1997/06/12 09:23:54 jkh Exp $ +# $Id: Makefile,v 1.300 1997/06/21 15:41:55 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -297,8 +297,8 @@ release.5: @for i in ${DISTRIBUTIONS}; do \ if [ -f ${.CURDIR}/scripts/$${i}-make.sh ]; then \ echo -n "Running $$i dist creation script... "; \ - env RD=${RD} sh ${.CURDIR}/scripts/$${i}-make.sh || echo "$$i distribution script returned bad status." ; \ - echo "Done." + env RD=${RD} sh ${.CURDIR}/scripts/$${i}-make.sh || echo "$$i distribution script returned bad status."; \ + echo "Done."; \ fi \ done \ |
