From 116f00b60270c05ddcc944f0393b6772d0c2d6c2 Mon Sep 17 00:00:00 2001 From: jb Date: Mon, 31 Aug 1998 20:22:07 +0000 Subject: Force the upgrade kernel to be aout. --- Makefile.upgrade | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile.upgrade') diff --git a/Makefile.upgrade b/Makefile.upgrade index 7a61413..508274a 100644 --- a/Makefile.upgrade +++ b/Makefile.upgrade @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile.upgrade,v 1.1 1998/08/31 01:08:08 jb Exp $ # # This makefile contains rules for preforming upgrades that are outside # the scope of the normal build world process. @@ -147,8 +147,10 @@ ${MAKEOBJDIRPREFIX}/do_aout_kernel : @rm -rf ${.CURDIR}/sys/compile/GENERICupgrade .endif @cd ${.CURDIR}/sys/i386/conf; config GENERICupgrade - @-cd ${.CURDIR}/sys/compile/GENERICupgrade; make depend && make all - @cd ${.CURDIR}/sys/compile/GENERICupgrade; make depend && make all + @-cd ${.CURDIR}/sys/compile/GENERICupgrade; \ + OBJFORMAT=aout make depend && make all + @cd ${.CURDIR}/sys/compile/GENERICupgrade; \ + OBJFORMAT=aout make depend && make all .endif @touch ${MAKEOBJDIRPREFIX}/do_aout_kernel -- cgit v1.1