Lines Matching refs:make
46 NO_ALTBINUTILS=yes in make.conf
123 the new "initrd" make target. After rebooting into the new world and
124 verifying everything works, execute "make initrd" to upgrade the rescue
220 NO_ALTBINUTILS=yes in make.conf.
233 pages will remain on the system unless the "make upgrade" command is
236 "make upgrade REMOVE_OPENSSL_FILES=yes"
367 NO_ALTBINUTILS=yes in make.conf.
399 binaries from base, the "make upgrade" command will fail.
432 and the make.conf variable "WANT_OLDUSB" have been removed. This means
451 The following make.conf variables no longer work: NO_GCC44, NO_OBJC, and
462 new make.conf variable, NO_ALTCOMPILER. It will block the rebuilding of
530 automatically by the make upgrade process.
535 To get back to the old stack, put "WANT_OLDUSB=yes" in /etc/make.conf and
561 make buildworld
562 make buildkernel
563 make installworld
564 make installkernel
566 make upgrade
604 compiler and GCC 4.4 is the alternative compiler. The "NO_GCC47" make
608 /etc/make.conf to prohibit GCC 4.4 from building. However, using it is
669 NO_X make.conf option was removed too.
678 NO_GCC47 in /etc/make.conf.
689 be put in make.conf and device "usb4bsd" (quotes needed) has to
743 Due to changes in the way we build with more than one make job, you
745 want to build with 'make -j':
747 cd /usr/src/usr.bin/xinstall; make; make install; make clean
748 cd /usr/src/bin/mkdir; make; make install; make clean
810 make buildworld
811 make installworld
812 make upgrade
813 make buildkernel KERNCONF=<KERNELNAME>
814 make installkernel KERNCONF=<KERNELNAME>
841 make buildworld
842 make buildkernel KERNCONF=<KERNELNAME>
843 make installkernel KERNCONF=<KERNELNAME>
844 make installworld
850 make upgrade
865 this is handled automatically by 'make upgrade'. A few cases needs manual
868 * When installing a kernel without first doing a make buildworld,
870 make DESTDIR/boot directory and move kernel and modules into this boot
889 place. make upgrade may not catch all of your disk devices in /dev,
992 make depend information, it starts from scratch, so no pre-cleaning of the
1009 make buildworld
1010 make buildkernel KERNCONF=<KERNELNAME>
1022 make installkernel KERNCONF=<KERNELNAME>
1023 make installworld
1025 Then you need to upgrade your system. DragonFly's 'make upgrade' target
1030 recommend that you make a backup of at least your /etc before applying
1034 make upgrade
1036 NOTE! Never do a 'make upgrade' before 'make installworld' has been run.