2.6.0-test9 - make xconfig fails for buildtree != srctree

From: Andrey Borzenkov
Date: Sun Nov 16 2003 - 14:34:19 EST


{pts/0}% ./makelinux V=1 xconfig
make: Entering directory `/home/bor/src/linux-2.6.0-test9'
make -C /home/bor/build/linux-2.6.0-test9 \
KBUILD_SRC=/home/bor/src/linux-2.6.0-test9 KBUILD_VERBOSE=1 \
KBUILD_CHECK= -f /home/bor/src/linux-2.6.0-test9/Makefile xconfig
make -f /home/bor/src/linux-2.6.0-test9/scripts/Makefile.build obj=scripts
scripts/fixdep
make[2]: `scripts/fixdep' is up to date.
make -f /home/bor/src/linux-2.6.0-test9/scripts/Makefile.build
obj=scripts/kconfig xconfig
g++ -Wp,-MD,scripts/kconfig/.qconf.o.d -O2
-I/home/bor/src/linux-2.6.0-test9//usr/lib/qt3//include -c -o
scripts/kconfig/qconf.o
/home/bor/src/linux-2.6.0-test9/scripts/kconfig/qconf.cc
/home/bor/src/linux-2.6.0-test9/scripts/kconfig/qconf.cc:6:26: qapplication.h:
No such file or directory

apparently it prepends $(srctree) (or just $(src)) to Qt include path, but I
failed to see where.

-andrey

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/