Added unistd/sync.c to the kernel.

Removed unneeded source grist.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10046 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-11-19 20:19:53 +00:00
parent 5987043c75
commit 583565f02a
+36 -35
View File
@@ -31,26 +31,26 @@ SEARCH_SOURCE += [ FDirName $(SUBDIR) posix unistd ] ;
KernelMergeObject kernel_posix.o : KernelMergeObject kernel_posix.o :
# main # main
<$(SOURCE_GRIST)>kerrno.c kerrno.c
<$(SOURCE_GRIST)>dirent.c dirent.c
<$(SOURCE_GRIST)>poll.c poll.c
<$(SOURCE_GRIST)>utime.c utime.c
# locale # locale
<$(SOURCE_GRIST)>ctype.c ctype.c
# stdio # stdio
<$(SOURCE_GRIST)>kernel_vsprintf.c kernel_vsprintf.c
# stdlib # stdlib
<$(SOURCE_GRIST)>abs.c abs.c
<$(SOURCE_GRIST)>atoi.c atoi.c
<$(SOURCE_GRIST)>bsearch.c bsearch.c
<$(SOURCE_GRIST)>merge.c merge.c
<$(SOURCE_GRIST)>qsort.c qsort.c
<$(SOURCE_GRIST)>rand.c rand.c
<$(SOURCE_GRIST)>random.c random.c
<$(SOURCE_GRIST)>strtol.c strtol.c
<$(SOURCE_GRIST)>strtoll.c strtoll.c
<$(SOURCE_GRIST)>strtoul.c strtoul.c
<$(SOURCE_GRIST)>strtoull.c strtoull.c
# sys # sys
chmod.c chmod.c
stat.c stat.c
@@ -59,25 +59,26 @@ KernelMergeObject kernel_posix.o :
gettimeofday.c gettimeofday.c
uio.c uio.c
# time # time
<$(SOURCE_GRIST)>time.c time.c
# unistd # unistd
<$(SOURCE_GRIST)>access.c access.c
<$(SOURCE_GRIST)>chown.c chown.c
<$(SOURCE_GRIST)>close.c close.c
<$(SOURCE_GRIST)>conf.c conf.c
<$(SOURCE_GRIST)>directory.c directory.c
<$(SOURCE_GRIST)>dup.c dup.c
<$(SOURCE_GRIST)>fcntl.c fcntl.c
<$(SOURCE_GRIST)>hostname.c hostname.c
<$(SOURCE_GRIST)>ioctl.c ioctl.c
<$(SOURCE_GRIST)>link.c link.c
<$(SOURCE_GRIST)>lseek.c lseek.c
<$(SOURCE_GRIST)>mount.c mount.c
<$(SOURCE_GRIST)>open.c open.c
<$(SOURCE_GRIST)>read.c read.c
<$(SOURCE_GRIST)>truncate.c sync.c
<$(SOURCE_GRIST)>usergroup.c truncate.c
<$(SOURCE_GRIST)>write.c usergroup.c
write.c
# string # string
memchr.c memchr.c
memcmp.c memcmp.c