Changeset 5139663 in mainline
- Timestamp:
- 2019-08-17T12:49:44Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 200b211
- Parents:
- 4b65f9a
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-07-08 13:20:41)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:44)
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r4b65f9a r5139663 30 30 CSCOPE = cscope 31 31 FORMAT = clang-format 32 CHECK = tools/check.sh33 32 34 33 ERRNO_HEADER = abi/include/abi/errno.h 35 34 ERRNO_INPUT = abi/include/abi/errno.in 36 35 37 .PHONY: all cscope cscope_parts format ccheck ccheck-fix space doxy check check_errno releasefile release36 .PHONY: all cscope cscope_parts format ccheck ccheck-fix space doxy check_errno releasefile release 38 37 39 38 all: … … 65 64 ninja -C $(BUILD_DIR) doxygen 66 65 67 # Pre-integration build check68 check: ccheck $(CHECK)69 ifdef JOBS70 $(CHECK) -j $(JOBS)71 else72 $(CHECK) -j $(shell nproc)73 endif74 75 66 # `sed` pulls a list of "compatibility-only" error codes from `errno.in`, 76 67 # the following grep finds instances of those error codes in HelenOS code.
Note:
See TracChangeset
for help on using the changeset viewer.