more unification
[helenos.git] / install.sh
blob1f96c430a0dea2a79d271d6e3fbe3f79ce47cbe1
1 #!/bin/sh
3 export CONFIG_DEVEL_FILES=$1
6 # Install generated map files into the 'debug' subdirectory.
8 echo "######## Installing library map files ########"
10 # TODO: add configuration option to install debug files
12 if false; then
13 cd ${MESON_BUILD_ROOT}/uspace
14 find -name '*.map' -a -path './lib/*' | sed 's:^\./::' | xargs --verbose -I'@' install -C -D -m644 -T '@' "${MESON_INSTALL_DESTDIR_PREFIX}debug/"'@'
17 # Install library headers that are mixed in with source files (no separate 'include' subdir).
18 # The properly separated headers are installed by the meson script.
20 ) > ${MESON_BUILD_ROOT}/install_custom.log 2>&1