Changeset 4c14b88 in mainline for uspace/Makefile


Ignore:
Timestamp:
2013-12-31T07:57:14Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1b973dc
Parents:
6297465 (diff), 208b5f5 (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:

mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r6297465 r4c14b88  
    4545        app/edit \
    4646        app/getterm \
     47        app/hdisk \
    4748        app/init \
    4849        app/inet \
     
    6869        app/trace \
    6970        app/top \
     71        app/untar \
    7072        app/usbinfo \
    7173        app/vuhid \
     
    7678        app/nettest3 \
    7779        app/ping \
    78         app/ping6 \
    7980        app/sysinfo \
    8081        app/mkbd \
    8182        app/date \
    8283        app/vdemo \
     84        app/viewer \
    8385        app/vlaunch \
    8486        app/vterm \
     
    9799        srv/net/inetsrv \
    98100        srv/net/loopip \
     101        srv/net/nconfsrv \
    99102        srv/net/slip \
    100103        srv/net/tcp \
     
    237240        lib/softrend \
    238241        lib/draw \
     242        lib/math \
    239243        lib/net \
    240244        lib/nic \
     
    248252        lib/pcm \
    249253        lib/bithenge \
    250         lib/posix
     254        lib/posix \
     255        lib/mbr \
     256        lib/gpt
    251257
    252258LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.