pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/tools
Module Name: pkgsrc
Committed By: wiz
Date: Tue Feb 18 13:44:38 UTC 2025
Modified Files:
pkgsrc/mk/tools: tools.Cygwin.mk
Log Message:
mk: Do not assume /bin/makeinfo exists on Cygwin.
>From Jonathan Perkin <jperkin%smartos.org@localhost>
via drecklypkg commit aacfda8f16cc61cea2bca0e901c9ad1efe46bbaf
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mk/tools/tools.Cygwin.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/tools/tools.Cygwin.mk
diff -u pkgsrc/mk/tools/tools.Cygwin.mk:1.13 pkgsrc/mk/tools/tools.Cygwin.mk:1.14
--- pkgsrc/mk/tools/tools.Cygwin.mk:1.13 Mon Feb 16 11:01:40 2015
+++ pkgsrc/mk/tools/tools.Cygwin.mk Tue Feb 18 13:44:38 2025
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Cygwin.mk,v 1.13 2015/02/16 11:01:40 jperkin Exp $
+# $NetBSD: tools.Cygwin.mk,v 1.14 2025/02/18 13:44:38 wiz Exp $
#
# System-supplied tools for the Cygwin operating system.
@@ -85,7 +85,9 @@ TOOLS_PLATFORM.m4?= /bin/m4
.if exists(/bin/make)
TOOLS_PLATFORM.gmake?= /bin/make
.endif
+.if exists(/bin/makeinfo)
TOOLS_PLATFORM.makeinfo?= /bin/makeinfo
+.endif
TOOLS_PLATFORM.mkdir?= /bin/mkdir -p
TOOLS_PLATFORM.mktemp?= /bin/mktemp
.if exists(/bin/msgconv)
Home |
Main Index |
Thread Index |
Old Index