Author: sebastien.lelong
Date: Sun Mar 15 23:45:22 2009
New Revision: 857

Modified:
    trunk/tools/build/compile.sh
    trunk/tools/build/validate.sh

Log:
fixed no by_device map anymore

Modified: trunk/tools/build/compile.sh
==============================================================================
--- trunk/tools/build/compile.sh        (original)
+++ trunk/tools/build/compile.sh        Sun Mar 15 23:45:22 2009
@@ -6,7 +6,7 @@
  export JALLIB_SAMPLEDIR=$JALLIB_ROOT/sample


-jalsamples=`find $JALLIB_SAMPLEDIR/by_device -name \*.jal -type f`
+jalsamples=`find $JALLIB_SAMPLEDIR -name \*.jal -type f`
  echo `echo $jalsamples | sed "s#\.jal #.jal\n#g" | wc -l` samples to  
compile...

  at_least_one_failed=0

Modified: trunk/tools/build/validate.sh
==============================================================================
--- trunk/tools/build/validate.sh       (original)
+++ trunk/tools/build/validate.sh       Sun Mar 15 23:45:22 2009
@@ -5,7 +5,7 @@
  export JALLIB_REPOS=$JALLIB_ROOT/include
  export JALLIB_SAMPLEDIR=$JALLIB_ROOT/sample

-jalsamples=`find $JALLIB_SAMPLEDIR/by_device -name \*.jal -type f`
+jalsamples=`find $JALLIB_SAMPLEDIR -name \*.jal -type f`
  jallibs=`find $JALLIB_REPOS -name \*.jal -type f`

  echo `echo $jalsamples | sed "s#\.jal #.jal\n#g" | wc -l` samples to  
validate...

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to