diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-01 09:33:06 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-01 09:33:06 +0000 |
| commit | 91ddd6091917a8424ba0fe8037a1aea8b6b593c9 (patch) | |
| tree | 8bfcfe7ad93473d006a34d51feec3b449e1a382f /release | |
| parent | 01583b35b2830b707400b8721ed014a2a6dd806a (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index d6908b7cc55d..67b3659b9f08 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.246.2.91 1998/08/20 06:40:37 jkh Exp $ +# $Id: Makefile,v 1.246.2.92 1998/09/21 09:06:02 max Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -192,7 +192,7 @@ rerelease release: -test -f install.cfg && cp install.cfg ${CHROOTDIR}/usr/src/release echo "#!/bin/sh" > ${CHROOTDIR}/mk echo "set -ex" >> ${CHROOTDIR}/mk - echo "export CFLAGS='-O2 -pipe'" >> ${CHROOTDIR}/mk + echo "export CFLAGS='-O -pipe'" >> ${CHROOTDIR}/mk echo "export DISTRIBUTIONS=\"${DISTRIBUTIONS}\"" >> ${CHROOTDIR}/mk echo "export BUILDNAME=${BUILDNAME}" >> ${CHROOTDIR}/mk echo "export VNDEVICE=${VNDEVICE}" >> ${CHROOTDIR}/mk |
