Changeset b2695b9 in mainline for uspace/lib/c/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/c/meson.build
r740e952 rb2695b9 22 22 23 23 if CONFIG_DEVEL_FILES 24 uspace_lib_install_script_text += 'mkdir -p "${ MESON_INSTALL_DESTDIR_PREFIX}include/libc"'24 uspace_lib_install_script_text += 'mkdir -p "${DESTDIR}include/libc"' 25 25 26 26 foreach idir : incdirs 27 27 _sdir = meson.current_source_dir() / idir 28 uspace_lib_install_script_text += 'cp -R -L -T "@0@" "${ MESON_INSTALL_DESTDIR_PREFIX}include/libc"'.format(_sdir)28 uspace_lib_install_script_text += 'cp -R -L -T "@0@" "${DESTDIR}include/libc"'.format(_sdir) 29 29 endforeach 30 30 endif
Note:
See TracChangeset
for help on using the changeset viewer.