aboutsummaryrefslogtreecommitdiff
path: root/Makefile.upgrade
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-09-05 08:10:44 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-09-05 08:10:44 +0000
commit08d62a8cfe49a240d28a22ff4e1e8340122aa831 (patch)
tree512b0f257e7d2f49e1dfd0ae9a4874b7220bbcef /Makefile.upgrade
parentae59c2591e0aa5c4ddd569e57e96055876148f08 (diff)
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 d033cc47d8c3..c0374d8bf2cb 100644
--- a/Makefile.upgrade
+++ b/Makefile.upgrade
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.upgrade,v 1.2 1998/08/31 20:22:07 jb Exp $
+# $Id: Makefile.upgrade,v 1.3 1998/09/03 21:16:15 jb Exp $
#
# This makefile contains rules for preforming upgrades that are outside
# the scope of the normal build world process.
@@ -146,7 +146,7 @@ ${MAKEOBJDIRPREFIX}/do_aout_kernel :
.if exists(${.CURDIR}/sys/compile/GENERICupgrade)
@rm -rf ${.CURDIR}/sys/compile/GENERICupgrade
.endif
- @cd ${.CURDIR}/sys/i386/conf; config GENERICupgrade
+ @cd ${.CURDIR}/sys/${MACHINE}/conf; config GENERICupgrade
@-cd ${.CURDIR}/sys/compile/GENERICupgrade; \
OBJFORMAT=aout make depend && make all
@cd ${.CURDIR}/sys/compile/GENERICupgrade; \