Changes in / [9bcdbc5:47a728e1] in mainline
- Files:
-
- 29 added
- 2 edited
-
boot/Makefile.common (modified) (1 diff)
-
uspace/Makefile (modified) (1 diff)
-
uspace/app/bithenge/Makefile (added)
-
uspace/app/bithenge/Makefile.linux (added)
-
uspace/app/bithenge/blob.c (added)
-
uspace/app/bithenge/blob.h (added)
-
uspace/app/bithenge/expression.c (added)
-
uspace/app/bithenge/expression.h (added)
-
uspace/app/bithenge/file.c (added)
-
uspace/app/bithenge/file.h (added)
-
uspace/app/bithenge/helenos/block.c (added)
-
uspace/app/bithenge/helenos/block.h (added)
-
uspace/app/bithenge/helenos/os.h (added)
-
uspace/app/bithenge/linux/os.h (added)
-
uspace/app/bithenge/print.c (added)
-
uspace/app/bithenge/print.h (added)
-
uspace/app/bithenge/script.c (added)
-
uspace/app/bithenge/script.h (added)
-
uspace/app/bithenge/source.c (added)
-
uspace/app/bithenge/source.h (added)
-
uspace/app/bithenge/test.c (added)
-
uspace/app/bithenge/transform.c (added)
-
uspace/app/bithenge/transform.h (added)
-
uspace/app/bithenge/tree.c (added)
-
uspace/app/bithenge/tree.h (added)
-
uspace/dist/src/bithenge/test.bh (added)
-
uspace/dist/src/bithenge/test.dat (added)
-
uspace/dist/src/bithenge/trip.bh (added)
-
uspace/dist/src/bithenge/trip.dat (added)
-
uspace/dist/src/bithenge/usbdesc.bh (added)
-
uspace/dist/src/bithenge/usbkbd.dat (added)
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r9bcdbc5 r47a728e1 151 151 152 152 RD_APPS_NON_ESSENTIAL = \ 153 $(USPACE_PATH)/app/bithenge/bithenge \ 153 154 $(USPACE_PATH)/app/blkdump/blkdump \ 154 155 $(USPACE_PATH)/app/bnchmark/bnchmark \ -
uspace/Makefile
r9bcdbc5 r47a728e1 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/bithenge \ 37 38 app/blkdump \ 38 39 app/bnchmark \
Note:
See TracChangeset
for help on using the changeset viewer.
