3 # Make sure we're in our directory (i.e., where this shell script is)
13 # Configure fetch method - GMAKE
14 URL
="http://www.minix3.org/pkgsrc/distfiles/minix/3.4.0/make-3.81.tar.bz2"
15 BACKUP_URL
="ftp://ftp.gnu.org/gnu/make/make-3.81.tar.bz2"
17 # Fetch sources if not available
20 if [ ! -f make-3.81.
tar.bz2
]; then
27 tar -xjf make-3.81.
tar.bz2
&& \
28 mv make-3.81 dist
&& \
30 cat ..
/patches
/* |
patch -p 1 || true