Changeset 99758c9 in mainline
- Timestamp:
- 2012-12-15T21:04:30Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34b172d
- Parents:
- 355a17a (diff), cbd64057 (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. - Location:
- uspace
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r355a17a r99758c9 220 220 lib/posix \ 221 221 lib/mbr 222 lib/gpt 222 223 223 224 LIBC_BUILD = $(addsuffix .build,$(LIBC)) -
uspace/Makefile.common
r355a17a r99758c9 136 136 137 137 LIBMBR_PREFIX = $(LIB_PREFIX)/mbr 138 LIBGPT_PREFIX = $(LIB_PREFIX)/gpt 138 139 139 140 ifeq ($(STATIC_NEEDED),y)
Note:
See TracChangeset
for help on using the changeset viewer.