From a6be28c767dcf95b1645d0dd6c9e9b49c6163614 Mon Sep 17 00:00:00 2001 From: Arnout Vandecappelle Date: Sat, 14 Sep 2024 11:55:01 +0200 Subject: [PATCH] package/pkg-generic.mk: remove set -x in mk_tar_gz call The set -x was added for debugging, and forgotten to be removed afterwards. Remove it now. Signed-off-by: Arnout Vandecappelle Signed-off-by: Yann E. MORIN (cherry picked from commit 23eb63ec75a40cea36b1a91956ac4b34ae937a03) Signed-off-by: Peter Korsgaard --- package/pkg-generic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index e67f141604..9ec84d0f45 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -1168,7 +1168,7 @@ ifneq ($$($(2)_OVERRIDE_SRCDIR),) $$($(2)_BUILDDIR)/.legal-info-rsync/ $$(call prepare-per-package-directory,$$(BR2_GZIP_HOST_DEPENDENCY) $$(BR2_TAR_HOST_DEPENDENCY)) $$(Q)mkdir -p $$($(2)_REDIST_SOURCES_DIR) - $$(Q). support/download/helpers; set -x; cd $$($(2)_BUILDDIR); TAR=$$(TAR) mk_tar_gz \ + $$(Q). support/download/helpers; cd $$($(2)_BUILDDIR); TAR=$$(TAR) mk_tar_gz \ $$($(2)_BUILDDIR)/.legal-info-rsync/ \ $$($(2)_BASENAME_RAW) \ @0 \