Replaced the "filetest" command with the "pipe_test" for the build, due to
limited space in the boot file. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3706 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+3
-3
@@ -347,16 +347,16 @@ KernelLd tls_test :
|
|||||||
bin/tls_test
|
bin/tls_test
|
||||||
;
|
;
|
||||||
|
|
||||||
KernelLd filetest :
|
KernelLd pipe_test :
|
||||||
libglue2.o
|
libglue2.o
|
||||||
<$(SOURCE_GRIST)!apps!filetest>main.o
|
<$(SOURCE_GRIST)!apps>pipe_test.o
|
||||||
libroot.so
|
libroot.so
|
||||||
:
|
:
|
||||||
$(SUBDIR)/ldscripts/$(OBOS_ARCH)/app.ld
|
$(SUBDIR)/ldscripts/$(OBOS_ARCH)/app.ld
|
||||||
:
|
:
|
||||||
:
|
:
|
||||||
:
|
:
|
||||||
bin/filetest
|
bin/pipe_test
|
||||||
;
|
;
|
||||||
|
|
||||||
KernelLd envtest :
|
KernelLd envtest :
|
||||||
|
|||||||
Reference in New Issue
Block a user