mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
Remove even more footers
Fixes 2400883060
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
parent
87ff205c8b
commit
f6e71dfced
10 changed files with 0 additions and 40 deletions
|
|
@ -69,7 +69,3 @@ if [ -a testok.txt ] && [ -f testok.txt ]; then
|
|||
exit 0
|
||||
fi
|
||||
exit 1
|
||||
|
||||
# ref: $Format:%D$
|
||||
# git commit: $Format:%H$
|
||||
# commit time: $Format:%ai$
|
||||
|
|
|
|||
|
|
@ -9,7 +9,3 @@ echo "checking..."
|
|||
./helper.pl --check-all || exit 1
|
||||
|
||||
exit 0
|
||||
|
||||
# ref: $Format:%D$
|
||||
# git commit: $Format:%H$
|
||||
# commit time: $Format:%ai$
|
||||
|
|
|
|||
|
|
@ -45,7 +45,3 @@ portability-* -- -DUSE_LTM -DLTM_DESC -Isrc/headers -I../libtommath || { echo "c
|
|||
echo "clang-tidy ok"
|
||||
|
||||
exit 0
|
||||
|
||||
# ref: $Format:%D$
|
||||
# git commit: $Format:%H$
|
||||
# commit time: $Format:%ai$
|
||||
|
|
|
|||
|
|
@ -45,7 +45,3 @@ else
|
|||
fi
|
||||
|
||||
exit 0
|
||||
|
||||
# ref: $Format:%D$
|
||||
# git commit: $Format:%H$
|
||||
# commit time: $Format:%ai$
|
||||
|
|
|
|||
|
|
@ -22,7 +22,3 @@ fi
|
|||
|
||||
|
||||
exit 0
|
||||
|
||||
# ref: $Format:%D$
|
||||
# git commit: $Format:%H$
|
||||
# commit time: $Format:%ai$
|
||||
|
|
|
|||
|
|
@ -110,7 +110,3 @@ echo
|
|||
echo "Build full debug..."
|
||||
|
||||
make -j$MAKE_JOBS CFLAGS="$2 $CFLAGS $4" EXTRALIBS="$EXTRALIBS" all_test LTC_DEBUG=2 V=1 1>gcc_1.txt 2>gcc_2.txt
|
||||
|
||||
# ref: $Format:%D$
|
||||
# git commit: $Format:%H$
|
||||
# commit time: $Format:%ai$
|
||||
|
|
|
|||
|
|
@ -18,7 +18,3 @@ then
|
|||
fi
|
||||
echo "${CC}="`${CC} -dumpversion`
|
||||
echo
|
||||
|
||||
# ref: $Format:%D$
|
||||
# git commit: $Format:%H$
|
||||
# commit time: $Format:%ai$
|
||||
|
|
|
|||
|
|
@ -43,7 +43,3 @@ else
|
|||
fi
|
||||
|
||||
exit 0
|
||||
|
||||
# ref: $Format:%D$
|
||||
# git commit: $Format:%H$
|
||||
# commit time: $Format:%ai$
|
||||
|
|
|
|||
|
|
@ -20,7 +20,3 @@ if find testok.txt -type f 1>/dev/null 2>/dev/null ; then
|
|||
exit 0
|
||||
fi
|
||||
exit 1
|
||||
|
||||
# ref: $Format:%D$
|
||||
# git commit: $Format:%H$
|
||||
# commit time: $Format:%ai$
|
||||
|
|
|
|||
|
|
@ -41,7 +41,3 @@ readonly VALGRIND_EXTRA_OPTS=$(get_suppfile)
|
|||
valgrind $VALGRIND_OPTS $VALGRIND_EXTRA_OPTS ./test >test_std.txt 2> >(tee -a test_err.txt >&2) || { kill $alive_pid; echo "Valgrind failed"; exit 1; }
|
||||
|
||||
kill $alive_pid
|
||||
|
||||
# ref: $Format:%D$
|
||||
# git commit: $Format:%H$
|
||||
# commit time: $Format:%ai$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue