Title: [5375] trunk/MAKEALL: tweak how we set the cpu in the .config to work with latest kconfig
Revision
5375
Author
vapier
Date
2008-10-03 10:32:16 -0500 (Fri, 03 Oct 2008)

Log Message

tweak how we set the cpu in the .config to work with latest kconfig

Modified Paths


Diff

Modified: trunk/MAKEALL (5374 => 5375)


--- trunk/MAKEALL	2008-10-03 14:59:44 UTC (rev 5374)
+++ trunk/MAKEALL	2008-10-03 15:32:16 UTC (rev 5375)
@@ -83,7 +83,11 @@
 		echo -n "###### $p: "
 		rm -f $b.$p.log*
 		${make} $b >& /dev/null
-		sed -i 1iCONFIG_${p}=y .config
+		sed -i \
+			-e 1iCONFIG_${p}=y \
+			-e '/^# CONFIG_BF[[:digit:]]* is not set$/d' \
+			-e '/^CONFIG_BF[[:digit:]]*=y/d' \
+			.config
 		yes "" | ${make} oldconfig >& /dev/null
 		check_kconfig
 		yes "" | ${make} oldconfig >& /dev/null
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to