2015-04-02 18:59:30 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# test result with:
|
|
|
|
# make all check
|
2015-04-03 14:38:02 +02:00
|
|
|
# ggrep -i --exclude-dir=mpg --exclude=.travis.yml --exclude=ChangeLog --exclude=extra-names --exclude=public-names polarssl . --exclude-dir=tmp G -v 'OU?=PolarSSL|PolarSSLTes' | cut -d':' -f1 | sort -u
|
2015-04-02 18:59:30 +02:00
|
|
|
|
|
|
|
set -eu
|
|
|
|
|
2015-04-03 14:38:02 +02:00
|
|
|
tmp/analyze-names.sh
|
|
|
|
tmp/makelist.pl public-names extra-names > old2new
|
2015-04-02 18:59:30 +02:00
|
|
|
|
2015-04-03 14:38:02 +02:00
|
|
|
tmp/rename.pl old2new include/mbedtls/*.h library/*.c tests/suites/* configs/*.h scripts/data_files/*.fmt scripts/* tests/scripts/*
|
|
|
|
tmp/rename.pl old2new programs/*.c programs/*/*.c
|