scoutfs: reformat Makefile to one object per line

Reformat the scoutfs-y object list so that there's one object per line.
Diffs now clearly demonstrate what is changing instead of having word
wrapping constantly obscuring changes in the built objects.

(Did everyone spot the scoutfs_trace sorting mistake?  Another reason
not to mash everything into wrapped lines :)).

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2019-01-09 10:40:54 -08:00
committed by Zach Brown
parent 6caa87458b
commit f75e1e1322

View File

@@ -5,11 +5,38 @@ CFLAGS_super.o = -DSCOUTFS_GIT_DESCRIBE=\"$(SCOUTFS_GIT_DESCRIBE)\" \
CFLAGS_scoutfs_trace.o = -I$(src) # define_trace.h double include
scoutfs-y += bio.o block.o btree.o client.o compact.o counters.o data.o dir.o \
export.o extents.o file.o inode.o ioctl.o item.o lock.o \
manifest.o msg.o net.o options.o per_task.o seg.o server.o \
scoutfs_trace.o sort_priv.o spbm.o super.o sysfs.o trans.o \
triggers.o tseq.o xattr.o
scoutfs-y += \
bio.o \
block.o \
btree.o \
client.o \
compact.o \
counters.o \
data.o \
dir.o \
export.o \
extents.o \
file.o \
inode.o \
ioctl.o \
item.o \
lock.o \
manifest.o \
msg.o \
net.o \
options.o \
per_task.o \
scoutfs_trace.o \
seg.o \
server.o \
sort_priv.o \
spbm.o \
super.o \
sysfs.o \
trans.o \
triggers.o \
tseq.o \
xattr.o
#
# The raw types aren't available in userspace headers. Make sure all