From bdd9342bad2020292709f2917b4d06063be713e8 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 23 Mar 1999 08:09:25 +0000 Subject: [PATCH] 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 --- Makefile.upgrade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.upgrade b/Makefile.upgrade index 16a9f5007696..137afa608a0d 100644 --- a/Makefile.upgrade +++ b/Makefile.upgrade @@ -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