Changeset 94c05b89 in mainline for boot/Makefile


Ignore:
Timestamp:
2017-07-12T15:02:49Z (8 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5772aa1
Parents:
f3504c1
Message:

use the .incbin directive instead of marshalling the data manually
(this is the fastest and also the most resource-conservative method)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    rf3504c1 r94c05b89  
    122122
    123123clean_dist:
    124         rm -f $(INITRD).img $(COMPS).s $(COMPS).h $(COMPS)_desc.c $(COMPS).o $(COMPS)_desc.o $(COMPS).zip $(LINK)
     124        rm -f $(INITRD).img $(COMPS).s $(COMPS).h $(COMPS)_desc.c $(COMPONENTS_DEFLATE) $(COMPS).o $(COMPS)_desc.o $(COMPS).zip $(LINK)
    125125        find $(USPACE_PATH)/dist -mindepth 1 -maxdepth 1 -type f -exec rm \{\} \;
    126126        rm -f $(USPACE_PATH)/dist/srv/*
Note: See TracChangeset for help on using the changeset viewer.