From 3b183ea39230d6c9a903638806226d22982105fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 8 Jun 2004 08:37:14 +0000 Subject: [PATCH] It now has to use kernel_interface_r5.cpp instead of kernel_interface.cpp. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7848 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/copy_to_bfs_image/Jamfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tools/copy_to_bfs_image/Jamfile b/src/tools/copy_to_bfs_image/Jamfile index da65cc6806..b6f32b81aa 100644 --- a/src/tools/copy_to_bfs_image/Jamfile +++ b/src/tools/copy_to_bfs_image/Jamfile @@ -14,7 +14,7 @@ UsePrivateHeaders [ FDirName kernel ] ; # For kernel_cpp.cpp malloc_debug_flags = -fcheck-memory-usage ; } - local defines = [ FDefines USER + local defines = [ FDefines USER #DEBUG NO_FILE_UNCACHED_IO UNSAFE_GET_VNODE #BFS_BIG_ENDIAN_ONLY @@ -30,9 +30,9 @@ BinCommand copy_to_bfs_image : sysdep.c hexdump.c argv.c Volume.cpp BPlusTree.cpp Inode.cpp Index.cpp Query.cpp Journal.cpp - BlockAllocator.cpp kernel_interface.cpp Utility.cpp BufferPool.cpp + BlockAllocator.cpp kernel_interface_r5.cpp Utility.cpp BufferPool.cpp Debug.cpp kernel_cpp.cpp - + strlcat.c : ; @@ -40,7 +40,7 @@ BinCommand copy_to_bfs_image : # Tell Jam where to find these sources SEARCH on [ FGristFiles Volume.cpp BPlusTree.cpp Inode.cpp Index.cpp Query.cpp Journal.cpp - BlockAllocator.cpp kernel_interface.cpp Utility.cpp BufferPool.cpp + BlockAllocator.cpp kernel_interface_r5.cpp Utility.cpp BufferPool.cpp Debug.cpp ] = [ FDirName $(OBOS_TOP) src add-ons kernel file_systems bfs ] ;