Changeset 95b730c2 in mainline for boot/arch/amd64/Makefile.inc


Ignore:
Timestamp:
2008-10-27T19:48:07Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
de4a1cf
Parents:
7a5cdded
Message:

finish mkfat.py
this drops build dependency on mtools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/amd64/Makefile.inc

    r7a5cdded r95b730c2  
    8181endif
    8282ifeq ($(RDFMT),fat)
    83         $(BASE)/tools/mkfat.sh $(USPACEDIR)/dist/ arch/$(ARCH)/iso/boot/initrd.fs
     83        $(BASE)/tools/mkfat.py $(USPACEDIR)/dist/ arch/$(ARCH)/iso/boot/initrd.fs
    8484endif
    8585        $(BASE)/tools/mkhord.py 4096 arch/$(ARCH)/iso/boot/initrd.fs arch/$(ARCH)/iso/boot/initrd.img
Note: See TracChangeset for help on using the changeset viewer.