attempt to fix config-local, by only applying the overrides to the target configs

This commit is contained in:
Kyle McMartin 2014-01-22 11:01:13 -05:00
parent f53e3d284d
commit e57e8f1bf6
1 changed files with 1 additions and 1 deletions

View File

@ -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