HMAKE(1)
USER COMMANDS
HMAKE(1)
NAME
Hmake - make utility to maintain groups of programs for SCore heterogeneous programming environment

SYNOPSIS
Hmake [--on host[,host...]] [--out output_file] [make_options]

DESCRIPTION
The Hmake utility is a wrapper for the Make(1) command. It remotely executes Make commands in parallel on multiple machines with different operating system types.

Hmake uses Make(1).

The options available for Hmake:

--on host[,host...]
Execute Make(1) on host host. Provide a comma-separated list of hosts if more than one operating system type needs to be specified for maintenance of source. If this option is not specified, then a list of hosts is taken from the HMAKE_HOSTS environment variable. If HMAKE_HOSTS is not set, then a default list created by the system administrator is used

--out output_file
Redirect Make output to the file output_file.host, where host is the hostname of the remote host. If multiple hosts are specified, then multiple files will be created, one per hostname

ENVIRONMENT
HMAKE_HOSTS
If HMAKE_HOSTS is set, its value is used as the host list

SEE ALSO
Make(1)

CREDIT
This document is a part of the SCore cluster system software developed at Real World Computing Partnership, Japan. Copyright (c) 2000, 1999 Real World Computing Partnership.