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

Collapse All | Expand All

(-)vmnet-only/Makefile (-1 / +5 lines)
Lines 76-89 Link Here
76
MAKEOVERRIDES := $(filter-out CC=%,$(MAKEOVERRIDES))
76
MAKEOVERRIDES := $(filter-out CC=%,$(MAKEOVERRIDES))
77
77
78
$(DRIVER_KO):
78
$(DRIVER_KO):
79
ifdef EXTRAVERSION
80
	make -C $(BUILD_DIR) SUBDIRS=$$PWD SRCROOT=$$PWD/$(SRCROOT) EXTRAVERSION=$(EXTRAVERSION) modules
81
else
79
	make -C $(BUILD_DIR) SUBDIRS=$$PWD SRCROOT=$$PWD/$(SRCROOT) modules
82
	make -C $(BUILD_DIR) SUBDIRS=$$PWD SRCROOT=$$PWD/$(SRCROOT) modules
83
endif
80
84
81
else
85
else
82
86
83
ifneq ($(VM_CCVER), $(VMCCVER))
87
ifneq ($(VM_CCVER), $(VMCCVER))
84
$(warning *** Inappropriate build environment: you wanted to use gcc \
88
$(warning *** Inappropriate build environment: you wanted to use gcc \
85
 version $(VM_CCVER) while kernel attempts to use gcc version $(VMCCVER).)
89
 version $(VM_CCVER) while kernel attempts to use gcc version $(VMCCVER).)
86
$(error For proper build you'll have to replace $(CC) with symbolic \
90
$(error For proper build you will have to replace $(CC) with symbolic \
87
 link to $(VM_CC))
91
 link to $(VM_CC))
88
endif
92
endif
89
93

Return to bug 32737