Changeset 1bad5fd in mainline
- Timestamp:
- 2019-01-04T15:48:59Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fe656783
- Parents:
- 13b1b48
- Files:
-
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r13b1b48 r1bad5fd 90 90 uspace/app/bithenge/bithenge 91 91 uspace/app/blkdump/blkdump 92 uspace/app/bnchmark/bnchmark93 92 uspace/app/contacts/contacts 94 93 uspace/app/corecfg/corecfg … … 173 172 uspace/dist/app/bithenge 174 173 uspace/dist/app/blkdump 175 uspace/dist/app/bnchmark176 174 uspace/dist/app/corecfg 177 175 uspace/dist/app/cpptest -
boot/Makefile.common
r13b1b48 r1bad5fd 168 168 bithenge \ 169 169 blkdump \ 170 bnchmark \171 170 contacts \ 172 171 corecfg \ -
uspace/Makefile
r13b1b48 r1bad5fd 38 38 app/bithenge \ 39 39 app/blkdump \ 40 app/bnchmark \41 40 app/contacts \ 42 41 app/corecfg \
Note:
See TracChangeset
for help on using the changeset viewer.