Skip to content

Commit

Permalink
Fix the process for GNU tools on MINIX
Browse files Browse the repository at this point in the history
This is a fix over commit a150b26
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
  • Loading branch information
antoineL authored and sambuc committed Nov 30, 2016
1 parent 117b6ea commit 3f86230
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gnu/usr.bin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f86230

Please sign in to comment.