mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
Makefile.autotools.in: revert broken r22659
Ulfs r22659 commit broke make source-check/external deps, so reverting it.
This commit is contained in:
@@ -132,7 +132,7 @@ TAR ?= tar
|
||||
$(BUILD_DIR)/%/.stamp_downloaded:
|
||||
# support make source-check/external-deps
|
||||
ifeq ($(MAKELEVEL),1)
|
||||
-$(Q)test -e $(DL_DIR)/$($(PKG)_SOURCE) || $(WGET) -P $(DL_DIR) $($(PKG)_SITE)/$($(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,5 +395,3 @@ endif
|
||||
endef
|
||||
|
||||
# :mode=makefile:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user