Send commitlog mailing list submissions to
commitlog@lists.openmoko.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
commitlog-requ...@lists.openmoko.org
You can reach the person managing the list at
commitlog-ow...@lists.openmoko.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. r5579 - in trunk/gta02-core: . modules (wer...@docs.openmoko.org)
--- Begin Message ---
Author: werner
Date: 2009-08-30 08:04:55 +0200 (Sun, 30 Aug 2009)
New Revision: 5579
Modified:
trunk/gta02-core/Makefile
trunk/gta02-core/modules/mkloe
Log:
- Makefile: use "make loe" instead of running mkloe directly, so that we can
add local fancy stuff
- modules/Makefile: shortcut for mkloe, Poscript handling, and cleanup
- modules/mkloe: added -ps option to convert all modules to Postscript
Modified: trunk/gta02-core/Makefile
===================================================================
--- trunk/gta02-core/Makefile 2009-08-30 06:04:00 UTC (rev 5578)
+++ trunk/gta02-core/Makefile 2009-08-30 06:04:55 UTC (rev 5579)
@@ -16,8 +16,8 @@
update:
svn update && \
- cd components && ./mkloe && \
- cd ../modules && ./mkloe
+ make -C components loe && \
+ make -C modules loe
gv:
gv gta02-core-all.ps.gz
Modified: trunk/gta02-core/modules/mkloe
===================================================================
--- trunk/gta02-core/modules/mkloe 2009-08-30 06:04:00 UTC (rev 5578)
+++ trunk/gta02-core/modules/mkloe 2009-08-30 06:04:55 UTC (rev 5579)
@@ -13,6 +13,13 @@
fi
done
+if [ "$1" = "-ps" ]; then
+ for n in $MODS; do
+ fped -p $n.fpd || exit 1
+ done
+ exit 0
+fi
+
for n in $MODS; do
fped -k $n.fpd -
done |
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog