On Jun 26, 2013, at 21:39 , ext Jesse Gross wrote: >> >> OK, so you need to use the kernel version from the "with-linux" option given >> to configure then? >> I have configured with --with-linux=/lib/modules/`uname -r`/build so that >> happened to work for me. > > Would you mind taking a look at the makefile in the directory that you > passed to "with-linux" to see how it chooses where to install and run > depmod? > > On mine it does: > KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null) > DEPMOD $(KERNELRELEASE)
I'm not sure how to look at this. The Makefile in my /lib/modules/3.2.0-4-amd64/build is: VERSION = 2 PATCHLEVEL = 6 MAKEARGS := -C /usr/src/linux-headers-3.2.0-4-common O=/usr/src/linux-headers-3. 2.0-4-amd64 MAKEFLAGS += --no-print-directory .PHONY: all $(MAKECMDGOALS) cmd := $(filter-out all Makefile,$(MAKECMDGOALS)) all: @$(MAKE) $(MAKEARGS) $(cmd) Makefile:; $(cmd) %/: all @: Jarno _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev