Elliott Hughes | 9651093 | 2017-09-28 15:20:40 -0700 | [diff] [blame] | 1 | #!/bin/sh |
2 | DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | ||||
3 | cd $DIR/.. | ||||
4 | ./libc/tools/genversion-scripts.py | ||||
5 | |||||
6 | git diff --exit-code HEAD libc/*.map libdl/*.map libm/*.map linker/*.map | ||||
7 | exit $? |