Remove the apps mount and unmount from the kernel build as they

don't do anything and Axel has started replacing them anyway.

At some point we need to remove the files, but I'll wait until
things have had a few days first.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@437 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David Reid 2002-07-25 13:30:59 +00:00
parent 67162b7430
commit d45a868bb2
2 changed files with 1 additions and 44 deletions

View File

@ -624,32 +624,6 @@ KernelLd rld.so :
libexec/rld.so
;
KernelLd mount :
libglue2.o
<$(SOURCE_GRIST)!apps!mount>main.o
libc.so
libm.so
:
$(SUBDIR)/ldscripts/$(OBOS_ARCH)/app.ld
:
:
:
bin/mount
;
KernelLd unmount :
libglue2.o
<$(SOURCE_GRIST)!apps!unmount>main.o
libc.so
libm.so
:
$(SUBDIR)/ldscripts/$(OBOS_ARCH)/app.ld
:
:
:
bin/unmount
;
KernelLd testapp :
libglue2.o
<$(SOURCE_GRIST)!apps!testapp>main.o
@ -731,20 +705,6 @@ KernelLd loop :
# ;
#}
KernelLd testdigit :
libglue2.o
<$(SOURCE_GRIST)!apps!testdigit>main.o
libc.so
:
$(SUBDIR)/ldscripts/$(OBOS_ARCH)/app.ld
:
:
:
bin/testdigit
;
KernelLd ps :
libglue2.o
<$(SOURCE_GRIST)!apps!ps>main.o

View File

@ -2,19 +2,16 @@ SubDir OBOS_TOP src kernel apps ;
KernelObjects false_main.c fibo_main.c init.c true_main.c ;
SubInclude OBOS_TOP src kernel apps uname ;
SubInclude OBOS_TOP src kernel apps echo ;
SubInclude OBOS_TOP src kernel apps filetest ;
SubInclude OBOS_TOP src kernel apps fortune ;
SubInclude OBOS_TOP src kernel apps hostname ;
SubInclude OBOS_TOP src kernel apps ls ;
SubInclude OBOS_TOP src kernel apps mount ;
SubInclude OBOS_TOP src kernel apps ps ;
SubInclude OBOS_TOP src kernel apps rld ;
SubInclude OBOS_TOP src kernel apps shell ;
SubInclude OBOS_TOP src kernel apps envtest ;
#SubInclude OBOS_TOP src kernel apps sockettest ;
SubInclude OBOS_TOP src kernel apps testapp ;
SubInclude OBOS_TOP src kernel apps testdigit ;
SubInclude OBOS_TOP src kernel apps tests ;
SubInclude OBOS_TOP src kernel apps unmount ;
SubInclude OBOS_TOP src kernel apps uname ;