Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pmk(1) [debian man page]

PMK(1)							    BSD General Commands Manual 						    PMK(1)

NAME
pmk -- configuring tool SYNOPSIS
pmk [-hlv] [-b path] [-d switch_disable_list] [-e switch_enable_list] [-f file] [-o file] [options] DESCRIPTION
pmk is a configuring tool which aims to help building project on different operating systems. The options are as follows: -b path Use given path as basedir. -d switch_disable_list Provide a list of switches to disable. -e switch_enable_list Provide a list of switches to enable. -f file Use an alternate file instead of pmkfile(5). -h Display usage. -l Enable check build log. -o file Override pmk.conf data with the content of the given file. -v Display the version number. FILES
pmkfile pmk(1) specification file. /etc/pmk/pmk.conf default pmk(1) configuration file EXAMPLES
To display pmk version number: $ pmk -v To use src as the basedir and disable two switches: $ pmk -b src -d use_gtk,use_qt To specify an alternate pmkfile(5), enabling one switch and overriding /etc/pmk/pmk.conf with the content of a given file ( pmk/pmkovr in this case): $ pmk -f pmk/pmkfile -e use_curses -o pmk/pmkovr SEE ALSO
make(1), pmkscan(1), pmkfile(5), pmk.conf(5), pmksetup(8) HISTORY
The idea to replace configure script was existing since a long time. But the projet was initiated in the begining of March 2003. AUTHOR
Damien Couderc. BUGS
You have to find them. BSD
March 28, 2003 BSD

Check Out this Related Man Page

PMKINSTALL(1)						    BSD General Commands Manual 					     PMKINSTALL(1)

NAME
pmkinstall -- install binaries and data SYNOPSIS
pmkinstall [-bcs] [-B suffix] [-g group] [-m mode] [-o owner] file1 file2 pmkinstall [-bcs] [-B suffix] [-g group] [-m mode] [-o owner] file1 ... fileN directory pmkinstall -d [-g group] [-m mode] [-o owner] directory ... pmkinstall -v pmkinstall -h DESCRIPTION
The file(s) are copied to the target file or directory. If the destination is a directory, then the file is copied into directory with its original filename. If the -b option is given and the target file already exists, it is renamed to the original name folloeb by the backup suffix. The default suffix is ".old" but can be overriden with the -B option. The options are as follows: -B suffix Orverride backup suffix -b Backup any existing files before overwriting. -c Copy the file. This is actually the default. The -c option is only included for backwards compatibility. -d Create directories. Missing parent directories are created as required. -g group Specify a group. A numeric GID is allowed. -h Display usage. -m mode Specify an alternate mode. The default mode is set to rwxr-xr-x (0755). The specified mode may be either an octal or symbolic value; see chmod(1) for a description of possible mode values. -o owner Specify an owner. A numeric UID is allowed. -s pmkinstall exec's the command of environment variable STRIP to strip binaries so that install can be portable over a large number of systems and binary types. If the environment variable STRIP is not set, the action is skipped. -h Display version. The pmkinstall utility exits 0 on success, and >0 if an error occurs. ENVIRONMENT
STRIP Set which strip(1) program to run. SEE ALSO
pmk(1), pmkscan(1), pmksetup(8) AUTHOR
Damien Couderc. BSD
June 6, 1993 BSD
Man Page