pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/mktools



Module Name:    pkgsrc
Committed By:   dbj
Date:           Wed Jul  6 05:03:09 UTC 2022

Modified Files:
        pkgsrc/pkgtools/mktools: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/mktools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/mktools/Makefile
diff -u pkgsrc/pkgtools/mktools/Makefile:1.2 pkgsrc/pkgtools/mktools/Makefile:1.3
--- pkgsrc/pkgtools/mktools/Makefile:1.2        Tue Jun 14 08:45:33 2022
+++ pkgsrc/pkgtools/mktools/Makefile    Wed Jul  6 05:03:09 2022
@@ -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 @@ INSTALLATION_DIRS=    libexec/mktools
 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