Changes in / [e3bc355:ccdc63e] in mainline
- Files:
-
- 27 deleted
- 5 edited
-
boot/Makefile.common (modified) (1 diff)
-
kernel/arch/amd64/include/arch/debugger.h (deleted)
-
kernel/arch/arm32/include/arch/mach/testarm/testarm.h (deleted)
-
kernel/arch/ia32/include/arch/debugger.h (deleted)
-
kernel/genarch/include/genarch/fb/logo-196x66.h (deleted)
-
tools/toolchain.sh (modified) (1 prop)
-
uspace/Makefile (modified) (2 diffs)
-
uspace/Makefile.common (modified) (1 diff)
-
uspace/app/hdisk/Makefile (deleted)
-
uspace/app/hdisk/common.h (deleted)
-
uspace/app/hdisk/func_gpt.c (deleted)
-
uspace/app/hdisk/func_gpt.h (deleted)
-
uspace/app/hdisk/func_mbr.c (deleted)
-
uspace/app/hdisk/func_mbr.h (deleted)
-
uspace/app/hdisk/func_none.c (deleted)
-
uspace/app/hdisk/func_none.h (deleted)
-
uspace/app/hdisk/hdisk.c (deleted)
-
uspace/app/hdisk/hdisk.h (deleted)
-
uspace/app/hdisk/input.c (deleted)
-
uspace/app/hdisk/input.h (deleted)
-
uspace/lib/c/Makefile (modified) (1 diff)
-
uspace/lib/c/generic/checksum.c (deleted)
-
uspace/lib/c/include/checksum.h (deleted)
-
uspace/lib/gpt/Makefile (deleted)
-
uspace/lib/gpt/global.c (deleted)
-
uspace/lib/gpt/gpt.h (deleted)
-
uspace/lib/gpt/libgpt.c (deleted)
-
uspace/lib/gpt/libgpt.h (deleted)
-
uspace/lib/mbr/Makefile (deleted)
-
uspace/lib/mbr/libmbr.c (deleted)
-
uspace/lib/mbr/libmbr.h (deleted)
-
uspace/lib/mbr/mbr.h (deleted)
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
re3bc355 rccdc63e 170 170 $(USPACE_PATH)/app/dnsres/dnsres \ 171 171 $(USPACE_PATH)/app/edit/edit \ 172 $(USPACE_PATH)/app/hdisk/hdisk \173 172 $(USPACE_PATH)/app/inet/inet \ 174 173 $(USPACE_PATH)/app/kill/kill \ -
tools/toolchain.sh
-
Property mode
changed from
100644to100755
-
Property mode
changed from
-
uspace/Makefile
re3bc355 rccdc63e 43 43 app/edit \ 44 44 app/getterm \ 45 app/hdisk \46 45 app/init \ 47 46 app/inet \ … … 229 228 lib/usbvirt \ 230 229 lib/bithenge \ 231 lib/posix \ 232 lib/mbr \ 233 lib/gpt 230 lib/posix 234 231 235 232 LIBC_BUILD = $(addsuffix .build,$(LIBC)) -
uspace/Makefile.common
re3bc355 rccdc63e 139 139 LIBBITHENGE_PREFIX = $(LIB_PREFIX)/bithenge 140 140 141 LIBMBR_PREFIX = $(LIB_PREFIX)/mbr142 LIBGPT_PREFIX = $(LIB_PREFIX)/gpt143 144 141 ifeq ($(STATIC_NEEDED),y) 145 142 STATIC_BUILD = y -
uspace/lib/c/Makefile
re3bc355 rccdc63e 64 64 generic/cap.c \ 65 65 generic/cfg.c \ 66 generic/checksum.c \67 66 generic/clipboard.c \ 68 67 generic/devman.c \
Note:
See TracChangeset
for help on using the changeset viewer.
