mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
distclean: Don't delete $(IMAGE)
There is not much point in deleting $(IMAGE) as the entire binaries dir is removed. Furthermore, $(IMAGE) is a prefix rather than a file name.
This commit is contained in:
parent
6d0862e422
commit
db8eecfcea
2
Makefile
2
Makefile
@ -362,7 +362,7 @@ 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 $(BUILD_DIR) $(PROJECT_BUILD_DIR) $(BINARIES_DIR) \
|
||||||
$(LINUX_KERNEL) $(IMAGE) $(BASE_DIR)/include \
|
$(LINUX_KERNEL) $(BASE_DIR)/include \
|
||||||
.config.cmd
|
.config.cmd
|
||||||
$(MAKE) -C $(CONFIG) clean
|
$(MAKE) -C $(CONFIG) clean
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user