Changeset e8f6f94 in mainline
- Timestamp:
-
2018-03-29T14:34:32Z
(8 years ago)
- Author:
- Jiri Svoboda <jiri@…>
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5b8f731
- Parents:
- ccea254
- Message:
-
Add C-style check to make check.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rccea254
|
re8f6f94
|
|
| 99 | 99 | |
| 100 | 100 | # Pre-integration build check |
| 101 | | check: $(CHECK) |
| | 101 | check: ccheck $(CHECK) |
| 102 | 102 | ifdef JOBS |
| 103 | 103 | $(CHECK) -j $(JOBS) |