Home
last modified time | relevance | path

Searched refs:dmake_mode_specified (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc96 static Boolean dmake_mode_specified; /* `-m' */ variable
1421 dmake_mode_specified = false; in parse_command_option()
1423 dmake_mode_specified = true; in parse_command_option()
2029 if (dmake_mode_specified) { in read_files_and_state()