Re: Make world problems from 4.9 to 5.1

From: Lee Mx (lee_ver_mx_at_hotmail.com)
Date: 11/29/03

  • Next message: Arien Vijn: "Serial console stops working at password prompt"
    To: aaron@snaphat.com, cswiger@mac.com
    Date: Sat, 29 Nov 2003 04:46:21 -0800
    
    

    >From: "Aaron Myles Landwehr" <aaron@snaphat.com>
    >Reply-To: aaron@snaphat.com
    >To: "Charles Swiger" <cswiger@mac.com>
    >CC: freebsd-questions@freebsd.org
    >Subject: Re: Make world problems from 4.9 to 5.1
    >Date: Sat, 29 Nov 2003 05:04:40 -0000 (GMT)
    >
    >What exactly does "make world" do?...i know sometimes i accidently type it
    >instead of buildworld....

    It will do both the make buildworld and the make installworld without the
    break in between that is
    often/sometimes needed as in the recient Current upgrade.

    hope this helps.

    > > On Nov 26, 2003, at 8:25 PM, Lowell Gilbert wrote:
    > >> "make world"? Really? You don't mean "make buildworld"?
    > >> I guess the "world" target really does need to be removed.
    > >
    > > Yes. Or fixed to do something more reasonable...?
    > >
    > > --- Makefile~ Sat Nov 29 00:02:13 2003
    > > +++ Makefile Sat Nov 29 00:18:07 2003
    > > @@ -143,6 +143,13 @@
    > > @cd ${.CURDIR}; ${MAKE} pre-world
    > > .endif
    > > @cd ${.CURDIR}; ${MAKE} buildworld
    > > + @cd ${.CURDIR}; ${MAKE} buildkernel
    > > + @echo
    > > "--------------------------------------------------------------"
    > > + @echo ">>> About to run mergemaster & 'make install*' targets"
    > > + @echo
    > > "--------------------------------------------------------------"
    > > + @echo "
    > > + @/usr/src/usr.sbin/mergemaster/mergemaster.sh -p
    > > + @cd ${.CURDIR}; ${MAKE} -B installkernel
    > > @cd ${.CURDIR}; ${MAKE} -B installworld
    > > .if target(post-world)
    > > @echo
    > >
    > >
    > > --
    > > -Chuck
    >
    >_______________________________________________
    >freebsd-questions@freebsd.org mailing list
    >http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    >To unsubscribe, send any mail to
    >"freebsd-questions-unsubscribe@freebsd.org"

    _________________________________________________________________
    >From the hottest toys to tips on keeping fit this winter, you’ll find a
    range of helpful holiday info here.
    http://special.msn.com/network/happyholidays.armx

    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: Arien Vijn: "Serial console stops working at password prompt"

    Relevant Pages

    • Re: 5.3 STABLE to 5.4-PRERELEASE
      ... You missed the 'mergemaster' step. ... To unsubscribe, ...
      (freebsd-stable)
    • Re: NO_TOOLCHAIN broken in -current ?
      ... > It's broken for buildworld but it should be ok for installworld. ... Reverting to the previous versions of these files fixes ... To unsubscribe, ...
      (freebsd-current)
    • Re: Kernel compile problems
      ... > make buildworld ... > make installworld ... > make buildkernel KERNCONF=GENERIC ... To unsubscribe, ...
      (freebsd-current)
    • Re: SENDMAIL_MC
      ... My installworld however breaks because ... error you get after a buildworld and installworld? ... make cleandir ... To unsubscribe, ...
      (freebsd-current)
    • RE: statically compiled files left over after a make world
      ... installworld, then does a buildkernel and installkernel, then reboots the ... everything on my system should be completely rebuilt ... The bug did ... To unsubscribe, ...
      (FreeBSD-Security)