Changeset 0e8c158 in mainline for boot/arch/amd64/Makefile.inc


Ignore:
Timestamp:
2018-10-12T12:18:16Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6d00aff
Parents:
8fefd8b
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-12 12:09:54)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-12 12:18:16)
Message:

App listing in boot doesn't need whole binary path for each entry

This is not purely cosmetic. Making most of the information implicit
might allow us to automatically install app-associated data and tests,
reducing the amount of metadata maintained.

File:
1 edited

Legend:

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

    r8fefd8b r0e8c158  
    6363
    6464RD_APPS_ESSENTIAL += \
    65         $(USPACE_PATH)/app/edit/edit \
    66         $(USPACE_PATH)/app/mixerctl/mixerctl \
    67         $(USPACE_PATH)/app/wavplay/wavplay
     65        edit \
     66        mixerctl \
     67        wavplay
    6868
    6969RD_DATA_NON_ESSENTIAL += \
Note: See TracChangeset for help on using the changeset viewer.