Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Use ccache if available
Pietro Cerutti committed 8 years ago
commit 498db3fef9cdeab719c889084ba92873b3ae8425
parent ab3a00b
1 file changed +6 -0
modified auto.def
@@ -232,6 +232,11 @@ lmap repo [list binary] {
	define-append REPOS_STATIC_LIBS \$(top_builddir)/libpkg/repo/${repo}/librepo-${repo}.a
}

+
# ccache
+
if {[get-define CCACHE] ne {none}} {
+
  define CC "[get-define CCACHE] [get-define CC]"
+
}
+

make-config-header pkg_config.h
make-config-header external/sqlite/config.h
make-template mk/defs.mk.in
@@ -246,3 +251,4 @@ lmap dir [list external/expat external/blake2 external/picosat \
	external/libucl external/libelf external/libmachista tests docs scripts] {
	make-template $dir/Makefile.autosetup $dir/Makefile
}
+