Changeset 61ab4a9 in mainline
- Timestamp:
- 2013-09-02T20:03:17Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 802898f
- Parents:
- 1b34360 (diff), 0435fe41 (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. - Files:
-
- 23 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r1b34360 r61ab4a9 172 172 $(USPACE_PATH)/app/dnsres/dnsres \ 173 173 $(USPACE_PATH)/app/edit/edit \ 174 $(USPACE_PATH)/app/hdisk/hdisk \ 174 175 $(USPACE_PATH)/app/inet/inet \ 175 176 $(USPACE_PATH)/app/kill/kill \ -
uspace/Makefile
r1b34360 r61ab4a9 43 43 app/edit \ 44 44 app/getterm \ 45 app/hdisk \ 45 46 app/init \ 46 47 app/inet \ … … 234 235 lib/pcm \ 235 236 lib/bithenge \ 236 lib/posix 237 lib/posix \ 238 lib/mbr \ 239 lib/gpt 237 240 238 241 LIBC_BUILD = $(addsuffix .build,$(LIBC)) -
uspace/Makefile.common
r1b34360 r61ab4a9 141 141 LIBBITHENGE_PREFIX = $(LIB_PREFIX)/bithenge 142 142 143 LIBMBR_PREFIX = $(LIB_PREFIX)/mbr 144 LIBGPT_PREFIX = $(LIB_PREFIX)/gpt 145 143 146 ifeq ($(STATIC_NEEDED),y) 144 147 STATIC_BUILD = y -
uspace/lib/c/Makefile
r1b34360 r61ab4a9 64 64 generic/cap.c \ 65 65 generic/cfg.c \ 66 generic/checksum.c \ 66 67 generic/clipboard.c \ 67 68 generic/devman.c \
Note:
See TracChangeset
for help on using the changeset viewer.