- Timestamp:
- 2019-08-17T12:49:44Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 58ef532
- Parents:
- 6068476
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-07-21 12:32:55)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:44)
- Location:
- meson/part
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/part/initrd/meson.build
r6068476 r05d97eef 11 11 install_deps += [ files(libgcc) ] 12 12 endif 13 14 # Collect and install copyright information. 15 copyrights_file = custom_target('COPYRIGHT', 16 output: 'COPYRIGHT', 17 command: cpc, 18 capture: true, 19 ) 20 21 install_files += [[ '', copyrights_file.full_path(), 'COPYRIGHT' ]] 22 install_deps += [ copyrights_file ] 13 23 14 24 # Emit the install script. -
meson/part/tools/meson.build
r6068476 r05d97eef 25 25 unzip = find_program('unzip') 26 26 which = find_program('which') 27 cpc = find_program(_tools_dir / 'cc.sh') 27 28 28 29 sh = [ find_program('sh'), '-u', '-e' ]
Note:
See TracChangeset
for help on using the changeset viewer.