Author: jow
Date: 2016-02-17 09:44:37 +0100 (Wed, 17 Feb 2016)
New Revision: 48733

Modified:
   trunk/include/download.mk
Log:
download.mk: fix packed checkout mirroring support

Changeset r48416  broke the downloading of mirrored, packed scm checkouts.

Fix this by removing the "@" sign in front of the download command which is
now executed as part of a larger shell command under flock.

Signed-off-by: Jo-Philipp Wich <[email protected]>

Modified: trunk/include/download.mk
===================================================================
--- trunk/include/download.mk   2016-02-16 21:42:00 UTC (rev 48732)
+++ trunk/include/download.mk   2016-02-17 08:44:37 UTC (rev 48733)
@@ -48,7 +48,7 @@
 endef
 
 define wrap_mirror
-       $(if $(if $(MIRROR),$(filter-out 
x,$(MIRROR_MD5SUM))),@$(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(FILE)" 
"$(MIRROR_MD5SUM)" "" || ( $(1) ),$(1))
+$(if $(if $(MIRROR),$(filter-out 
x,$(MIRROR_MD5SUM))),$(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(FILE)" 
"$(MIRROR_MD5SUM)" "" || ( $(1) ),$(1))
 endef
 
 define DownloadMethod/cvs
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to