Changeset 5139663 in mainline


Ignore:
Timestamp:
2019-08-17T12:49:44Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
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)
Message:

Remove broken tools/check.sh, as it's replaced by build_all.sh

Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r4b65f9a r5139663  
    3030CSCOPE = cscope
    3131FORMAT = clang-format
    32 CHECK = tools/check.sh
    3332
    3433ERRNO_HEADER = abi/include/abi/errno.h
    3534ERRNO_INPUT = abi/include/abi/errno.in
    3635
    37 .PHONY: all cscope cscope_parts format ccheck ccheck-fix space doxy check check_errno releasefile release
     36.PHONY: all cscope cscope_parts format ccheck ccheck-fix space doxy check_errno releasefile release
    3837
    3938all:
     
    6564        ninja -C $(BUILD_DIR) doxygen
    6665
    67 # Pre-integration build check
    68 check: ccheck $(CHECK)
    69 ifdef JOBS
    70         $(CHECK) -j $(JOBS)
    71 else
    72         $(CHECK) -j $(shell nproc)
    73 endif
    74 
    7566# `sed` pulls a list of "compatibility-only" error codes from `errno.in`,
    7667# the following grep finds instances of those error codes in HelenOS code.
Note: See TracChangeset for help on using the changeset viewer.