diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-08-31 20:22:07 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-08-31 20:22:07 +0000 |
| commit | f3c6146d5ef0534b030d23442ddbbfe4a8fe5597 (patch) | |
| tree | aec9dcad2e18ac9e203ee8fe203cd6cf65d4b0db | |
| parent | f55ccce3cae76f4b5ac701ae9eec4a3841f80ec2 (diff) | |
Notes
| -rw-r--r-- | Makefile.upgrade | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.upgrade b/Makefile.upgrade index 7a6141345237..508274a22200 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 |
