Changeset 5631c9c in mainline for boot/yaboot


Ignore:
Timestamp:
2019-08-17T12:49:43Z (7 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:
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)
Message:

sparc64 boot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/yaboot/meson.build

    r356e17e0 r5631c9c  
    1 
    2 yaboot_distdir = custom_target('yaboot_dist',
    3         output: 'yaboot_dist',
     1distdir = custom_target('distdir',
     2        output: 'distdir',
    43        input: [
    54                'build_dist.sh',
     
    1514image_iso = custom_target('image.iso',
    1615        output: 'image.iso',
    17         input: [ yaboot_distdir, 'maps' ],
     16        input: [ distdir, 'maps' ],
    1817        command: [
    1918                genisoimage,
Note: See TracChangeset for help on using the changeset viewer.