summaryrefslogtreecommitdiff
path: root/libtommath/genlist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/genlist.sh')
-rwxr-xr-xlibtommath/genlist.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/libtommath/genlist.sh b/libtommath/genlist.sh
deleted file mode 100755
index 22048cc..0000000
--- a/libtommath/genlist.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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$