Date: Wed, 18 Oct 2006 05:42:57 -0700 From: Garrett Cooper <youshi10@u.washington.edu> Cc: freebsd-questions@freebsd.org Subject: Re: What's so compelling about FreeBSD? Message-ID: <45362151.8040100@u.washington.edu> In-Reply-To: <45350FE9.1060303@schrodinger.com> References: <af8b40ce0610151526h6aba1785mb77eb2a76e69fdfa@mail.gmail.com> <80f4f2b20610151556l18c5adcci4196ab107b6b9907@mail.gmail.com> <4533C553.3040609@schrodinger.com> <20061017135829.GA56234@gothmog.pc> <a969fbd10610170813s4c64bb3exd3689b626ef14556@mail.gmail.com> <17716.62978.449526.12593@jerusalem.litteratus.org> <45350FE9.1060303@schrodinger.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Simon Gao wrote: > Robert Huff wrote: >> Jeff Mohler writes: >> >> >>> > > Linux supports more devices than FreeBSD, especially new devices. >>> >>> Linux clearly supports many more bugs than FreeBSD as well. >>> >> "Linux is closer to the bleeding edge; always remember that >> blood will usually be yours." >> >> >> Robert Huff > > With Gentoo, installing and upgrading to the most up-to-date packages is > a choice up to end users. Gentoo is all about choice. One can definitely > choose to use packages a few years behind. > > Simon Found out some cool make targets by chance.. - From /usr/src/Makefile: # universe - *Really* build *everything* (buildworld and # all kernels on all architectures). # buildworld - Rebuild *everything*, including glue to help do # upgrades. # installworld - Install everything built by "buildworld". # world - buildworld + installworld. # buildkernel - Rebuild the kernel and the kernel-modules. # installkernel - Install the kernel and the kernel-modules. # installkernel.debug # reinstallkernel - Reinstall the kernel and the kernel-modules. # reinstallkernel.debug # kernel - buildkernel + installkernel. # update - Convenient way to update your source tree (cvs). # check-old - Print a list of old files/directories in the system. # delete-old - Delete obsolete files and directories interactively. # delete-old-libs - Delete obsolete libraries interactively. # # This makefile is simple by design. The FreeBSD make automatically reads # the /usr/share/mk/sys.mk unless the -m argument is specified on the # command line. By keeping this makefile simple, it doesn't matter too # much how different the installed mk files are from those in the source # tree. This makefile executes a child make process, forcing it to use # the mk files from the source tree which are supposed to DTRT. # # The user-driven targets (as listed above) are implemented in Makefile.inc1. # # If you want to build your system from source be sure that /usr/obj has # at least 400MB of diskspace available. # # For individuals wanting to build from the sources currently on their # system, the simple instructions are: # # 1. `cd /usr/src' (or to the directory containing your source tree). # 2. `make world' # # For individuals wanting to upgrade their sources (even if only a # delta of a few days): # # 1. `cd /usr/src' (or to the directory containing your source tree). # 2. `make buildworld' # 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). # 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). # 5. `reboot' (in single user mode: boot -s from the loader prompt). # 6. `mergemaster -p' # 7. `make installworld' # 8. `make delete-old' # 9. `mergemaster' # 10. `reboot' # 11. `make delete-old-libs' (in case no 3rd party program uses them anymore) So, this helps a bit when updating your system. Didn't realize that the delete-old and delete-old-libs make targets existed, nor kernel.. - -Garrett -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFNiFR6CkrZkzMC68RAgROAJ9HFYZiWxU1/BvLc/u9gwu2TOkHDQCcC8WM bMNx1Y+xKfIXwpsZiOR9908= =ESy8 -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45362151.8040100>