mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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:
parent
f40a876b02
commit
6edfc50c8e
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue