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/make-3.80.tar.bz2"
9 BACKUP_URL
="ftp://ftp.gnu.org/gnu/make/make-3.80.tar.bz2"
16 # Fetch sources if not available
19 if [ ! -f make-3.80.
tar.bz2
]; then
26 tar -xjf make-3.80.
tar.bz2
&& \