Discussion:
[Xen-changelog] [xen master] tools/libfsimage: Rename /usr/lib/fs to /usr/lib/xenfsimage
p***@xen.org
2018-11-04 04:57:36 UTC
Permalink
commit bbb98e6fef06a4bd1236dce0bb17ecbb36a0cba7
Author: Ian Jackson <***@eu.citrix.com>
AuthorDate: Tue Oct 9 17:15:48 2018 +0100
Commit: Ian Jackson <***@eu.citrix.com>
CommitDate: Mon Oct 15 14:49:33 2018 +0100

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 <***@eu.citrix.com>
Acked-by: Wei Liu <***@citrix.com>
---
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

--
generated by git-patchbot for /home/xen/git/xen.git#master

Loading...