------- Comment #3 from aldot at gcc dot gnu dot org 2008-01-18 18:38 ------- fix-proto is never run, it seems: $ grep "stmp-" out.log echo timestamp > stmp-fixinc echo timestamp > stmp-int-hdrs echo timestamp > stmp-install-fixproto if [ xstmp-install-fixproto != x ] ; then \
after fixincludes is run, it seems to update the stamps it feels responsible for: cp /there.sh/toolchain_build_sh4/gcc-4.3.0/gcc/../fixincludes/README-fixinc incl ude-fixed/README chmod a+r include-fixed/README echo timestamp > stmp-int-hdrs echo timestamp > stmp-install-fixproto I'm doing a simple configure;make all; make install -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33200