i dont need output of pathfix.py in the build logs

This commit is contained in:
Pratham Patel 2023-10-05 06:59:25 +05:30
parent 0748e061fd
commit d82b52a47a
No known key found for this signature in database

View File

@ -76,16 +76,16 @@ find ../../SOURCES -type f -name "patch-*.patch" -print0 | sort -z | xargs -t -0
# *** ERROR: ambiguous python shebang in /usr/bin/kvm_stat: #!/usr/bin/python. Change it to python3 (or python2) explicitly.
# Process all files in the Documentation, scripts and tools directories.
pathfix.py -i "%{__python3} %{py3_shbang_opts}" -n -p \
tools/kvm/kvm_stat/kvm_stat \
scripts/show_delta \
scripts/jobserver-exec \
scripts/diffconfig \
scripts/clang-tools \
scripts/bloat-o-meter \
tools \
scripts \
Documentation \
drivers
tools/kvm/kvm_stat/kvm_stat \
scripts/show_delta \
scripts/jobserver-exec \
scripts/diffconfig \
scripts/clang-tools \
scripts/bloat-o-meter \
tools \
scripts \
Documentation \
drivers >/dev/null 2>&1
[ -f .config ] && rm -vf .config*
%{make} distclean