pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/mktools pkgtools/mktool: set IGNORE_CCACHE=ye...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0c0112dc670
branches:  trunk
changeset: 381389:d0c0112dc670
user:      dbj <dbj%pkgsrc.org@localhost>
date:      Wed Jul 06 05:03:09 2022 +0000

description:
pkgtools/mktool: set IGNORE_CCACHE=yes to avoid circular dependency

diffstat:

 pkgtools/mktools/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2f57759fe3ab -r d0c0112dc670 pkgtools/mktools/Makefile
--- a/pkgtools/mktools/Makefile Tue Jul 05 21:27:38 2022 +0000
+++ b/pkgtools/mktools/Makefile Wed Jul 06 05:03:09 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/06/14 08:45:33 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2022/07/06 05:03:09 dbj Exp $
 
 PKGNAME=               mktools-20220614
 CATEGORIES=            pkgtools sysutils
@@ -16,6 +16,7 @@
 CHECK_PERMS_SKIP=      *
 CHECK_PORTABILITY_SKIP=        *
 PKGSRC_LOCKTYPE=       none
+IGNORE_CCACHE=         yes
 
 do-extract:
        ${CP} -R ${FILESDIR}/ ${WRKSRC}/



Home | Main Index | Thread Index | Old Index