]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix the process for GNU tools on MINIX 79/3379/1
authorAntoine Leca <Antoine.Leca.1@gmail.com>
Fri, 4 Nov 2016 18:19:14 +0000 (19:19 +0100)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Wed, 30 Nov 2016 07:42:36 +0000 (08:42 +0100)
This is a fix over commit a150b26ee803b20080
On a MINIX station, the tools are not usually built and
on a first-time building of the tree, the fetching script
of texinfo was not triggered in some cases. Let force it.
Reported on minix3 googlegroup by Chris Card.

Change-Id: I8beafdeaec66bb1f1f3250bd64c1e14c0023e9d0

gnu/usr.bin/Makefile

index 0e72fa779790695cdf3b4edac9e7afdb3bbb4393..6162bfcfd2aa4e37283dd8bca1db0d75ca712124 100644 (file)
@@ -4,6 +4,16 @@
 
 .if defined(__MINIX)
 SUBDIR+=       texinfo
+
+.if ${USETOOLS} != "yes"
+# MINIX: make sure sources are fetched, even when tools were not built earlier
+MODULE=                texinfo
+GNUHOSTDIST=   ${NETBSDSRCDIR}/gnu/dist/${MODULE}
+.include "${.CURDIR}/../../minix/Makefile.fetchgnu"
+
+realall realdepend: ${GNUHOSTDIST:H}/.gitignore
+.endif # defined(__MINIX)
+
 .else
 SUBDIR+=       bc
 SUBDIR+=       c89 c99