Changeset 4c14b88 in mainline for uspace/Makefile
- Timestamp:
- 2013-12-31T07:57:14Z (11 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r6297465 r4c14b88 45 45 app/edit \ 46 46 app/getterm \ 47 app/hdisk \ 47 48 app/init \ 48 49 app/inet \ … … 68 69 app/trace \ 69 70 app/top \ 71 app/untar \ 70 72 app/usbinfo \ 71 73 app/vuhid \ … … 76 78 app/nettest3 \ 77 79 app/ping \ 78 app/ping6 \79 80 app/sysinfo \ 80 81 app/mkbd \ 81 82 app/date \ 82 83 app/vdemo \ 84 app/viewer \ 83 85 app/vlaunch \ 84 86 app/vterm \ … … 97 99 srv/net/inetsrv \ 98 100 srv/net/loopip \ 101 srv/net/nconfsrv \ 99 102 srv/net/slip \ 100 103 srv/net/tcp \ … … 237 240 lib/softrend \ 238 241 lib/draw \ 242 lib/math \ 239 243 lib/net \ 240 244 lib/nic \ … … 248 252 lib/pcm \ 249 253 lib/bithenge \ 250 lib/posix 254 lib/posix \ 255 lib/mbr \ 256 lib/gpt 251 257 252 258 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.