Changeset 5631c9c in mainline for boot/yaboot
- Timestamp:
- 2019-08-17T12:49:43Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3582362
- Parents:
- 356e17e0
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-29 13:33:25)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- File:
-
- 1 edited
-
boot/yaboot/meson.build (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boot/yaboot/meson.build
r356e17e0 r5631c9c 1 2 yaboot_distdir = custom_target('yaboot_dist', 3 output: 'yaboot_dist', 1 distdir = custom_target('distdir', 2 output: 'distdir', 4 3 input: [ 5 4 'build_dist.sh', … … 15 14 image_iso = custom_target('image.iso', 16 15 output: 'image.iso', 17 input: [ yaboot_distdir, 'maps' ],16 input: [ distdir, 'maps' ], 18 17 command: [ 19 18 genisoimage,
Note:
See TracChangeset
for help on using the changeset viewer.
