Changeset b2695b9 in mainline for uspace/lib/c/meson.build


Ignore:
Timestamp:
2019-08-17T12:49:43Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
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)
Message:

More tweaks and switch to building the dist directory during the build stage, not install stage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/meson.build

    r740e952 rb2695b9  
    2222
    2323if 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"'
    2525
    2626        foreach idir : incdirs
    2727                _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)
    2929        endforeach
    3030endif
Note: See TracChangeset for help on using the changeset viewer.