From d45a868bb2e60fb543d1c7811d25e3cd9f166b99 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 25 Jul 2002 13:30:59 +0000 Subject: [PATCH] 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 --- src/kernel/Jamfile | 40 ---------------------------------------- src/kernel/apps/Jamfile | 5 +---- 2 files changed, 1 insertion(+), 44 deletions(-) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 8f1532bb32..3e86f891e2 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -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 diff --git a/src/kernel/apps/Jamfile b/src/kernel/apps/Jamfile index 0e379f30ef..6c2b09659c 100644 --- a/src/kernel/apps/Jamfile +++ b/src/kernel/apps/Jamfile @@ -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 ;