Replaced the select_test application with tls_test in the boot image.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2368 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a8687de4ad
commit
39c5004d20
@ -252,16 +252,16 @@ KernelLd sig_test :
|
||||
bin/sig_test
|
||||
;
|
||||
|
||||
KernelLd select_test :
|
||||
KernelLd tls_test :
|
||||
libglue2.o
|
||||
<$(SOURCE_GRIST)!apps>select_test.o
|
||||
<$(SOURCE_GRIST)!apps>tls_test.o
|
||||
libroot.so
|
||||
:
|
||||
$(SUBDIR)/ldscripts/$(OBOS_ARCH)/app.ld
|
||||
:
|
||||
:
|
||||
:
|
||||
bin/select_test
|
||||
bin/tls_test
|
||||
;
|
||||
|
||||
KernelLd fortune :
|
||||
|
Loading…
Reference in New Issue
Block a user