Home | History | Annotate | Download | only in tools
      1 #!/bin/bash
      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 $?
      8