|
147.
|
|
|
-C DIRECTORY, --directory=DIRECTORY
Change to DIRECTORY before doing anything.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-C DIRECTORY, --directory=DIRECTORY
make 開始前にディレクトリ DIRECTORY へ移動する.
|
|
Translated and reviewed by
GOTO Masanori
|
|
|
|
Located in
src/main.c:340
|
|
148.
|
|
|
-d Print lots of debugging information.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-d デバッグ情報を大量に表示する.
|
|
Translated and reviewed by
GOTO Masanori
|
|
|
|
Located in
src/main.c:343
|
|
149.
|
|
|
--debug[=FLAGS] Print various types of debugging information.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
--debug[=FLAGS] 様々なタイプのデバッグ情報を表示する.
|
|
Translated and reviewed by
GOTO Masanori
|
|
|
|
Located in
src/main.c:345
|
|
150.
|
|
|
-e, --environment-overrides
Environment variables override makefiles.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-e, --environment-overrides
環境変数が makefile 中の記述に優先する
|
|
Translated and reviewed by
GOTO Masanori
|
|
|
|
Located in
src/main.c:347
|
|
151.
|
|
|
-f FILE, --file=FILE, --makefile=FILE
Read FILE as a makefile.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-f FILE, --file=FILE, --makefile=FILE
FILE を makefile として読み込む
|
|
Translated and reviewed by
GOTO Masanori
|
|
|
|
Located in
src/main.c:352
|
|
152.
|
|
|
-h, --help Print this message and exit.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-h, --help このメッセージを表示して終了する.
|
|
Translated and reviewed by
GOTO Masanori
|
|
|
|
Located in
src/main.c:355
|
|
153.
|
|
|
-i, --ignore-errors Ignore errors from commands.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-i, --ignore-errors コマンドから返されたエラーを無視する.
|
|
Translated and reviewed by
GOTO Masanori
|
|
|
|
Located in
main.c:311
|
|
154.
|
|
|
-I DIRECTORY, --include-dir=DIRECTORY
Search DIRECTORY for included makefiles.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-I DIRECTORY, --include-dir=DIRECTORY
Search DIRECTORY for included makefiles.
インクルードする makefile を探索する DIRECTORY.
|
|
Translated and reviewed by
GOTO Masanori
|
|
|
|
Located in
src/main.c:359
|
|
155.
|
|
|
-j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no arg.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-j [N], --jobs[=N] 一度に N 個までのジョブを許可; 無引数だとジョブ数制限なし.
|
|
Translated and reviewed by
GOTO Masanori
|
|
|
|
Located in
src/main.c:362
|
|
156.
|
|
|
-k, --keep-going Keep going when some targets can't be made.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-k, --keep-going あるターゲットが make できなくても実行を続ける.
|
|
Translated and reviewed by
GOTO Masanori
|
|
|
|
Located in
src/main.c:364
|