Changeset 5261062 in mainline
- Timestamp:
-
2018-05-01T19:01:37Z
(8 years ago)
- Author:
- Jiří Zárevúcky <jiri.zarevucky@…>
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 009c485
- Parents:
- 9e5cc73
- Message:
-
Default to nproc processes when running make check.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r9e5cc73
|
r5261062
|
|
| 103 | 103 | $(CHECK) -j $(JOBS) |
| 104 | 104 | else |
| 105 | | $(CHECK) |
| | 105 | $(CHECK) -j $(shell nproc) |
| 106 | 106 | endif |
| 107 | 107 | |