Home | History | Annotate | Download | only in etc

Lines Matching refs:kernels

16 #   KERNCONFDIR is where the configuration files for kernels are found;
418 # Build a full distribution including kernels & install media.
531 # build kernels --
532 # This target builds the kernels specified by each port.
533 # A port may specify the following kernels:
535 # KERNEL_SETS The list of kernels that will be
538 # These kernels are also placed in the
542 # EXTRA_KERNELS Additional kernels to place in the
549 # BUILD_KERNELS Additional kernels to build which are
552 # package. These are typically kernels
557 # of filename suffixes for kernels to include in the kernel sets and
559 # "netbsd.ecoff" and "netbsd.srec"). It is not an error if kernels
563 # A list of all the kernels to build, which can be overridden from
573 # Configure & compile kernels listed in ${ALL_KERNELS}
608 kernels=; newest=; \
613 kernels="$${kernels} $${ks}"; \
618 kernels="$${kernels} $${ks}.gdb"; \
622 echo "echo $${kernels} | $${pax_cmd}"; \
637 for kernel in $${kernels}; do \
687 # kernels. This mess is needed because checkflist runs before the
688 # kernels are built. It should really run before the sets are build.