Changeset a5c468e in mainline for uspace/Makefile


Ignore:
Timestamp:
2018-11-11T20:21:08Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4640416
Parents:
5c03bd30
Message:

Build XCW demo as part of default target. Need to get real CFLAGS to fix some ARM targets, use export target. Make export as part of default target into uspace/export. Update gitignore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r5c03bd30 ra5c468e  
    278278        find lib app drv srv -name '*.lo' -follow -exec rm \{\} \;
    279279        find lib app drv srv -name '*.d' -follow -exec rm \{\} \;
     280        rm -fr export
    280281
    281282$(CLEANS):
Note: See TracChangeset for help on using the changeset viewer.