|
NAMEmkify —
BSDBuild auto-bundling script
SYNOPSIS
DESCRIPTIONThemkify utility copies installed BSDBuild include
files from their system location to mk under the
working directory. It accepts a list of BSDBuild modules as arguments (e.g.,
‘prog’ will cause
build.prog.mk(5)
to be installed). mkify also scans for include
directives and will automatically install all dependencies as well.
The BSDBuild build system is designed to be bundled with applications as a stand-alone set of make(1) include files, which are typically installed in a directory named mk in the top-level directory (or some other central location) in an application source code, such that people building applications which use the BSDBuild build system do not need to have BSDBuild or any other software installed on their systems. While the need for a mk directory may be perceived as a problem, there are several advantages:
SEE ALSOmkconfigure(1), build.common.mk(5), build.lib.mk(5), build.prog.mk(5)http://hypertriton.com/bsdbuild/
Visit the GSP FreeBSD Man Page Interface. |