- Timestamp:
- 2023-10-22T14:04:49Z (21 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 590cb6d2
- Parents:
- b2cbc0b (diff), c63c2bb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- meson/part
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/part/compiler_args/meson.build
rb2cbc0b rf4a42661 60 60 '-Wall', 61 61 '-Wextra', 62 '-Werror-implicit-function-declaration',63 62 '-Wwrite-strings', 64 63 '-Wunknown-pragmas', … … 92 91 extra_cflags = extra_common_flags + [ 93 92 '-Wmissing-prototypes', 93 '-Werror-implicit-function-declaration', 94 94 95 95 '-Wno-missing-braces', -
meson/part/extra_targets/meson.build
rb2cbc0b rf4a42661 34 34 '--', 35 35 meson.build_root(), 36 config_py. path(),36 config_py.full_path(), 37 37 meson.source_root() / 'HelenOS.config', 38 38 meson.source_root() / 'defaults', … … 51 51 '--', 52 52 meson.build_root(), 53 config_py. path(),53 config_py.full_path(), 54 54 meson.source_root() / 'HelenOS.config', 55 55 meson.source_root() / 'defaults', … … 77 77 '--', 78 78 meson.source_root() / 'doxygen', 79 doxygen. path(),79 doxygen.full_path(), 80 80 _dox_cfg, 81 81 ])
Note:
See TracChangeset
for help on using the changeset viewer.