mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
Avoid duplicate downloading, when rebuilding failed package like libgtk2
This commit is contained in:
@@ -132,7 +132,7 @@ TAR ?= tar
|
||||
$(BUILD_DIR)/%/.stamp_downloaded:
|
||||
# support make source-check/external-deps
|
||||
ifeq ($(MAKELEVEL),1)
|
||||
$(WGET) -P $(DL_DIR) $($(PKG)_SITE)/$($(PKG)_SOURCE)
|
||||
-$(Q)test -e $(DL_DIR)/$($(PKG)_SOURCE) || $(WGET) -P $(DL_DIR) $($(PKG)_SITE)/$($(PKG)_SOURCE)
|
||||
$(if $($(PKG)_PATCH),$(WGET) -P $(DL_DIR) $($(PKG)_SITE)/$($(PKG)_PATCH))
|
||||
else
|
||||
$(call MESSAGE,"Downloading")
|
||||
@@ -395,3 +395,5 @@ endif
|
||||
endef
|
||||
|
||||
# :mode=makefile:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user