aboutsummaryrefslogtreecommitdiff
path: root/Makefile.upgrade
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-01-07 06:30:14 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-01-07 06:30:14 +0000
commit5813daedb1aa185ec09d8a5a4ab613bae7f6d510 (patch)
tree309a5c9ed274a34ac3973b5d3dacb427dd8a0e70 /Makefile.upgrade
parentc9ef6e40fea282e18bbd0da77dff94298d0799c5 (diff)
downloadsrc-5813daedb1aa185ec09d8a5a4ab613bae7f6d510.tar.gz
src-5813daedb1aa185ec09d8a5a4ab613bae7f6d510.zip
Notes
Diffstat (limited to 'Makefile.upgrade')
-rw-r--r--Makefile.upgrade4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.upgrade b/Makefile.upgrade
index 4e7b7ffc32e8..d9391f289adf 100644
--- a/Makefile.upgrade
+++ b/Makefile.upgrade
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.upgrade,v 1.6 1998/09/23 01:46:25 jb Exp $
+# $Id: Makefile.upgrade,v 1.7 1998/10/17 05:40:45 peter Exp $
#
# This makefile contains rules for preforming upgrades that are outside
# the scope of the normal build world process.
@@ -67,7 +67,7 @@ ${MAKEOBJDIRPREFIX}/do_aout_buildworld :
@echo " Doing an aout buildworld to get an up-to-date set of tools"
@echo "--------------------------------------------------------------"
@cd ${.CURDIR}; MAKEOBJDIRPREFIX=${MAKEOBJDIRPREFIX}/aout \
- OBJFORMAT=aout \
+ OBJFORMAT=aout REALLY_WANT_DEPRECIATED_AOUT=yes \
make -f Makefile.inc1 -m ${.CURDIR}/share/mk buildworld
@touch ${MAKEOBJDIRPREFIX}/do_aout_buildworld