Enabling option CONFIG_SMP
+ OPT=CONFIG_SMP
+ perl -e 'my $a = $ENV{OPT}; while (<>) {if (/^#\s+$a/ || /^$a=m/) {print
"$a=y\n"; next;} print;}'
+ rm -f config.tmp
+ EnableorDisable CONFIG_FBCON_LOGO_BOOT disable arch/i386/defconfig
+ feature=CONFIG_FBCON_LOGO_BOOT
+ type=disable
+ file=arch/i386/defconfig
+ grep -q CONFIG_FBCON_LOGO_BOOT arch/i386/defconfig
+ echo no CONFIG_FBCON_LOGO_BOOT feature
no CONFIG_FBCON_LOGO_BOOT feature
+ return 1
Bad exit status from /var/tmp/rpm-tmp.20976 (%build)
:-/ Anything I can do to get around this???
Daniel McKee