Set X11BASE to something deliberately bogus in elf_buildworld so that

it doesn't link with a.out X11 libs.

Noticed by:	Arno J. Klaassen <arno@heho.snv.jussieu.fr>
This commit is contained in:
Jordan K. Hubbard 1999-03-23 08:09:25 +00:00
parent 1652f91eb5
commit bdd9342bad

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.upgrade,v 1.14 1999/02/13 18:49:02 jkh Exp $
# $Id: Makefile.upgrade,v 1.15 1999/02/17 20:56:09 msmith Exp $
#
# This makefile contains rules for preforming upgrades that are outside
# the scope of the normal build world process.
@ -101,6 +101,7 @@ ${MAKEOBJDIRPREFIX}/do_elf_buildworld :
@cd ${.CURDIR}; MAKEOBJDIRPREFIX=${MAKEOBJDIRPREFIX}/elf \
PATH=${AOUTTMPPATH} OBJFORMAT=elf NOTOOLS=1 \
TOOLROOT=${MAKEOBJDIRPREFIX}/aout${.CURDIR}/tmp \
X11BASE=/nonexistent \
${MAKE} -f Makefile.inc1 -m ${.CURDIR}/share/mk buildworld
@touch ${MAKEOBJDIRPREFIX}/do_elf_buildworld