Changeset 3155 in kBuild for trunk/src/kmk/main.c
- Timestamp:
- Mar 16, 2018 2:14:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/main.c
r3149 r3155 467 467 -o FILE, --old-file=FILE, --assume-old=FILE\n\ 468 468 Consider FILE to be very old and don't remake it.\n"), 469 #ifndef KMK 469 470 N_("\ 470 471 -O[TYPE], --output-sync[=TYPE]\n\ 471 472 Synchronize output of parallel jobs by TYPE.\n"), 473 #else 474 N_("\ 475 -O[TYPE], --output-sync[=TYPE]\n\ 476 Synchronize output of parallel jobs by TYPE:\n\ 477 none = no synchronization (default).\n\ 478 line = receip line output\n\ 479 target = entire receip output\n\ 480 recurse = entire recursive invocation\n"), 481 #endif 472 482 N_("\ 473 483 -p, --print-data-base Print make's internal database.\n"),
Note:
See TracChangeset
for help on using the changeset viewer.