attempt to fix config-local, by only applying the overrides to the target configs
This commit is contained in:
parent
f53e3d284d
commit
e57e8f1bf6
@ -1147,7 +1147,7 @@ make -f %{SOURCE19} config-release
|
||||
make -f %{SOURCE20} VERSION=%{version} configs
|
||||
|
||||
# Merge in any user-provided local config option changes
|
||||
for i in kernel-%{version}-*.config
|
||||
for i in %{all_arch_configs}
|
||||
do
|
||||
mv $i $i.tmp
|
||||
./merge.pl %{SOURCE1000} $i.tmp > $i
|
||||
|
Loading…
Reference in New Issue
Block a user