#! /bin/sh ( md5 `ls -1 *.[csh] | sed -e '/^config.h$/d' -e '/^malloc.c$/d'` data/* cat config.h | sed -e '/#undef DECLARE_ATOF/s/undef/define/' \ -e '/#undef NO_SINCOS/s/undef/define/' \ -e '/#define DUMP_STYLE/s/0/DUMP_HOLDSPACE/' \ -e '/DUMP_WARNING_INTERVAL/s/.*/#define DUMP_WARNING_INTERVAL 300/' | md5 | sed -e 's/$/ config.h/' cat malloc.c | sed -e '/#define RECORD_CALLER/s;^;/* ;' \ -e '/#define DO_FILLS/s;^;/* ;' | md5 | sed -e 's/$/ malloc.c/' ) | egrep -v '=$' | sort +1