|
180.
|
|
|
-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=檔案, --makefile=檔案
從 <檔案> 中讀入 makefile。
|
|
Translated by
pan93412
|
|
|
|
Located in
src/main.c:352
|
|
181.
|
|
|
-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 by
pan93412
|
|
|
|
Located in
src/main.c:355
|
|
182.
|
|
|
-i, --ignore-errors Ignore errors from recipes.
|
|
|
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 by
pan93412
|
|
|
|
Located in
src/main.c:357
|
|
183.
|
|
|
-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 目錄, --include-dir=目錄 在 <目錄> 中搜尋被包含的 makefile。
|
|
Translated by
pan93412
|
|
|
|
Located in
src/main.c:359
|
|
184.
|
|
|
-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 by
pan93412
|
|
|
|
Located in
src/main.c:362
|
|
185.
|
|
|
-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 當某些目標無法製作時仍然繼續。
|
|
Translated by
pan93412
|
|
|
|
Located in
src/main.c:364
|
|
186.
|
|
|
-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 by
pan93412
|
|
|
|
Located in
src/main.c:366
|
|
187.
|
|
|
-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 使用符號連結及符號連結目標中修改時間較晚的一個。
|
|
Translated by
pan93412
|
|
|
|
Located in
src/main.c:369
|
|
188.
|
|
|
-n, --just-print, --dry-run, --recon
Don't actually run any recipe; 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 by
pan93412
|
|
|
|
Located in
src/main.c:371
|
|
189.
|
|
|
-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 檔案, --old-file=檔案, --assume-old=檔案
將 <檔案> 當做很舊,不必重新製作。
|
|
Translated by
pan93412
|
|
|
|
Located in
src/main.c:374
|