aboutsummaryrefslogtreecommitdiff
path: root/Makefile.upgrade
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-03-23 08:09:25 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-03-23 08:09:25 +0000
commitbdd9342bad2020292709f2917b4d06063be713e8 (patch)
tree92aae613df70e6ccaeda2b8bca198872a693a50a /Makefile.upgrade
parent1652f91eb5246e24eb61d8937a3bd56b3eebf948 (diff)
downloadsrc-bdd9342bad2020292709f2917b4d06063be713e8.tar.gz
src-bdd9342bad2020292709f2917b4d06063be713e8.zip
Notes
Diffstat (limited to 'Makefile.upgrade')
-rw-r--r--Makefile.upgrade3
1 files changed, 2 insertions, 1 deletions
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