Edit

kc3-lang/libtommath/genlist.sh

Branch :

  • Show log

    Commit

  • Author : Steffen Jaeckel
    Date : 2017-08-28 16:27:26
    Hash : 6f212942
    Message : replace SVN tags

  • genlist.sh
  • #!/bin/bash
    
    export a=`find . -maxdepth 1 -type f -name '*.c' | sort | sed -e 'sE\./EE' | sed -e 's/\.c/\.o/' | xargs`
    perl ./parsenames.pl OBJECTS "$a"
    
    # ref:         $Format:%D$
    # git commit:  $Format:%H$
    # commit time: $Format:%ai$