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 smake(1) command. It remotely executes smake commands in parallel on multiple machines with different operating system types.

Hmake uses smake(1).

The options available for Hmake:

--on host[,host...]
Execute smake(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 smake 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
smake(1)

CREDIT
This document is a part of the SCore cluster system software developed at PC Cluster Consortium, Japan. Copyright (C) 2003 PC Cluster Consortium.