MPE/iX Shell and Utilities Reference Manual, Vol 1

make(1) MPE/iX Shell and Utilities make(1)
Message: No .INCLUDE file(s) specified
Cause: You specified a .INCLUDE special target without providing the names of the
files to be included.
Action: Refer to the documentation on the .INCLUDE target and add the missing file
names.
Message: No file name for -f
Cause: You specified the –f option but did not follow it with a file name.
Action: Provide a file name following the –f option.
Message: No macro name
Cause: A macro assignment = appears without a macro name.
Action: Correct the offending line.
Message: No ’makefile’ present
Cause: make was unable to find Makefile or makefile, and did not have any
default rules.
Action: Create the missing makefile, or add default rules to startup.mk.
Message: No more memory
Cause: make was unable to allocate storage space.
Action: Free up some resources and try again.
Message: No target
Cause: make had a makefile to process, but did not find a rule defining a target to be
made.
Action: Add a target rule to your makefile, or specify a target on the command line.
Message: No ’makefile’ present
Cause: make was unable to find Makefile or makefile, and did not have any
default rules.
Action: Create the missing makefile, or add default rules to startup.mk.
Message: Nonglobal attributes ignored
Cause: You specified attributes that are nonglobal. make will ignore them.
Action: Remove the offending attributes.
Message: Only a single % allowed in a target pattern
Cause: A metarule target may contain only a single ’%’.
Action: Remove the additional percent signs.
Message: Only one .SETDIR attribute allowed in rule line
Cause: You have a rule with more than one .SETDIR attribute.
Action: If you want make to search for a file in a number of different directories, use
the .SOURCE special target.
1-358 Commands and Utilities