Changeset ac36aed in mainline
- Timestamp:
- 2013-12-25T16:10:25Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0c2d9bb, 41b735f3
- Parents:
- 6946f23 (diff), 6453e306 (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
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r6946f23 rac36aed 178 178 $(USPACE_PATH)/app/download/download \ 179 179 $(USPACE_PATH)/app/edit/edit \ 180 $(USPACE_PATH)/app/hdisk/hdisk \ 180 181 $(USPACE_PATH)/app/inet/inet \ 181 182 $(USPACE_PATH)/app/kill/kill \ -
kernel/generic/src/lib/memfnc.c
r6946f23 rac36aed 1 1 /* 2 2 * Copyright (c) 2011 Martin Decky 3 3 * All rights reserved. -
uspace/Makefile
r6946f23 rac36aed 45 45 app/edit \ 46 46 app/getterm \ 47 app/hdisk \ 47 48 app/init \ 48 49 app/inet \ … … 252 253 lib/pcm \ 253 254 lib/bithenge \ 254 lib/posix 255 lib/posix \ 256 lib/mbr \ 257 lib/gpt 255 258 256 259 LIBC_BUILD = $(addsuffix .build,$(LIBC)) -
uspace/Makefile.common
r6946f23 rac36aed 146 146 LIBURI_PREFIX = $(LIB_PREFIX)/uri 147 147 148 LIBMBR_PREFIX = $(LIB_PREFIX)/mbr 149 LIBGPT_PREFIX = $(LIB_PREFIX)/gpt 150 148 151 ifeq ($(STATIC_NEEDED),y) 149 152 STATIC_BUILD = y -
uspace/lib/c/Makefile
r6946f23 rac36aed 128 128 generic/loader.c \ 129 129 generic/getopt.c \ 130 generic/adt/checksum.c \ 130 131 generic/adt/list.c \ 131 132 generic/adt/hash_table.c \
Note:
See TracChangeset
for help on using the changeset viewer.