r5664 - trunk/gta02-core/modules

werner at docs.openmoko.org werner at docs.openmoko.org
Thu Sep 24 16:02:51 CEST 2009


Author: werner
Date: 2009-09-24 16:02:51 +0200 (Thu, 24 Sep 2009)
New Revision: 5664

Modified:
   trunk/gta02-core/modules/mkloe
Log:
- mkloe: exit on fped error (forgotten commit)



Modified: trunk/gta02-core/modules/mkloe
===================================================================
--- trunk/gta02-core/modules/mkloe	2009-09-24 13:40:23 UTC (rev 5663)
+++ trunk/gta02-core/modules/mkloe	2009-09-24 14:02:51 UTC (rev 5664)
@@ -45,7 +45,7 @@
 
 
 for n in $MODS; do
-    fped -k $n.fpd -
+    fped -k $n.fpd - || { echo "$n" 1>&2; exit 1; }
 done |
 perl -e '
 while (<>) {




More information about the commitlog mailing list