>>43
find /usr/local -type f
でファイルのリストは出るべさ

touch foo
sudo make install
find /usr/local -type f -newer foo > FILELIST

でファイルリストできる
awk 'BEGIN{print "rm ¥¥"}{printf "%s ¥¥¥n", $0}' FILELIST
みたいな感じで、どうにかなるんじゃね テキトーに書いたしブラケット全角だからコレのままだと動かないけど