From: Ondrej Mosnacek <[email protected]>

No need to print all the kabi files to stdout - drop the 'v' flag.

Signed-off-by: Ondrej Mosnacek <[email protected]>
---
 redhat/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/redhat/Makefile b/redhat/Makefile
index e2e0a347db01..32542936dd1f 100644
--- a/redhat/Makefile
+++ b/redhat/Makefile
@@ -187,14 +187,14 @@ $(TARBALL):
 
 .PHONY: $(KABI_TARBALL)
 $(KABI_TARBALL):
-       @(cd kabi && tar cjvf $(SOURCES)/$(KABI_TARFILE) 
kabi-rhel$(RHEL_MAJOR)* kabi-current)
+       @(cd kabi && tar cjf $(SOURCES)/$(KABI_TARFILE) kabi-rhel$(RHEL_MAJOR)* 
kabi-current)
 
 .PHONY: $(KABIDW_TARBALL)
 $(KABIDW_TARBALL):
        @if [ ! -d $(KABIDW)/base ]; then \
                mkdir -p $(KABIDW)/base; \
        fi
-       @(cd kabi-dwarf && tar cjvf $(SOURCES)/$(KABIDW_TARFILE) base 
run_kabi-dw.sh)
+       @(cd kabi-dwarf && tar cjf $(SOURCES)/$(KABIDW_TARFILE) base 
run_kabi-dw.sh)
 
 
 dist-git-version-check:
@@ -257,11 +257,11 @@ sources-rh: $(TARBALL)
                cp kabi/Module.kabi_$$KABIARCH $(SOURCES)/; \
                cp kabi/Module.kabi_dup_$$KABIARCH $(SOURCES)/; \
        done
-       @(cd kabi && tar cjvf $(SOURCES)/$(KABI_TARFILE) 
kabi-rhel$(RHEL_MAJOR)* kabi-current)
+       @(cd kabi && tar cjf $(SOURCES)/$(KABI_TARFILE) kabi-rhel$(RHEL_MAJOR)* 
kabi-current)
        @if [ ! -d $(KABIDW)/base ]; then \
                mkdir -p $(KABIDW)/base; \
        fi
-       @(cd kabi-dwarf && tar cjvf $(SOURCES)/$(KABIDW_TARFILE) base 
run_kabi-dw.sh)
+       @(cd kabi-dwarf && tar cjf $(SOURCES)/$(KABIDW_TARFILE) base 
run_kabi-dw.sh)
 
 dist-sources: setup-source dist-configs-check dist-kabi dist-kabi-dup 
sources-rh
 
-- 
2.27.0
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to