mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
make source-check without permanently changing WGET command
This commit is contained in:
parent
62b5ae4b66
commit
e7c08c297d
8
Makefile
8
Makefile
@ -252,12 +252,8 @@ $(TARGET_DIR)/etc/hostname: $(TARGET_DIR) .config
|
|||||||
|
|
||||||
source: $(TARGETS_SOURCE) $(HOST_SOURCE)
|
source: $(TARGETS_SOURCE) $(HOST_SOURCE)
|
||||||
|
|
||||||
.config.check: dependencies
|
_source-check:
|
||||||
$(SED) '/BR2_WGET/s/\"$$/ --spider\"/g' .config
|
$(MAKE) SPIDER=--spider source
|
||||||
touch $@
|
|
||||||
|
|
||||||
_source-check: .config.check
|
|
||||||
$(MAKE) source
|
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
#
|
#
|
||||||
|
@ -12,7 +12,7 @@ MAKE:=$(HOSTMAKE) -j$(BR2_JLEVEL)
|
|||||||
# Strip off the annoying quoting
|
# Strip off the annoying quoting
|
||||||
ARCH:=$(strip $(subst ",, $(BR2_ARCH)))
|
ARCH:=$(strip $(subst ",, $(BR2_ARCH)))
|
||||||
#"))
|
#"))
|
||||||
WGET:=$(strip $(subst ",, $(BR2_WGET)))
|
WGET:=$(strip $(subst ",, $(BR2_WGET))) $(SPIDER)
|
||||||
#"))
|
#"))
|
||||||
SVN:=$(strip $(subst ",, $(BR2_SVN)))
|
SVN:=$(strip $(subst ",, $(BR2_SVN)))
|
||||||
#"))
|
#"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user