Changeset 5828554 in mainline for uspace/Makefile


Ignore:
Timestamp:
2014-01-19T14:37:22Z (11 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf982ff
Parents:
2f591127 (diff), 476f62c (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

    r2f591127 r5828554  
    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 \
     
    6869        app/trace \
    6970        app/top \
     71        app/untar \
    7072        app/usbinfo \
    7173        app/vuhid \
     
    9092        srv/locsrv \
    9193        srv/logger \
     94        srv/klog \
    9295        srv/devman \
    9396        srv/loader \
     
    239242        lib/softrend \
    240243        lib/draw \
     244        lib/math \
    241245        lib/net \
    242246        lib/nic \
     
    250254        lib/pcm \
    251255        lib/bithenge \
    252         lib/posix
     256        lib/posix \
     257        lib/mbr \
     258        lib/gpt
    253259
    254260LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.