p***@xen.org
2018-11-04 05:01:10 UTC
commit 168f9d49608d63d0ef5a40761c5d9d047d1d3bee
Author: Ian Jackson <***@eu.citrix.com>
AuthorDate: Mon Oct 15 16:20:26 2018 +0100
Commit: Andrew Cooper <***@citrix.com>
CommitDate: Tue Oct 23 14:57:24 2018 +0100
tools/libfsimage: Set soname to 4.12 not 0.4.12
This was set to 0.4.12 by accident in
c69a6aca8522c7f676953e56191584381adf2c06
tools/libfsimage: Bump soname to 4.12
The extra 0. is harmless but ugly. We should be somewhat consistent.
Reported-by: Andrew Cooper <***@citrix.com>
Signed-off-by: Ian Jackson <***@eu.citrix.com>
Reviewed-by: Andrew Cooper <***@citrix.com>
Acked-by: Wei Liu <***@citrix.com>
---
tools/libfsimage/common/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/libfsimage/common/Makefile b/tools/libfsimage/common/Makefile
index f20e1394a8..b9fb15fcad 100644
--- a/tools/libfsimage/common/Makefile
+++ b/tools/libfsimage/common/Makefile
@@ -1,8 +1,8 @@
XEN_ROOT = $(CURDIR)/../../..
include $(XEN_ROOT)/tools/libfsimage/Rules.mk
-MAJOR = 0
-MINOR = 4.12
+MAJOR = 4.12
+MINOR = 0
LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS
LDFLAGS-$(CONFIG_Linux) = -Wl,mapfile-GNU
--
generated by git-patchbot for /home/xen/git/xen.git#master
Author: Ian Jackson <***@eu.citrix.com>
AuthorDate: Mon Oct 15 16:20:26 2018 +0100
Commit: Andrew Cooper <***@citrix.com>
CommitDate: Tue Oct 23 14:57:24 2018 +0100
tools/libfsimage: Set soname to 4.12 not 0.4.12
This was set to 0.4.12 by accident in
c69a6aca8522c7f676953e56191584381adf2c06
tools/libfsimage: Bump soname to 4.12
The extra 0. is harmless but ugly. We should be somewhat consistent.
Reported-by: Andrew Cooper <***@citrix.com>
Signed-off-by: Ian Jackson <***@eu.citrix.com>
Reviewed-by: Andrew Cooper <***@citrix.com>
Acked-by: Wei Liu <***@citrix.com>
---
tools/libfsimage/common/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/libfsimage/common/Makefile b/tools/libfsimage/common/Makefile
index f20e1394a8..b9fb15fcad 100644
--- a/tools/libfsimage/common/Makefile
+++ b/tools/libfsimage/common/Makefile
@@ -1,8 +1,8 @@
XEN_ROOT = $(CURDIR)/../../..
include $(XEN_ROOT)/tools/libfsimage/Rules.mk
-MAJOR = 0
-MINOR = 4.12
+MAJOR = 4.12
+MINOR = 0
LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS
LDFLAGS-$(CONFIG_Linux) = -Wl,mapfile-GNU
--
generated by git-patchbot for /home/xen/git/xen.git#master