mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
Ensure make %_defconfig works without error - now silently
This commit is contained in:
parent
476a14f5b8
commit
8820d63a13
2
Makefile
2
Makefile
@ -409,7 +409,7 @@ endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
|
|||||||
|
|
||||||
%_defconfig: $(CONFIG)/conf
|
%_defconfig: $(CONFIG)/conf
|
||||||
cp $(shell find ./target/ -name $@) .config
|
cp $(shell find ./target/ -name $@) .config
|
||||||
- $(MAKE) oldconfig
|
-@$(MAKE) oldconfig
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo 'Cleaning:'
|
@echo 'Cleaning:'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user