Re: Re: make test failed
"Peter T. Breuer" <[email protected]>
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
"Also sprach Peter T. Breuer:"
> Script started on Sat Mar 26 19:27:50 2005
> /usr/oboe/ptb/lang/c/nbd/nbd-2.4.32% sudo make LINUXDIR=/usr/local/src/linux-2.6.8.1-uml
> ...
> make[1]: Entering directory `/usr/local/src/linux-2.6.8.1-uml'
> *** Warning: Overriding SUBDIRS on the command line can cause
> *** inconsistencies
> mkdir -p /tmp/linux-2.6.x/.tmp_versions
> make -f /usr/local/src/linux-2.6.8.1-uml/scripts/Makefile.build obj=arch/i386/ke
> rnel arch/i386/kernel/asm-offsets.s
I should have showed what the make command that the Makefile ran was (in
and among the ellipsis ...). It was:
VPATH="/home/oboe/ptb/lang/c/nbd/nbd-2.4.32/kernel/linux-2.6.x"; \
cp -a "$VPATH" "/tmp/linux-2.6.x" && \
cd "/tmp/linux-2.6.x/drivers/block"; \
make -C "/usr/local/src/linux-2.6.8.1-uml" \
-f "$VPATH/Makefile" \
SUBDIRS="/tmp/linux-2.6.x/drivers/block/enbd" \
KBUILD_VERBOSE=1 \
CONFIG_BLK_DEV_ENBD=m \
CONFIG_BLK_DEV_ENBD_IOCTL=m \
CFLAGS_KERNEL=-I"$VPATH/include" \
CFLAGS_MODULE=-I"$VPATH/include" \
MODVERDIR="/tmp/linux-2.6.x/.tmp_versions" \
VERSION="2" \
PATCHLEVEL="6" \
SUBLEVEL="8" \
EXTRAVERSION=".1-SMP" \
modules
which generates the .ko files in /tmp.
Peter