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

Collapse All | Expand All

(-)local.mk (-1 / +1 lines)
Lines 2-8 Link Here
2
# $Id: local.mk,v 1.56 2008/04/21 01:31:21 sfjro Exp $
2
# $Id: local.mk,v 1.56 2008/04/21 01:31:21 sfjro Exp $
3
3
4
KDIR = /lib/modules/$(shell uname -r)/build
4
KDIR = /lib/modules/$(shell uname -r)/build
5
SUBLEVEL = $(shell ${MAKE} -s -C ${KDIR} kernelversion | cut -f3 -d. | cut -f1 -d-)
5
SUBLEVEL = $(shell uname -r | cut -f3 -d. | cut -f1 -d-)
6
Conf1=${KDIR}/include/config/auto.conf
6
Conf1=${KDIR}/include/config/auto.conf
7
Conf2=${KDIR}/.config
7
Conf2=${KDIR}/.config
8
ifeq "t" "$(shell test -e ${Conf1} && echo t)"
8
ifeq "t" "$(shell test -e ${Conf1} && echo t)"

Return to bug 219034