From 2854c6ede01c1c9584852d5136133f43333350e0 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 14 Jul 2002 13:53:07 +0000 Subject: [PATCH] Removed the kernel building lines as they are in src/kernel again. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@219 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Jamfile b/Jamfile index 8f30f488fa..694d38078e 100644 --- a/Jamfile +++ b/Jamfile @@ -1,9 +1,3 @@ SubDir OBOS_TOP ; -WriteKernelConfig $(OBOS_KERNEL_CONFIG) ; - -BuildKernel $(OBOS_KERNEL) : $(OBOS_KERNEL_CONFIG) ; - -KernelFloppyImage $(OBOS_FLOPPY) : $(OBOS_KERNEL) : $(OBOS_TOP)/src/kernel/boot/arch/$(OBOS_ARCH)/bootblock.bin ; - SubInclude OBOS_TOP src ;