Makefile.autotools.in: also support source/source-check
This commit is contained in:
parent
32986b80d4
commit
f55ae3cdcf
@ -130,8 +130,8 @@ TAR ?= tar
|
|||||||
|
|
||||||
# Retrieve and unpack the archive
|
# Retrieve and unpack the archive
|
||||||
$(BUILD_DIR)/%/.stamp_downloaded:
|
$(BUILD_DIR)/%/.stamp_downloaded:
|
||||||
# support make external-deps
|
# support make source/source-check/external-deps
|
||||||
ifeq ($(strip $(WGET)),$(TOPDIR)toolchain/wget-show-external-deps.sh)
|
ifneq ($(filter source,$(MAKECMDGOALS)),)
|
||||||
$(WGET) -P $(DL_DIR) $($(PKG)_SITE)/$($(PKG)_SOURCE)
|
$(WGET) -P $(DL_DIR) $($(PKG)_SITE)/$($(PKG)_SOURCE)
|
||||||
else
|
else
|
||||||
$(call MESSAGE,"Downloading")
|
$(call MESSAGE,"Downloading")
|
||||||
|
Loading…
Reference in New Issue
Block a user