mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
Add a show-targets target
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
949db6ac05
commit
b7d6c8ad0f
3
Makefile
3
Makefile
@ -449,6 +449,9 @@ external-deps:
|
|||||||
@$(MAKE) -Bs BR2_WGET=$(TOPDIR)/toolchain/wget-show-external-deps.sh \
|
@$(MAKE) -Bs BR2_WGET=$(TOPDIR)/toolchain/wget-show-external-deps.sh \
|
||||||
SPIDER=--spider source
|
SPIDER=--spider source
|
||||||
|
|
||||||
|
show-targets:
|
||||||
|
@echo $(TARGETS)
|
||||||
|
|
||||||
ifeq ($(BR2_CONFIG_CACHE),y)
|
ifeq ($(BR2_CONFIG_CACHE),y)
|
||||||
# drop configure cache if configuration is changed
|
# drop configure cache if configuration is changed
|
||||||
$(BUILD_DIR)/tgt-config.cache: .config
|
$(BUILD_DIR)/tgt-config.cache: .config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user