TOC PREV NEXT INDEX DOC LIST MASTER INDEX




More About Standard Options

Most build commands accept the following set of standard options:

-effort_only

Specifies that the command should only emit information about what the command would do if invoked in the normal way. For example, when the option is applied to the code command, the names of the files requiring recompilation are emitted.

Default value: false

-first_error

If set then processing stops when the first error occurs.

Default value: false

-force

Specifies that operation should be forced to occur even if it is not necessary. For example, when the option is applied to the code command, all arguments are recompiled even if recompilation is not needed.

Default value: false

-make_options make-options

Options that will be passed to each invocation of make. In particular, these options will be passed to make when make is called as part of executing other build commands.

Default value: " "

-verbose

Specifies that the command should emit additional informational output. For example, when the option is applied to the code command, invocations of the compiler by make will be emitted along with their arguments.

Default value: false


Rational Software Corporation 
http://www.rational.com
support@rational.com
techpubs@rational.com
Copyright © 1993-2001, Rational Software Corporation. All rights reserved.
TOC PREV NEXT INDEX DOC LIST MASTER INDEX TECHNOTES APEX TIPS