mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
Makefile: distclean: remove correct dirs
Remove toolchain build dir, and don't try to remove the non-existing include dir. Also don't explicitly remove the kernel image located in binaries as we're already removing that dir.
This commit is contained in:
parent
0c2043240f
commit
a767c8bdf7
5
Makefile
5
Makefile
@ -402,9 +402,8 @@ distclean:
|
|||||||
ifeq ($(DL_DIR),$(BASE_DIR)/dl)
|
ifeq ($(DL_DIR),$(BASE_DIR)/dl)
|
||||||
rm -rf $(DL_DIR)
|
rm -rf $(DL_DIR)
|
||||||
endif
|
endif
|
||||||
rm -rf $(BUILD_DIR) $(PROJECT_BUILD_DIR) $(BINARIES_DIR) \
|
rm -rf $(TOOL_BUILD_DIR) $(BUILD_DIR) $(PROJECT_BUILD_DIR) $(BINARIES_DIR) \
|
||||||
$(LINUX_KERNEL) $(BASE_DIR)/include \
|
.config.cmd
|
||||||
.config.cmd
|
|
||||||
$(MAKE) -C $(CONFIG) clean
|
$(MAKE) -C $(CONFIG) clean
|
||||||
|
|
||||||
sourceball:
|
sourceball:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user