* Make dep doesn't work properly
@ 2001-06-08 2:24 Alexandr Andreev
0 siblings, 0 replies; only message in thread
From: Alexandr Andreev @ 2001-06-08 2:24 UTC (permalink / raw)
To: linux-mips
Hi.
I have the linux-2.4.3 kernel from your CVS. It looks like the 'make
dep' comand
doesn't work properly on my machine. With the mkdep.c from the
linux-2.4.5 it works
fine. Did anybody see the same?
-----------------------------------
[linus linux_2_4_3]$ make dep
if [ ! -f /extra/andreev/linux/linux_2_4_3/include/asm-mips/offset.h ];
then \
touch /extra/andreev/linux/linux_2_4_3/include/asm-mips/offset.h; \
fi;
make[1]: Entering directory
`/extra/andreev/linux/linux_2_4_3/arch/mips/boot'
make[1]: Nothing to be done for `dep'.
make[1]: Leaving directory `/extra/andreev/linux/linux_2_4_3/arch/mips/boot'
scripts/mkdep -- init/*.c > .depend
--: No such file or directory
find /extra/andreev/linux/linux_2_4_3/include/asm
/extra/andreev/linux/linux_2_4_3/include/linux
/extra/andreev/linux/linux_2_4_3/include/scsi
/extra/andreev/linux/linux_2_4_3/include/net -name SCCS -prune -o
-follow -name \*.h ! -name modversions.h -print | env -i
PATH="/home/andreev/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/X11R6/bin:/sbin:/usr/sbin:/home/andreev/bin"
HPATH="/extra/andreev/linux/linux_2_4_3/include" xargs scripts/mkdep --
> .hdepend
--: No such file or directory
--: No such file or directory
--: No such file or directory
make _sfdep_arch/mips/tools _sfdep_kernel _sfdep_drivers _sfdep_mm
_sfdep_fs _sfdep_net _sfdep_ipc _sfdep_lib _sfdep_arch/mips/math-emu
_sfdep_arch/mips/baget _sfdep_arch/mips/baget/prom
_sfdep_arch/mips/kernel _sfdep_arch/mips/mm _sfdep_arch/mips/lib
_FASTDEP_ALL_SUB_DIRS="arch/mips/tools kernel drivers mm fs net ipc lib
arch/mips/math-emu arch/mips/baget arch/mips/baget/prom arch/mips/kernel
arch/mips/mm arch/mips/lib"
make[1]: Entering directory `/extra/andreev/linux/linux_2_4_3'
make -C arch/mips/tools fastdep
make[2]: Entering directory
`/extra/andreev/linux/linux_2_4_3/arch/mips/tools'
/extra/andreev/linux/linux_2_4_3/scripts/mkdep -I
/extra/andreev/linux/linux_2_4_3/include/asm/gcc -D__KERNEL__
-I/extra/andreev/linux/linux_2_4_3/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -G 0 -mno-abicalls -fno-pic
-mcpu=r3000 -mips1 -pipe -- offset.c > .depend
-I: No such file or directory
mkdep: mmap: No such device
-D__KERNEL__: No such file or directory
-I/extra/andreev/linux/linux_2_4_3/include: No such file or directory
-Wall: No such file or directory
-Wstrict-prototypes: No such file or directory
-O2: No such file or directory
...
------------------------------------------------------------------------------
I use :
egcs-mips-linux-1.1.2-2,
make-3.78.1-4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-06-07 18:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-08 2:24 Make dep doesn't work properly Alexandr Andreev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox