Changeset 6d974a4 in mainline
- Timestamp:
- 2020-03-11T11:11:23Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 172cae4c, 44dde42
- Parents:
- badfbc0
- git-author:
- Manuele Conti <manuele.conti@…> (2020-03-10 12:06:13)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2020-03-11 11:11:23)
- Location:
- meson/part
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/part/extra_targets/meson.build
rbadfbc0 r6d974a4 82 82 endif 83 83 84 if cppcheck.found() 85 run_target('cppcheck', command: ['cppcheck', '--project=' + 86 join_paths(meson.build_root(), 'compile_commands.json'), 87 ' -q --force --file-list=*.c* --platform=unix32 --enable=all' ]) 88 endif 89 84 90 # TODO text-xcw 85 91 #ifeq ($(CONFIG_DEVEL_FILES),y) -
meson/part/tools/meson.build
rbadfbc0 r6d974a4 54 54 which = find_program('which') 55 55 cpc = find_program(_tools_dir / 'cc.sh') 56 cppcheck = find_program('cppcheck', required: false) 56 57 57 58 sh = [ find_program('sh'), '-u', '-e' ]
Note:
See TracChangeset
for help on using the changeset viewer.