#! /bin/sh # Build a list of internal function and variable prototypes. t=__wt.$$ trap 'rm -f $t; exit 0' 0 1 2 3 13 15 ( cat < $t f=../src/include/extern.h cmp $t $f > /dev/null 2>&1 || (echo "Building $f" && rm -f $f && cp $t $f)