[meego-commits] 5847: Changes to devel:kernel/kernel

Ameya Palande ameya.palande at nokia.com
Mon Jul 19 12:41:33 UTC 2010


Hi,
I have made the following changes to kernel in project devel:kernel. Please review and accept ASAP.

Thank You,
Ameya Palande

[This message was auto-generated]

---

Request #5847:

  submit:   home:apalande:kernel-devel/kernel(r22) -> devel:kernel/kernel


Message:
    Rename temp-arm-config to temp-arm-generic so that it gets removed automatically by Makefile.config

State:   new          2010-07-19T00:35:46 apalande
Comment: None



changes files:
--------------
--- kernel.changes
+++ kernel.changes
@@ -0,0 +1,4 @@
+* Mon Jul 19 2010 Ameya Palande <ameya.palande at nokia.com> - 2.6.35-rc5
+- Rename temp-arm-config to temp-arm-generic so that it gets removed
+  automatically by Makefile.config
+

spec files:
-----------

other changes:
--------------

++++++ Makefile.config
--- Makefile.config
+++ Makefile.config
@@ -31,8 +31,8 @@
 kernel-mrst.config: config-mrst config-generic
 	perl merge.pl $^  > $@
 
-temp-arm-config: config-arm-generic config-generic
+temp-arm-generic: config-arm-generic config-generic
 	perl merge.pl $^  > $@
 
-kernel-n900.config: config-arm-n900 temp-arm-config
+kernel-n900.config: config-arm-n900 temp-arm-generic
 	perl merge.pl $^  > $@



More information about the MeeGo-commits mailing list