Daniel Schepler writes: > package gcc-3.3 > reopen 248216 > thanks > > The attempt to fix this bug in the upload of gcc-3.3_3.3.3ds7-8 > doesn't appear to actually work: > > ... > rm -rf > /tmp/buildd/gcc-3.3-3.3.3ds7/build/i486-linux/libstdc++-v3/docs/doxygen/html* > if dot -V; then \ > /usr/bin/make -C /tmp/buildd/gcc-3.3-3.3.3ds7/build/i486-linux/libstdc++-v3 > SHELL=/bin/bash doxygen; \ > /usr/bin/make -C /tmp/buildd/gcc-3.3-3.3.3ds7/build/i486-linux/libstdc++-v3 > SHELL=/bin/bash doxygen-man; \ > else \ > true; \ > fi
ok, better to move the second make behind the if dot ...