summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-09-04 23:51:40 +0000
committerjkh <jkh@FreeBSD.org>1998-09-04 23:51:40 +0000
commit24ab75c075c5c46dc01228b3956e14d1bf505037 (patch)
tree1244d772f363c0e1bc7c779b9eb1c4cf37717b45 /release
parentdc10d2fa96c6c7d597ab98d76679c00264e0f7f2 (diff)
downloadFreeBSD-src-24ab75c075c5c46dc01228b3956e14d1bf505037.zip
FreeBSD-src-24ab75c075c5c46dc01228b3956e14d1bf505037.tar.gz
Actually *looking* at this file now, I see that a good deal more
can be eliminated. :)
Diffstat (limited to 'release')
-rw-r--r--release/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/release/Makefile b/release/Makefile
index 5a76a59..03eb600 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.373 1998/09/04 06:31:34 jkh Exp $
+# $Id: Makefile,v 1.374 1998/09/04 08:22:59 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -225,17 +225,8 @@ rerelease release:
echo "export PATH=${BOOTSTRAPDIR}:$${PATH}:${LOCALDIR}" >> ${CHROOTDIR}/mk
echo "cd /usr/src" >> ${CHROOTDIR}/mk
.if make(release)
- # This eases bootstrapping from a more recent hosting environment:
- echo "mkdir -p /usr/lib/compat" >> ${CHROOTDIR}/mk
- echo "chflags noschg /usr/lib/lib*.so.*" >> ${CHROOTDIR}/mk
- echo "mv /usr/lib/lib*.so.* /usr/lib/compat" >> ${CHROOTDIR}/mk
- echo "(cd include; make all install)" >> ${CHROOTDIR}/mk
echo "(cd etc; make distrib-dirs distribution)" >> ${CHROOTDIR}/mk
echo "make world" >> ${CHROOTDIR}/mk
- echo "(cd etc; make distribution)" >> ${CHROOTDIR}/mk
- # Now we've got our own shared libs, remove the bootstrapping
- # libs again.
- echo "rm -f /usr/lib/compat/*" >> ${CHROOTDIR}/mk
.endif
.if make(rerelease)
echo "make all install" >> ${CHROOTDIR}/mk
OpenPOWER on IntegriCloud