Changeset 740e952 in mainline for uspace/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:
b2695b9
Parents:
71069a9
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-27 16:04:58)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

more install tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/meson.build

    r71069a9 r740e952  
    66# This is currently disabled due to boot image size restrictions.
    77install_debug_files = false
    8 
    9 install_files = []
    10 install_deps = []
    118
    129subdir('lib')
     
    203200        endif
    204201endforeach
    205 
    206 uspace_bin_install_script_text = []
    207 
    208 foreach f : install_files
    209         _cmd = 'mkdir -p "${MESON_INSTALL_DESTDIR_PREFIX}@0@" && cp -L -T "@1@" "${MESON_INSTALL_DESTDIR_PREFIX}@0@/@2@"'
    210         uspace_bin_install_script_text += _cmd.format(f[0], f[1], f[2])
    211 endforeach
    212 
    213 uspace_install_script_text = uspace_lib_install_script_text + uspace_bin_install_script_text
    214 
    215 # Emit and register the install script.
    216 
    217 configure_file(
    218         configuration: { 'text' : '\n'.join(uspace_install_script_text) },
    219         input: 'install.sh.in',
    220         output: 'install.sh',
    221 )
    222 
    223 meson.add_install_script(meson.current_build_dir() / 'install.sh')
Note: See TracChangeset for help on using the changeset viewer.