3 # Make sure we're in our directory (i.e., where this shell script is)
7 # Configure fetch method
8 URL
="http://www.minix3.org/distfiles-minix/binutils-2.21.1.tar.bz2"
9 BACKUP_URL
="http://ftp.gnu.org/gnu/binutils/binutils-2.21.1.tar.bz2"
16 # Fetch sources if not available
19 if [ ! -f binutils-2.21
.1.
tar.bz2
]; then
26 tar -oxjf binutils-2.21
.1.
tar.bz2
&& \
27 mv binutils-2.21
.1 dist
&& \
29 cat ..
/patches
/* |
patch -p1