libroot/posix/signal is back in the build
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1983 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+3
-2
@@ -36,7 +36,7 @@ KernelLd kernel :
|
|||||||
|
|
||||||
kernel_posix_locale.o
|
kernel_posix_locale.o
|
||||||
kernel_posix_main.o
|
kernel_posix_main.o
|
||||||
# kernel_posix_signal.o
|
kernel_posix_signal.o
|
||||||
kernel_posix_stdio.o
|
kernel_posix_stdio.o
|
||||||
kernel_posix_stdlib.o
|
kernel_posix_stdlib.o
|
||||||
kernel_posix_sys.o
|
kernel_posix_sys.o
|
||||||
@@ -69,7 +69,7 @@ KernelLd kernel.so :
|
|||||||
|
|
||||||
kernel_posix_locale.o
|
kernel_posix_locale.o
|
||||||
kernel_posix_main.o
|
kernel_posix_main.o
|
||||||
# kernel_posix_signal.o
|
kernel_posix_signal.o
|
||||||
kernel_posix_stdio.o
|
kernel_posix_stdio.o
|
||||||
kernel_posix_stdlib.o
|
kernel_posix_stdlib.o
|
||||||
kernel_posix_sys.o
|
kernel_posix_sys.o
|
||||||
@@ -104,6 +104,7 @@ KernelLd libroot.so :
|
|||||||
posix_malloc.o
|
posix_malloc.o
|
||||||
posix_math.o
|
posix_math.o
|
||||||
posix_math_arch_$(OBOS_ARCH).o
|
posix_math_arch_$(OBOS_ARCH).o
|
||||||
|
posix_signal.o
|
||||||
posix_stdio.o
|
posix_stdio.o
|
||||||
posix_stdlib.o
|
posix_stdlib.o
|
||||||
posix_string.o
|
posix_string.o
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ MergeObjectFromObjects kernel_posix_main.o :
|
|||||||
SubInclude OBOS_TOP src kernel libroot posix locale ;
|
SubInclude OBOS_TOP src kernel libroot posix locale ;
|
||||||
SubInclude OBOS_TOP src kernel libroot posix malloc ;
|
SubInclude OBOS_TOP src kernel libroot posix malloc ;
|
||||||
SubInclude OBOS_TOP src kernel libroot posix math ;
|
SubInclude OBOS_TOP src kernel libroot posix math ;
|
||||||
#SubInclude OBOS_TOP src kernel libroot posix signal ;
|
SubInclude OBOS_TOP src kernel libroot posix signal ;
|
||||||
SubInclude OBOS_TOP src kernel libroot posix stdio ;
|
SubInclude OBOS_TOP src kernel libroot posix stdio ;
|
||||||
SubInclude OBOS_TOP src kernel libroot posix stdlib ;
|
SubInclude OBOS_TOP src kernel libroot posix stdlib ;
|
||||||
SubInclude OBOS_TOP src kernel libroot posix string ;
|
SubInclude OBOS_TOP src kernel libroot posix string ;
|
||||||
|
|||||||
Reference in New Issue
Block a user