Changeset 123cd6d 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:
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.