mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
linux3.14: disable ccache
This commit is contained in:
parent
947f509ab5
commit
6452ad3472
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ mutable_files="
|
||||||
/usr/lib/modules/${_kernver}/modules.alias.bin
|
/usr/lib/modules/${_kernver}/modules.alias.bin
|
||||||
/usr/lib/modules/${_kernver}/modules.devname"
|
/usr/lib/modules/${_kernver}/modules.devname"
|
||||||
|
|
||||||
|
export CCACHE_DISABLE=1
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
# If there's a file called <arch>-dotconfig, use it to
|
# If there's a file called <arch>-dotconfig, use it to
|
||||||
# configure the kernel; otherwise use arch defaults and all stuff
|
# configure the kernel; otherwise use arch defaults and all stuff
|
||||||
|
|
Loading…
Add table
Reference in a new issue