Date: Wed, 04 Jul 2001 21:04:52 -0700 From: Julian Elischer <julian@elischer.org> To: current@freebsd.org Subject: kernel getting files from out of kernel tree. Message-ID: <3B43E764.3333C898@elischer.org>
next in thread | raw e-mail | index | archive | help
I just noticed that the kernel seems to be getting setjmp.h from
../../../../include which is /usr/src/include.
for example, form the .depend.....
db_command.o: ../../../ddb/db_command.c opt_global.h \
../../../sys/param.h ../../../sys/types.h ../../../sys/cdefs.h \
../../../sys/inttypes.h machine/ansi.h machine/types.h \
machine/endian.h ../../../sys/syslimits.h ../../../sys/errno.h \
../../../sys/time.h ../../../sys/priority.h machine/param.h \
../../../sys/linker_set.h ../../../sys/reboot.h ../../../sys/systm.h \
machine/atomic.h machine/cpufunc.h ../../../sys/callout.h \
../../../sys/queue.h ../../../sys/libkern.h ../../../sys/cons.h \
../../../ddb/ddb.h machine/db_machdep.h machine/frame.h machine/psl.h \
machine/trap.h ../../../ddb/db_command.h ../../../ddb/db_lex.h \
../../../ddb/db_output.h ../../../../include/setjmp.h \ <---------#####
machine/setjmp.h
--
+------------------------------------+ ______ _ __
| __--_|\ Julian Elischer | \ U \/ / hard at work in
| / \ julian@elischer.org +------>x USA \ a very strange
| ( OZ ) \___ ___ | country !
+- X_.---._/ presently in San Francisco \_/ \\
v
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B43E764.3333C898>
