2017-06-24 14:37:14 +00:00
|
|
|
#!/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"
|
|
|
|
|
2018-02-08 15:11:40 +00:00
|
|
|
# ref: $Format:%D$
|
|
|
|
# git commit: $Format:%H$
|
|
|
|
# commit time: $Format:%ai$
|