Remove dead CheckConfigs
This commit is contained in:
parent
43d94d3476
commit
204759e479
10
kernel.spec
10
kernel.spec
@ -1063,16 +1063,6 @@ done
|
|||||||
rm -f kernel-%{version}-*debug.config
|
rm -f kernel-%{version}-*debug.config
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
CheckConfigs() {
|
|
||||||
./check_configs.awk $1 $2 > .mismatches
|
|
||||||
if [ -s .mismatches ]
|
|
||||||
then
|
|
||||||
echo "Error: Mismatches found in configuration files"
|
|
||||||
cat .mismatches
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# enable GCOV kernel config options if gcov is on
|
# enable GCOV kernel config options if gcov is on
|
||||||
%if %{with_gcov}
|
%if %{with_gcov}
|
||||||
for i in *.config
|
for i in *.config
|
||||||
|
Loading…
Reference in New Issue
Block a user