Changeset 32d3ebf in mainline
- Timestamp:
- 2011-02-10T20:13:13Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ec534b4
- Parents:
- cb15135a
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.bzrignore
rcb15135a r32d3ebf 49 49 uspace/app/websrv/websrv 50 50 uspace/dist/app/bdsh 51 uspace/dist/app/blkdump 51 52 uspace/dist/app/edit 52 53 uspace/dist/app/getterm -
boot/Makefile.common
rcb15135a r32d3ebf 126 126 127 127 RD_APPS_NON_ESSENTIAL = \ 128 $(USPACE_PATH)/app/blkdump/blkdump \ 128 129 $(USPACE_PATH)/app/edit/edit \ 129 130 $(USPACE_PATH)/app/kill/kill \ -
uspace/Makefile
rcb15135a r32d3ebf 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/blkdump \ 37 38 app/edit \ 38 39 app/getterm \
Note:
See TracChangeset
for help on using the changeset viewer.