From 6edfc50c8e9d5097a2f5e82cc8a6d7b1de5f9bd3 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 30 May 1998 12:15:02 +0000 Subject: A bit of additional ELF changeover stuff I forgot to conditionalize earlier. Todo: revisit and make work with either aout or ELF. --- release/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'release') diff --git a/release/Makefile b/release/Makefile index 8ef45ff01137..f39241453a41 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.351 1998/05/20 01:06:32 jkh Exp $ +# $Id: Makefile,v 1.352 1998/05/29 19:36:12 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -228,9 +228,11 @@ rerelease release: echo "(cd etc; make distribution)" >> ${CHROOTDIR}/mk # Now we've got our own shared libs, remove the bootstrapping # libs again. +.if !exists(/usr/lib/aout/) echo "rm -f /usr/lib/compat/*" >> ${CHROOTDIR}/mk echo "ldconfig /usr/lib" >> ${CHROOTDIR}/mk .endif +.endif .if make(rerelease) echo "make all install" >> ${CHROOTDIR}/mk .endif -- cgit v1.3