MPE/iX Shell and Utilities Reference Manual, Vol 1

make(1) MPE/iX Shell and Utilities make(1)
GROUPSHELL
Gives the path name of the command interpreter (shell) that make calls to process
group recipes.
GROUPSUFFIX
Specifies a string for make to use as a suffix when creating group recipe files to be
handed to the command interpreter.
.IGNORE
If this is assigned a non-null value, make assigns the .IGNORE attribute to every
target.
INCDEPTH
The current depth of makefile inclusion. This is set internally.
MAKE This is set by the startup file and may be changed by the user. The standard startup
file defines it as
$(MAKECMD) $(MFLAGS)
The MAKE macro is not used by make itself, but the string $(MAKE) is recognized
when using the –n option for single line recipes.
MAKECMD
The name with which make was invoked.
MAKEDIR
Full path name of the initial directory in which make began execution.
MAKEFLAGS
The MAKEFLAGS macro contains all the options and macros specified in the
MAKEFLAGS
environment variable plus all the options and macros specified on the
command line, with the following exceptions:
Specifying –c, –f,or–p in the environment variable results in an error.
These same options, when specified on the command line, do not appear in the
MAKEFLAGS macro.
Options in the
MAKEFLAGS
environment variable may have leading minus signs and can be
separated by spaces. These are stripped out when the MAKEFLAGS macro is constructed.
Note: make always reads the
MAKEFLAGS
environment variable before reading the
makefile. The –E and –e options do not affect this.
1-350 Commands and Utilities