]> Zhao Yanbai Git Server - minix.git/commitdiff
TOOL_TIC: Set to "/usr/bin/tic", instead of "tic" 07/2707/2
authorLionel Sambuc <lionel@minix3.org>
Fri, 8 Aug 2014 16:14:06 +0000 (18:14 +0200)
committerLionel Sambuc <lionel@minix3.org>
Wed, 13 Aug 2014 14:42:56 +0000 (16:42 +0200)
There is a tic command which comes with a package. When this package is
installed, this prevent "make build" from completing, as the packaged
tic as incompatible arguments.

Change-Id: Ic75057013b92158d715c5533f01d79f65317a400

share/mk/bsd.own.mk

index 92e8cb0daedd602d146c284842fc6239a065121a..11dfef6d857d7670f675319b2ac0263bc7bf0ae7 100644 (file)
@@ -652,7 +652,13 @@ TOOL_STAT=         stat
 TOOL_STRFILE=          strfile
 TOOL_SUNLABEL=         sunlabel
 TOOL_TBL=              tbl
+.if defined(__MINIX)
+# LSC: There is a tic packaged, which has a completly different set of
+#      options, so make sure to use the base system one, always.
+TOOL_TIC=              /usr/bin/tic
+.else
 TOOL_TIC=              tic
+.endif # defined(__MINIX)
 TOOL_TOPROTO=          toproto
 TOOL_UUDECODE=         uudecode
 TOOL_VGRIND=           vgrind -f