linux4.1: It's CCACHE_DISABLE, not DISABLE_CCACHE
This commit is contained in:
parent
4bd546799d
commit
947f509ab5
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ 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 DISABLE_CCACHE=1
|
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
|
||||||
|
|
Loading…
Reference in a new issue