Makefile (bdf28630b72154e5766cbad5874576b6f22e7237) | Makefile (baf4bcacb715cebd412b2f4bb69989ef24496523) |
---|---|
1# 2# Copyright (c) 2000-2005 Silicon Graphics, Inc. 3# All Rights Reserved. 4# 5# This program is free software; you can redistribute it and/or 6# modify it under the terms of the GNU General Public License as 7# published by the Free Software Foundation. 8# --- 92 unchanged lines hidden (view full) --- 101 102# low-level transaction/log code 103xfs-y += xfs_log.o \ 104 xfs_log_cil.o \ 105 xfs_buf_item.o \ 106 xfs_extfree_item.o \ 107 xfs_icreate_item.o \ 108 xfs_inode_item.o \ | 1# 2# Copyright (c) 2000-2005 Silicon Graphics, Inc. 3# All Rights Reserved. 4# 5# This program is free software; you can redistribute it and/or 6# modify it under the terms of the GNU General Public License as 7# published by the Free Software Foundation. 8# --- 92 unchanged lines hidden (view full) --- 101 102# low-level transaction/log code 103xfs-y += xfs_log.o \ 104 xfs_log_cil.o \ 105 xfs_buf_item.o \ 106 xfs_extfree_item.o \ 107 xfs_icreate_item.o \ 108 xfs_inode_item.o \ |
109 xfs_refcount_item.o \ |
|
109 xfs_rmap_item.o \ 110 xfs_log_recover.o \ 111 xfs_trans_ail.o \ 112 xfs_trans_buf.o \ 113 xfs_trans_extfree.o \ 114 xfs_trans_inode.o \ 115 xfs_trans_rmap.o \ 116 --- 16 unchanged lines hidden --- | 110 xfs_rmap_item.o \ 111 xfs_log_recover.o \ 112 xfs_trans_ail.o \ 113 xfs_trans_buf.o \ 114 xfs_trans_extfree.o \ 115 xfs_trans_inode.o \ 116 xfs_trans_rmap.o \ 117 --- 16 unchanged lines hidden --- |