|
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
|
|
157.
|
|
|
-l [N], --load-average[=N], --max-load[=N]
Don't start multiple jobs unless load is below N.
|
|
|
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.
|
|
|
|
-l [N], --load-average[=N], --max-load[=N]
負荷 が N 未満でない限り複数のジョブを開始しない.
|
|
Translated and reviewed by
GOTO Masanori
|
|
|
|
Located in
src/main.c:366
|
|
158.
|
|
|
-L, --check-symlink-times Use the latest mtime between symlinks and target.
|
|
|
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.
|
|
|
|
-L, --check-symlink-times シンボリックリンクとターゲットの中で一番新しい mtime を使う.
|
|
Translated by
Takeshi Hamasaki
|
|
|
|
Located in
src/main.c:369
|
|
159.
|
|
|
-n, --just-print, --dry-run, --recon
Don't actually run any commands; just print them.
|
|
|
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.
|
|
|
|
-n, --just-print, --dry-run, --recon
コマンドを実際に実行しない; 表示するのみ.
|
|
Translated and reviewed by
GOTO Masanori
|
|
|
|
Located in
main.c:325
|
|
160.
|
|
|
-o FILE, --old-file=FILE, --assume-old=FILE
Consider FILE to be very old and don't remake it.
|
|
|
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.
|
|
|
|
-o FILE, --old-file=FILE, --assume-old=FILE
FILE をとても古いものと見なして, 再 make しない.
|
|
Translated and reviewed by
GOTO Masanori
|
|
|
|
Located in
src/main.c:374
|
|
161.
|
|
|
-p, --print-data-base Print make's internal database.
|
|
|
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.
|
|
|
|
-p, --print-data-base make の内部データベースを表示する.
|
|
Translated and reviewed by
GOTO Masanori
|
|
|
|
Located in
src/main.c:380
|
|
162.
|
|
|
-q, --question Run no commands; exit status says if up to date.
|
|
|
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.
|
|
|
|
-q, --question コマンドを実行しない; 更新済であるかどうかを終了ステータスで通知.
|
|
Translated and reviewed by
GOTO Masanori
|
|
|
|
Located in
main.c:333
|