On Fri, Jun 10, 2016 at 3:30 PM, Miguel Flores Silverio <floresmigu3l@xxxxxxxxx> wrote: > Functionality already implemented in kernel.spec file. Ack. For the history inclined, DaveJ tried to speed up 'make prep' in the kernel spec by removing this functionality and only doing it for the current arch. The script was created to allow the "all arch" prep for new config options during a merge window. That actually worked out poorly for a number of reasons, so we wound up adding it back into the spec. That leaves this script as junk. josh > > Signed-off-by: Miguel Flores Silverio <floresmigu3l@xxxxxxxxx> > --- > scripts/allarchconfig.sh | 16 ---------------- > 1 file changed, 16 deletions(-) > delete mode 100755 scripts/allarchconfig.sh > > diff --git a/scripts/allarchconfig.sh b/scripts/allarchconfig.sh > deleted file mode 100755 > index f80c231..0000000 > --- a/scripts/allarchconfig.sh > +++ /dev/null > @@ -1,16 +0,0 @@ > -#!/bin/sh > -# Run from within a source tree. > - > -for i in configs/kernel-*.config > -do > - cp -f $i .config > - Arch=`head -1 .config | cut -b 3-` > - echo $Arch \($i\) > - make ARCH=$Arch listnewconfig | grep -E '^CONFIG_' >.newoptions || true; > - if [ -s .newoptions ]; then > - cat .newoptions; > - exit 1; > - fi; > - rm -f .newoptions; > -done > - > -- > 2.7.4 > _______________________________________________ > kernel mailing list > kernel@xxxxxxxxxxxxxxxxxxxxxxx > https://lists.fedoraproject.org/admin/lists/kernel@xxxxxxxxxxxxxxxxxxxxxxx _______________________________________________ kernel mailing list kernel@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/kernel@xxxxxxxxxxxxxxxxxxxxxxx