mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
- andersee, what was that good for? It just slows down rebuilds as it delves into each sub-file needlessly.. Ripping out.
This commit is contained in:
parent
bf2927a41f
commit
9e2503563a
3
Makefile
3
Makefile
@ -28,7 +28,8 @@ CONFIG = package/config
|
|||||||
|
|
||||||
noconfig_targets := menuconfig config oldconfig randconfig \
|
noconfig_targets := menuconfig config oldconfig randconfig \
|
||||||
defconfig allyesconfig allnoconfig release tags \
|
defconfig allyesconfig allnoconfig release tags \
|
||||||
$(shell find . -name *_defconfig |sed 's/.*\///')
|
|
||||||
|
# $(shell find . -name *_defconfig |sed 's/.*\///')
|
||||||
|
|
||||||
# Pull in the user's configuration file
|
# Pull in the user's configuration file
|
||||||
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
|
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user