Lines Matching refs:build

6 # The PicoBSD build script. Invoked as
23 # Makefile.conf Makefile used to build the kernel
38 # buildtree.mk optional Makefile to build an extension for floppy tree
80 # BUILDDIR is the build directory
116 o_init_src="" # set to build libs and includes.
120 o_do_modules="" # do not build modules
138 # mountpoint used to build memory filesystems
162 # use the new build infrastructure to create libraries
163 # and also to build a specific target
224 eval $e # build binary
280 MSG="PicoBSD build -- Current parameters:\n\n\t1. ${MSG1}\n\
285 # Main build procedure. Builds both the disk image and the ISO
297 . ${PICO_TREE}/build/config
305 # create build directory and subtree
309 # invoke commands to build a kernel
320 # Set build parameters interactively
329 dialog --menu "PicoBSD build menu -- (29 sep 2001)" 19 70 12 \
330 N "--> READY, build it <---" \
397 # Call the build procedure
404 cat .build.reply || true
408 "\nThe build process was completed successfuly.\n\
409 `cat .build.reply` \n\n\
431 # if MODULES is set (value is irrelevant) the makefile will build modules.
438 # kernel build not parallelizable yet
440 -f ${PICO_TREE}/build/Makefile.conf ) || \
503 # You can use ${CROSS} to point to the root of the cross build
643 # then run crunchgen etc. to build the binary and create links.
659 [ -f ${a} ] || a=${PICO_TREE}/build/mfs.mtree
673 ### now build the crunched binaries ###
680 -f ${PICO_TREE}/build/Makefile.conf ${BUILDDIR}/crunch.mk )
777 # final step -- build the mfs image
812 echo "Error: you must build PICOBSD${suffix} kernel first"
947 # leave build stuff if verbose
951 # df -ik ${dst} | colrm 70 > .build.reply
977 # XXX 20131001 see if CLANG fixes the build
1004 # and build the config program
1067 --modules) # also build kernel modules