mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
config: Detect a pipe error on command failure.
This commit is contained in:
parent
cd93d89b08
commit
5d9b1537ac
@ -9,4 +9,4 @@
|
||||
%define __autoreconf_path_ver %(autoreconf --version | %{__awk} 'NR==1 {print $NF}' || echo "0")
|
||||
%define __automake_ver %(test -x %{__automake} && %{__automake} --version | %{__awk} 'NR==1 {print $NF}' || echo "0")
|
||||
%define __automake_bindir_ver %(test -x %{_bindir}/automake && %{_bindir}/automake --version | %{__awk} 'NR==1 {print $NF}' || echo "0")
|
||||
%define __automake_path_ver %(automake --version | %{__awk} 'NR==1 {print $NF}' || echo "0")
|
||||
%define __automake_path_ver %(automake --version && automake --version | %{__awk} 'NR==1 {print $NF}' || echo "0")
|
||||
|
Loading…
x
Reference in New Issue
Block a user