Differences between current version and predecessor to the previous major change of KnowledgeBase/FreeBSD/CoreMakeTargets.

Other diffs: Previous Revision, Previous Author

Newer page: version 5 Last edited on Saturday, 24 July 2010 19:08:34 by CyberLeo
Older page: version 4 Last edited on Saturday, 3 July 2010 14:42:29 by CyberLeo Revert
@@ -22,10 +22,13 @@
  Install remaining distribution files not covered by installworld/installkernel 
  
 ---- 
 !!! Make Variables 
+  
+TARGET:  
+ Set the target architecture (i386/amd64)  
  
 DESTDIR: 
  Root installation path, / if unset 
  
 INSTKERNNAME: 
  Kernel installation path: ${DESTDIR}/boot/${INSTKERNNAME} (kernel if unset) 

current version

Make Targets

distrib-dirs
Create bare directory structure
buildworld
Build all userland binaries
kernel-toolchain
Build make, config, compiler, linker, etc for buildkernel (this is done implicitly during buildworld)
buildkernel
Build kernel and all modules
installworld
Install world into $DESTDIR
installkernel
Install kernel into $DESTDIR/boot
distribution
Install remaining distribution files not covered by installworld/installkernel

Make Variables

TARGET
Set the target architecture (i386/amd64)
DESTDIR
Root installation path, / if unset
INSTKERNNAME
Kernel installation path: ${DESTDIR}/boot/${INSTKERNNAME} (kernel if unset)