diff options
author | phk <phk@FreeBSD.org> | 1995-04-24 04:06:30 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-04-24 04:06:30 +0000 |
commit | f096b4f8cfd5c63eb9c72a21635eeb66f202482e (patch) | |
tree | 8dc9b64ab8c952026eba5e9782137e3aa8e07563 /release/Makefile | |
parent | b44f4f15820da6825937089f60f4257f83da9f19 (diff) | |
download | FreeBSD-src-f096b4f8cfd5c63eb9c72a21635eeb66f202482e.zip FreeBSD-src-f096b4f8cfd5c63eb9c72a21635eeb66f202482e.tar.gz |
install "compat20" (libgcc.so.261.0) into the bindist.
cc/ld does the right thing.
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 466829d..bf88147 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. |