Changeset b0b4592e in mainline for uspace/Makefile
- Timestamp:
- 2014-03-15T19:21:53Z (11 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r2034f98 rb0b4592e 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 \ … … 91 92 srv/locsrv \ 92 93 srv/logger \ 94 srv/klog \ 93 95 srv/devman \ 94 96 srv/loader \ … … 252 254 lib/pcm \ 253 255 lib/bithenge \ 254 lib/posix 256 lib/posix \ 257 lib/mbr \ 258 lib/gpt 255 259 256 260 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.