Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 785754 | Differences between
and this patch

Collapse All | Expand All

(-)a/targets/support/kmerge.sh (-2 / +5 lines)
Lines 129-135 if [[ -n ${clst_kextraversion} ]]; then Link Here
129
		/usr/src/linux/Makefile
129
		/usr/src/linux/Makefile
130
fi
130
fi
131
131
132
genkernel_compile
132
if [[ "$clst_boot_kernel_${kname}_sources" == *"gentoo-kernel"* || "$clst_boot_kernel_${kname}_sources" == *"vanilla-kernel"* ]]; then
133
  echo "Spec file points to -dist kernel package instead of sources; skipping kernel build"
134
else
135
  genkernel_compile
136
fi
133
137
134
# Write out CONFIG, USE, VERSION, and EXTRAVERSION files
138
# Write out CONFIG, USE, VERSION, and EXTRAVERSION files
135
if [[ -n ${clst_KERNCACHE} && ! ${cached_kernel_found} ]]; then
139
if [[ -n ${clst_KERNCACHE} && ! ${cached_kernel_found} ]]; then
136
- 

Return to bug 785754