File: mkcmake.1

package info (click to toggle)
mk-configure 0.36.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,996 kB
  • sloc: ansic: 4,974; makefile: 1,387; sh: 1,087; cpp: 177; perl: 101; yacc: 85; lex: 21
file content (48 lines) | stat: -rw-r--r-- 952 bytes parent folder | download | duplicates (5)
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>