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 ;