Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: avr-binutils - Cross Compiling GNU binutils targeted at avr
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234750
------- Additional Comments From rc040203@freenet.de 2007-04-07 01:24 EST ------- MUSTFIX:
Using mkdir is not safe against "rpmbuild --short-circuit":
# rpmbuild -bb avr-binutils.spec
# rpmbuild --short-circuit -bc avr-binutils.spec Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5345 ... + mkdir build mkdir: cannot create directory `build': File exists error: Bad exit status from /var/tmp/rpm-tmp.5345 (%build)
Replace the "mkdir build" with "mkdir -p build".