Changeset b2695b9 in mainline for uspace/lib/meson.build
- 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:
- 123cd6d
- Parents:
- 740e952
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-27 16:44:01)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/meson.build
r740e952 rb2695b9 123 123 if CONFIG_DEVEL_FILES and installed_libs.contains(l) 124 124 _sdir = meson.current_source_dir() / l / 'include' 125 uspace_lib_install_script_text += 'cp -R -L -T "@0@" "${ MESON_INSTALL_DESTDIR_PREFIX}include/lib@1@"'.format(_sdir, l)125 uspace_lib_install_script_text += 'cp -R -L -T "@0@" "${DESTDIR}include/lib@1@"'.format(_sdir, l) 126 126 endif 127 127 else … … 130 130 if CONFIG_DEVEL_FILES and installed_libs.contains(l) 131 131 _sdir = meson.current_source_dir() / l 132 uspace_lib_install_script_text += 'mkdir -p "${ MESON_INSTALL_DESTDIR_PREFIX}include/lib@0@"'.format(l)133 uspace_lib_install_script_text += 'cp -L -t "${ MESON_INSTALL_DESTDIR_PREFIX}include/lib@0@" "@1@"/*.h'.format(l, _sdir)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) 134 134 endif 135 135 endif
Note:
See TracChangeset
for help on using the changeset viewer.