Changes in / [be1dcc26:faa45c17] in mainline
- Files:
-
- 68 deleted
- 5 edited
-
boot/Makefile.common (modified) (1 diff)
-
uspace/Makefile (modified) (2 diffs)
-
uspace/Makefile.common (modified) (1 diff)
-
uspace/app/bdsh/Makefile (modified) (1 diff)
-
uspace/app/bdsh/cmds/modules/cmp/cmp.c (deleted)
-
uspace/app/bdsh/cmds/modules/cmp/cmp.h (deleted)
-
uspace/app/bdsh/cmds/modules/cmp/cmp_def.h (deleted)
-
uspace/app/bdsh/cmds/modules/cmp/entry.h (deleted)
-
uspace/app/bdsh/cmds/modules/modules.h (modified) (2 diffs)
-
uspace/app/bithenge/Makefile (deleted)
-
uspace/app/bithenge/Makefile.linux (deleted)
-
uspace/app/bithenge/test.c (deleted)
-
uspace/dist/src/bithenge/basic.bh (deleted)
-
uspace/dist/src/bithenge/basic.dat (deleted)
-
uspace/dist/src/bithenge/basic.out (deleted)
-
uspace/dist/src/bithenge/bits.bh (deleted)
-
uspace/dist/src/bithenge/bits.dat (deleted)
-
uspace/dist/src/bithenge/bits.out (deleted)
-
uspace/dist/src/bithenge/cond.bh (deleted)
-
uspace/dist/src/bithenge/cond.dat (deleted)
-
uspace/dist/src/bithenge/cond.out (deleted)
-
uspace/dist/src/bithenge/expression.bh (deleted)
-
uspace/dist/src/bithenge/expression.dat (deleted)
-
uspace/dist/src/bithenge/expression.out (deleted)
-
uspace/dist/src/bithenge/fat.bh (deleted)
-
uspace/dist/src/bithenge/fat.dat (deleted)
-
uspace/dist/src/bithenge/fat.out (deleted)
-
uspace/dist/src/bithenge/gif/blue_1x1.gif (deleted)
-
uspace/dist/src/bithenge/gif/gif.bh (deleted)
-
uspace/dist/src/bithenge/gif/helenos.gif (deleted)
-
uspace/dist/src/bithenge/gif/loader.gif (deleted)
-
uspace/dist/src/bithenge/gif/readme (deleted)
-
uspace/dist/src/bithenge/repeat.bh (deleted)
-
uspace/dist/src/bithenge/repeat.dat (deleted)
-
uspace/dist/src/bithenge/repeat.out (deleted)
-
uspace/dist/src/bithenge/test.bdsh (deleted)
-
uspace/dist/src/bithenge/test.sh (deleted)
-
uspace/dist/src/bithenge/trip.bh (deleted)
-
uspace/dist/src/bithenge/trip.dat (deleted)
-
uspace/dist/src/bithenge/trip.out (deleted)
-
uspace/dist/src/bithenge/usbdesc.bh (deleted)
-
uspace/dist/src/bithenge/usbdesc.kbd.dat (deleted)
-
uspace/dist/src/bithenge/usbdesc.kbd.out (deleted)
-
uspace/lib/bithenge/Makefile (deleted)
-
uspace/lib/bithenge/Makefile.linux (deleted)
-
uspace/lib/bithenge/include/bithenge/blob.h (deleted)
-
uspace/lib/bithenge/include/bithenge/compound.h (deleted)
-
uspace/lib/bithenge/include/bithenge/expression.h (deleted)
-
uspace/lib/bithenge/include/bithenge/file.h (deleted)
-
uspace/lib/bithenge/include/bithenge/os.h (deleted)
-
uspace/lib/bithenge/include/bithenge/print.h (deleted)
-
uspace/lib/bithenge/include/bithenge/script.h (deleted)
-
uspace/lib/bithenge/include/bithenge/sequence.h (deleted)
-
uspace/lib/bithenge/include/bithenge/source.h (deleted)
-
uspace/lib/bithenge/include/bithenge/transform.h (deleted)
-
uspace/lib/bithenge/include/bithenge/tree.h (deleted)
-
uspace/lib/bithenge/src/blob.c (deleted)
-
uspace/lib/bithenge/src/common.h (deleted)
-
uspace/lib/bithenge/src/compound.c (deleted)
-
uspace/lib/bithenge/src/expression.c (deleted)
-
uspace/lib/bithenge/src/failure.c (deleted)
-
uspace/lib/bithenge/src/failure.h (deleted)
-
uspace/lib/bithenge/src/file.c (deleted)
-
uspace/lib/bithenge/src/helenos/block.c (deleted)
-
uspace/lib/bithenge/src/helenos/block.h (deleted)
-
uspace/lib/bithenge/src/helenos/common.h (deleted)
-
uspace/lib/bithenge/src/linux/common.h (deleted)
-
uspace/lib/bithenge/src/print.c (deleted)
-
uspace/lib/bithenge/src/script.c (deleted)
-
uspace/lib/bithenge/src/sequence.c (deleted)
-
uspace/lib/bithenge/src/source.c (deleted)
-
uspace/lib/bithenge/src/transform.c (deleted)
-
uspace/lib/bithenge/src/tree.c (deleted)
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
rbe1dcc26 rfaa45c17 159 159 160 160 RD_APPS_NON_ESSENTIAL = \ 161 $(USPACE_PATH)/app/bithenge/bithenge \162 161 $(USPACE_PATH)/app/blkdump/blkdump \ 163 162 $(USPACE_PATH)/app/bnchmark/bnchmark \ -
uspace/Makefile
rbe1dcc26 rfaa45c17 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/bithenge \38 37 app/blkdump \ 39 38 app/bnchmark \ … … 220 219 lib/usbhid \ 221 220 lib/usbvirt \ 222 lib/bithenge \223 221 lib/posix 224 222 -
uspace/Makefile.common
rbe1dcc26 rfaa45c17 134 134 LIBSCSI_PREFIX = $(LIB_PREFIX)/scsi 135 135 136 LIBBITHENGE_PREFIX = $(LIB_PREFIX)/bithenge137 138 136 ifeq ($(STATIC_NEEDED),y) 139 137 STATIC_BUILD = y -
uspace/app/bdsh/Makefile
rbe1dcc26 rfaa45c17 53 53 cmds/modules/unmount/unmount.c \ 54 54 cmds/modules/kcon/kcon.c \ 55 cmds/modules/cmp/cmp.c \56 55 cmds/builtins/batch/batch.c \ 57 56 cmds/builtins/exit/exit.c \ -
uspace/app/bdsh/cmds/modules/modules.h
rbe1dcc26 rfaa45c17 63 63 #include "printf/entry.h" 64 64 #include "echo/entry.h" 65 #include "cmp/entry.h"66 65 67 66 /* Each .def function fills the module_t struct with the individual name, entry … … 87 86 #include "printf/printf_def.h" 88 87 #include "echo/echo_def.h" 89 #include "cmp/cmp_def.h"90 88 91 89 {NULL, NULL, NULL, NULL}
Note:
See TracChangeset
for help on using the changeset viewer.
