Changeset 5828554 in mainline for uspace/Makefile
- Timestamp:
- 2014-01-19T14:37:22Z (11 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r2f591127 r5828554 45 45 app/edit \ 46 46 app/getterm \ 47 app/hdisk \ 47 48 app/init \ 48 49 app/inet \ 49 50 app/kill \ 50 51 app/killall \ 51 app/k log\52 app/kio \ 52 53 app/loc \ 53 54 app/logset \ … … 68 69 app/trace \ 69 70 app/top \ 71 app/untar \ 70 72 app/usbinfo \ 71 73 app/vuhid \ … … 90 92 srv/locsrv \ 91 93 srv/logger \ 94 srv/klog \ 92 95 srv/devman \ 93 96 srv/loader \ … … 239 242 lib/softrend \ 240 243 lib/draw \ 244 lib/math \ 241 245 lib/net \ 242 246 lib/nic \ … … 250 254 lib/pcm \ 251 255 lib/bithenge \ 252 lib/posix 256 lib/posix \ 257 lib/mbr \ 258 lib/gpt 253 259 254 260 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.