From 897285de73606eed34029368e8386b7ee0aa5513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 13 May 2003 15:25:04 +0000 Subject: [PATCH] Removed x86 dependent "cpuinfo" command from the main build (it's now added locally in the app/cpuinfo directory). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3237 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 432c03bd9a..864a88062d 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -321,18 +321,6 @@ KernelLd obos_shell : bin/shell ; -KernelLd cpuinfo : - libglue2.o - <$(SOURCE_GRIST)!apps!cpuinfo>main.o - libroot.so - : - $(SUBDIR)/ldscripts/$(OBOS_ARCH)/app.ld - : - : - : - bin/cpuinfo - ; - KernelLd testapp : libglue2.o <$(SOURCE_GRIST)!apps!testapp>main.o