[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
file dependencies
- To: tech_(_at_)_openbsd_(_dot_)_org
- Subject: file dependencies
- From: jamester_(_at_)_dacl3_(_dot_)_snu_(_dot_)_ac_(_dot_)_kr
- Date: Sat, 6 Feb 1999 16:18:57 +0900 (KST)
Hi.
I have wrote my own system calls and put them in
/usr/src/sys/kern/new_syscall.c
and /usr/src/sys/sys/new_syscall.h.
I included kern/new_syscall.c in /usr/src/sys/conf/files,
and file kern/new_syscall.c in /usr/src/sys/conf/files.newconf.
When I run make, it produces bunch of errors while compiling
new_syscall.c. Errors are from mbuf.h, new_syscall.h, and malloc.h.
I think that these errors are due to file dependencies.
new_syscall.h depends on sys/cdefs.h
new_syscall.c depends on sys/mbuf.h and sys/new_syscall.h.
Is there any way I can specify file depencies?
Thanks for adance.
-James Kwon
Visit your host, monkey.org