1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
.\" $NetBSD$
.\"
.\" Copyright (c) 2010 by Aleksey Cheusov (vle@gmx.net)
.\" Absolutely no warranty.
.\"
.\" ------------------------------------------------------------------
.de VB \" Verbatim Begin
.ft CW
.nf
.ne \\$1
..
.de VE \" Verbatim End
.ft R
.fi
..
.\" ------------------------------------------------------------------
.TH MKCMAKE 1 "August 10, 2012" "" ""
.SH NAME
mkcmake \- wrapper for bmake using mk-configure's Mk files and sys.mk
.SH SYNOPSIS
.BI mkcmake " [bmake options]"
.SH DESCRIPTION
.B mkcmake
is a trivial wrapper for NetBSD make
.RB ( bmake )
that uses
mk-configure's Mk files and sys.mk.
In all other aspects it is full equivalent of
.BR bmake .
.SH OPTIONS
See
.BR bmake .
.SH EXAMPLES
.VB
mkcmake
mkcmake all
mkcmake -f makefile cleandir
.VE
.SH ENVIRONMENT VARIABLES
.IP MKC_BMAKE
Path to
.BR bmake
overriding compile-time default.
.SH SEE ALSO
.BR bmake(1) ,
.BR mk-configure(7)
.SH AUTHOR
Aleksey Cheusov <vle@gmx.net>
|