Changeset f5c8046 in mainline
- Timestamp:
- 2011-04-09T16:34:19Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3baec29
- Parents:
- 423e5e87
- Location:
- uspace
- Files:
-
- 12 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r423e5e87 rf5c8046 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/cpp \ 37 38 app/edit \ 38 39 app/getterm \ … … 144 145 lib/block \ 145 146 lib/clui \ 147 lib/compat \ 146 148 lib/softint \ 147 149 lib/softfloat \ -
uspace/Makefile.common
r423e5e87 rf5c8046 82 82 LIBSOFTINT_PREFIX = $(LIB_PREFIX)/softint 83 83 84 LIBCOMPAT_PREFIX = $(LIB_PREFIX)/compat 85 84 86 LIBBLOCK_PREFIX = $(LIB_PREFIX)/block 85 87 LIBFS_PREFIX = $(LIB_PREFIX)/fs
Note:
See TracChangeset
for help on using the changeset viewer.