Changeset b0b4592e in mainline for uspace/Makefile


Ignore:
Timestamp:
2014-03-15T19:21:53Z (10 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c773adc
Parents:
2034f98 (diff), 8cffdf5 (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 mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r2034f98 rb0b4592e  
    4545        app/edit \
    4646        app/getterm \
     47        app/hdisk \
    4748        app/init \
    4849        app/inet \
    4950        app/kill \
    5051        app/killall \
    51         app/klog \
     52        app/kio \
    5253        app/loc \
    5354        app/logset \
     
    9192        srv/locsrv \
    9293        srv/logger \
     94        srv/klog \
    9395        srv/devman \
    9496        srv/loader \
     
    252254        lib/pcm \
    253255        lib/bithenge \
    254         lib/posix
     256        lib/posix \
     257        lib/mbr \
     258        lib/gpt
    255259
    256260LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.