From 2be38d2f88753feda1e3a5ab010a586001823ed0 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 24 Apr 1995 04:06:30 +0000 Subject: [PATCH] install "compat20" (libgcc.so.261.0) into the bindist. cc/ld does the right thing. --- release/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release/Makefile b/release/Makefile index 466829d2ac0e..bf8814799ac4 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.141 1995/04/20 06:48:30 phk Exp $ +# $Id: Makefile,v 1.142 1995/04/23 23:06:36 phk Exp $ # # How to roll a release: # @@ -124,6 +124,8 @@ release.2: cd ${.CURDIR}/../etc && make distrib-dirs DESTDIR=${RD}/trees/bin cd ${.CURDIR}/.. ; make distribute DISTDIR=${RD}/trees chflags -R noschg ${RD}/trees + uudecode ${.CURDIR}/compat20/libgcc.so.261.0.uu + install -m 444 -o bin -g bin libgcc.so.261.0 ${RD}/trees/bin/usr/lib touch release.2 # Make and install a couple of kernels we need.