- Timestamp:
- 2019-08-17T12:49:43Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2d75831
- Parents:
- b2695b9
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-27 17:28:06)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- Location:
- uspace
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/meson.build
rb2695b9 r123cd6d 220 220 if CONFIG_DEVEL_FILES 221 221 install_files += [[ 'lib', libstartfiles.full_path(), 'libstartfiles.a' ]] 222 install_deps += [ libstartfiles ] 222 223 endif -
uspace/lib/meson.build
rb2695b9 r123cd6d 131 131 _sdir = meson.current_source_dir() / l 132 132 uspace_lib_install_script_text += 'mkdir -p "${DESTDIR}include/lib@0@"'.format(l) 133 uspace_lib_install_script_text += 'cp -L -t "${DESTDIR}include/lib@0@" "@1@"/*.h '.format(l, _sdir)133 uspace_lib_install_script_text += 'cp -L -t "${DESTDIR}include/lib@0@" "@1@"/*.h || true'.format(l, _sdir) 134 134 endif 135 135 endif -
uspace/meson.build
rb2695b9 r123cd6d 44 44 _dstdir = 'drv' / _basename 45 45 install_files += [[ _dstdir, _src, _basename + '.ma' ]] 46 install_deps += files(_src) 46 47 endif 47 48 endforeach … … 72 73 _src = meson.current_source_dir() / dir / _f.get('name') 73 74 install_files += [[ _dstdir, _src, _f.get('name') ]] 75 install_deps += files(_src) 74 76 endforeach 75 77 endif
Note:
See TracChangeset
for help on using the changeset viewer.