Re: can i delete /usr/obj/ before installworld?

From: cpghost (cpghost_at_cordula.ws)
Date: 07/31/04

  • Next message: cpghost: "Re: can i delete /usr/obj/ before installworld?"
    Date: Sat, 31 Jul 2004 11:51:41 +0200
    To: Scott <freebsd-questions@thismonkey.com>
    
    

    Scott wrote:

    >Hi there,
    >
    >I'm really short on diskspace, and I have no room to run a make buildkernel after I run make buildworld.
    >
    >Is it possible to do the following:
    >
    >
    No. It's impossible.

    >make buildworld
    >rm -fr /usr/obj
    >
    >
    This is a no-op. You'd be just wasting time.
    'make buildworld' populates /usr/obj with the compiled world.

    >make buildkernel
    >
    >
    That's not goot either, because it needs the new world
    which is expected in /usr/obj that you've just nuked.

    >make installkernel
    >-reboot single user
    >make installworld
    >
    >
    There's not world to install here.

    -- 
    Cordula's Web. http://www.cordula.ws/
    _______________________________________________
    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: cpghost: "Re: can i delete /usr/obj/ before installworld?"

    Relevant Pages

    • getting back buildworld to work!
      ... Last night, as usual, current sources were cvsuped, I did buildkernel ... installworld, so I had only part of new world installed (actually it ... it now, because when I try to make buildworld, I see errors like this: ... *** Error code 1 ...
      (freebsd-current)
    • Re: last cvs Makefile.inc1 errors
      ... > The documented upgrade procedure does a 'buildworld' before ... > 'buildkernel' for precisely this kind of problem. ... make installworld ...
      (freebsd-current)
    • Re: can i delete /usr/obj/ before installworld?
      ... Scott wrote: ... >I'm really short on diskspace, and I have no room to run a make buildkernel after I run make buildworld. ...
      (freebsd-questions)
    • Re: can i delete /usr/obj/ before installworld?
      ... Scott wrote: ... > buildkernel after I run make buildworld. ... everything that you want to install via make installworld. ...
      (freebsd-questions)
    • Re: last cvs Makefile.inc1 errors
      ... >> make buildworld ... >> make buildkernel ... >> make installworld ... Please stick to the exact sequence above. ...
      (freebsd-current)