Changeset 6946f23 in mainline for boot/Makefile


Ignore:
Timestamp:
2013-12-17T14:11:24Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0773396, ac36aed
Parents:
f5ceb18 (diff), 2034f98 (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:

Merge POSIX-related updates

Math functions were moved to a separate library. This would
allow us to easily swap the dummy implementation with a real
one (e.g. from fdlibm).

Also added few Python examples to uspace/dist/src.

Merged branch: lp:~vojtech-horky/helenos/posix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    rf5ceb18 r6946f23  
    9797        rm -f $(USPACE_PATH)/dist/srv/*
    9898        rm -rf $(USPACE_PATH)/dist/drv/*
    99         rm -f $(USPACE_PATH)/dist/lib/*
     99        rm -rf $(USPACE_PATH)/dist/lib/*
    100100        rm -rf $(USPACE_PATH)/dist/inc/*
    101101        rm -f $(USPACE_PATH)/dist/app/*
Note: See TracChangeset for help on using the changeset viewer.