Is there any particular reason why you do all these steps: > # export DESTDIR=/ > # export CFLAGS='-O3 -mcpu=athlon-xp -march=athlon-xp -mmmx > -msse -m3dnow > -mfpmath=sse' > # export CXXFLAGS=$CFLAGS > # cd etc > # make distrib-dirs > ... > # cd ..
When the only thing you should need to do is: > # make build ???