[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 12/12] tools/libfsimage: Rename /usr/lib/fs to /usr/lib/xenfsimage
Again, avoid namespace pollution. These paths are purely internal to libfsimage and its fs-specific modules, so no visible change from the outside. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- v2: New in this version of the series --- tools/libfsimage/Rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libfsimage/Rules.mk b/tools/libfsimage/Rules.mk index 2a29d9ef2b..bb6d42abb4 100644 --- a/tools/libfsimage/Rules.mk +++ b/tools/libfsimage/Rules.mk @@ -6,7 +6,7 @@ LDFLAGS += -L../common/ PIC_OBJS := $(patsubst %.c,%.opic,$(LIB_SRCS-y)) -FSDIR = $(libdir)/fs +FSDIR = $(libdir)/xenfsimage FSLIB = fsimage.so -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |