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:
Axel Dörfler 2003-06-28 04:22:06 +00:00
parent 32169869e8
commit 8a32e4dc84

View File

@ -347,16 +347,16 @@ KernelLd tls_test :
bin/tls_test
;
KernelLd filetest :
KernelLd pipe_test :
libglue2.o
<$(SOURCE_GRIST)!apps!filetest>main.o
<$(SOURCE_GRIST)!apps>pipe_test.o
libroot.so
:
$(SUBDIR)/ldscripts/$(OBOS_ARCH)/app.ld
:
:
:
bin/filetest
bin/pipe_test
;
KernelLd envtest :