mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
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 <arnout@mind.be> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
109c7c437c
commit
23eb63ec75
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user