Author: sebastien.lelong
Date: Mon Mar 16 00:10:32 2009
New Revision: 858
Modified:
trunk/tools/Makefile
Log:
fixed no device map anymore
Modified: trunk/tools/Makefile
==============================================================================
--- trunk/tools/Makefile (original)
+++ trunk/tools/Makefile Mon Mar 16 00:10:32 2009
@@ -31,9 +31,9 @@
# run testsuite
compile:
- for f in `find ${SAMPLIR_DIR}/by_device -name \*.jal`; \
+ for f in `find ${SAMPLIR_DIR} -name \*.jal`; \
do \
- jalv2 -s "`find ${INCLUDE_DIR} -type d | grep -v \.svn | tr
'\n' ';'`"
$$f | grep '0 errors' && true || ( echo problem with $$f && exit 255; ) \
+ ../compiler/jalv2 -s "`find ${INCLUDE_DIR} -type d | grep -v
\.svn |
tr '\n' ';'`" $$f | grep '0 errors' && true || ( echo problem with $$f &&
exit 255; ) \
done
jsg:
@@ -82,7 +82,7 @@
cd distrib/jallib-${VERSION} && for f in `cat
../jallib-export/TORELEASE
| grep -v ^\# | grep ^sample\/ | sed 's#\r##g'`; do cp ../jallib-export/$$f
sample/; done
# for all_devices package, keep everything...
find distrib/jallib-export/include/device -type f -exec cp {}
distrib/jallib-all_devices-${VERSION}/lib \;
- for f in `find distrib/jallib-export/sample/by_device/ -type f | grep
-e '[[:digit:]]\{2\}[[:alpha:]]\+.*_blink\.jal'`; \
+ for f in `find distrib/jallib-export/sample -type f | grep
-e '[[:digit:]]\{2\}[[:alpha:]]\+.*_blink\.jal'`; \
do \
cp $$f distrib/jallib-all_devices-${VERSION}/blink;\
done
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---