A bit of additional ELF changeover stuff I forgot to conditionalize earlier.

Todo: revisit and make work with either aout or ELF.
This commit is contained in:
Jordan K. Hubbard 1998-05-30 12:15:02 +00:00
parent f40a876b02
commit 6edfc50c8e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36471

View File

@ -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