i dont need output of pathfix.py in the build logs
This commit is contained in:
parent
0748e061fd
commit
d82b52a47a
20
master.inc
20
master.inc
@ -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.
|
# *** 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.
|
# Process all files in the Documentation, scripts and tools directories.
|
||||||
pathfix.py -i "%{__python3} %{py3_shbang_opts}" -n -p \
|
pathfix.py -i "%{__python3} %{py3_shbang_opts}" -n -p \
|
||||||
tools/kvm/kvm_stat/kvm_stat \
|
tools/kvm/kvm_stat/kvm_stat \
|
||||||
scripts/show_delta \
|
scripts/show_delta \
|
||||||
scripts/jobserver-exec \
|
scripts/jobserver-exec \
|
||||||
scripts/diffconfig \
|
scripts/diffconfig \
|
||||||
scripts/clang-tools \
|
scripts/clang-tools \
|
||||||
scripts/bloat-o-meter \
|
scripts/bloat-o-meter \
|
||||||
tools \
|
tools \
|
||||||
scripts \
|
scripts \
|
||||||
Documentation \
|
Documentation \
|
||||||
drivers
|
drivers >/dev/null 2>&1
|
||||||
|
|
||||||
[ -f .config ] && rm -vf .config*
|
[ -f .config ] && rm -vf .config*
|
||||||
%{make} distclean
|
%{make} distclean
|
||||||
|
Loading…
Reference in New Issue
Block a user