minix/tools
Antoine Leca 866355d930 GNU tools: improvements to fetching process
- Do not run the fetch.sh script every time
- Do not run the configure script with MKUPDATE=yes (build.sh -u)
- The fetched GNU source are hidden from `git status`
- With CLEANFETCHED=yes, `nbmake -C tools cleandir` will remove the
fetched GNU source and return the MINIX tree to its pristine state.
- Avoid (harmless) message when building in parallel, about find
running against an inexistant path

Notice that the GNU tools are "installed" on every run, even with
MKUPDATE=yes; this is a feature of the NetBSD build system, because
in case of changes in dependencies it is impossible to know them.
See commit 1.27 2004-06-12 of tools/Makefile.gnuhost in NetBSD's src/

The downloaded tarballs are not removed with CLEANFETCHED:
they are supposed to be unmodified, and the exact name is not known
to the Makefile's, since it is engraved in each fetch.sh script (and
we do not want to have the same information in several places.)
2013-01-25 18:42:58 +01:00
..
awk
binstall
binutils
cat
cksum
compat
file
gcc
genassym
gmake
gmp
host-mkdep
installboot
join
lex
lorder
m4
make
makewhatis
mandoc
mkdep
mkfs.mfs
mknod
mkproto
mktemp
mpc
mpfr
mtree
nbperf
pax
pwd_mkdb
sed
stat
tic
tsort
yacc
zic
headerlist
Makefile
Makefile.gmakehost
Makefile.gnuhost
Makefile.gnuwrap
Makefile.host
Makefile.nbincludes
mkheaderlist.sh