#!/bin/sh # Turn on debug output if required if [ "z$TT_DEBUG" = "ztrue" ] then set -x fi # Remove all files that were created by compile-ttPM for F in `find etc/ scripts/ src/ -type f -name "*.in"` bootstrap0.in install-ttPM.in do FF=`basename $F .in` DD=`dirname $F` rm -f $DD/$FF done rm -f src/getPkgLinkOrder