Changeset 1787e527 in mainline for boot/arch/amd64/Makefile.inc


Ignore:
Timestamp:
2009-11-16T21:22:54Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ebdf94
Parents:
fcbd1be (diff), 9c70ed6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merged with head (unstable)

File:
1 edited

Legend:

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

    rfcbd1be r1787e527  
    5252        $(USPACEDIR)/srv/fs/fat/fat \
    5353        $(USPACEDIR)/srv/bd/ata_bd/ata_bd \
    54         $(USPACEDIR)/srv/bd/file_bd/file_bd
     54        $(USPACEDIR)/srv/bd/file_bd/file_bd \
     55        $(USPACEDIR)/srv/part/mbr_part/mbr_part
    5556
    5657RD_APPS = \
     58        $(USPACEDIR)/app/edit/edit \
    5759        $(USPACEDIR)/app/getvc/getvc \
     60        $(USPACEDIR)/app/redir/redir \
    5861        $(USPACEDIR)/app/tetris/tetris \
    5962        $(USPACEDIR)/app/tester/tester \
     
    9497
    9598clean:
    96         -for file in $(RD_SRVS) ; do \
     99        for file in $(RD_SRVS) ; do \
    97100                rm -f $(USPACEDIR)/dist/srv/`basename $$file` ; \
    98101        done
    99         -for file in $(RD_APPS) ; do \
     102        for file in $(RD_APPS) ; do \
    100103                rm -f $(USPACEDIR)/dist/app/`basename $$file` ; \
    101104        done
    102         -rm -fr $(TMP)
    103         -rm -f $(BASE)/image.iso
     105        rm -fr $(TMP)
     106        rm -f $(BASE)/image.iso
Note: See TracChangeset for help on using the changeset viewer.