Changeset 7174403 in mainline for boot/Makefile.yaboot


Ignore:
Timestamp:
2012-01-25T20:25:45Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9cd8165, cf858877
Parents:
5cd3d67
Message:

the "mkisofs" is being gradually phased out in distros
be ready for that

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.yaboot

    r5cd3d67 r7174403  
    4040
    4141$(POST_OUTPUT): build_dist
    42         mkisofs -hfs -part -map $(MAPS) -no-desktop -hfs-volid "HelenOS" -hfs-bless $(DISTROOT)/boot -r -o $@ $(DISTROOT)/
     42        $(GENISOIMAGE) -hfs -part -map $(MAPS) -no-desktop -hfs-volid "HelenOS" -hfs-bless $(DISTROOT)/boot -r -o $@ $(DISTROOT)/
    4343
    4444build_dist: clean
Note: See TracChangeset for help on using the changeset viewer.