Changeset 7174403 in mainline for boot/Makefile.silo


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.silo

    r5cd3d67 r7174403  
    4141
    4242$(POST_OUTPUT): build_dist
    43         mkisofs -f -G $(ISOFS_B_IN) -B ... -r -o $@ $(DISTROOT)/
     43        $(GENISOIMAGE) -f -G $(ISOFS_B_IN) -B ... -r -o $@ $(DISTROOT)/
    4444
    4545build_dist: clean
Note: See TracChangeset for help on using the changeset viewer.