2024-10-18 15:48:08 +02:00
|
|
|
--- a/tools/xs-clients/Makefile
|
|
|
|
+++ b/tools/xs-clients/Makefile
|
2024-05-04 02:04:11 +02:00
|
|
|
@@ -29,7 +29,7 @@ all: $(TARGETS)
|
|
|
|
clients: xenstore $(CLIENTS) xenstore-control
|
|
|
|
|
|
|
|
$(CLIENTS): xenstore
|
|
|
|
- ln -f xenstore $@
|
|
|
|
+ ln -sf xenstore $@
|
|
|
|
|
|
|
|
xenstore: xenstore_client.o
|
|
|
|
$(CC) $(LDFLAGS) $^ $(LDLIBS) -o $@ $(APPEND_LDFLAGS)
|
|
|
|
@@ -54,7 +54,7 @@ install: all
|
|
|
|
$(INSTALL_PROG) xenstore-control $(DESTDIR)$(bindir)
|
|
|
|
$(INSTALL_PROG) xenstore $(DESTDIR)$(bindir)
|
|
|
|
set -e ; for c in $(CLIENTS) ; do \
|
|
|
|
- ln -f $(DESTDIR)$(bindir)/xenstore $(DESTDIR)$(bindir)/$${c} ; \
|
|
|
|
+ ln -sf xenstore $(DESTDIR)$(bindir)/$${c} ; \
|
|
|
|
done
|
|
|
|
|
|
|
|
.PHONY: uninstall
|
2024-10-18 15:48:08 +02:00
|
|
|
--- a/tools/xenstored/Makefile
|
|
|
|
+++ b/tools/xenstored/Makefile
|
2024-09-03 13:42:36 +02:00
|
|
|
@@ -32,6 +32,7 @@ TAGS:
|
2024-05-04 02:04:11 +02:00
|
|
|
install: all
|
|
|
|
$(INSTALL_DIR) $(DESTDIR)$(sbindir)
|
|
|
|
$(INSTALL_PROG) xenstored $(DESTDIR)$(sbindir)
|
|
|
|
+ $(INSTALL_DIR) $(DESTDIR)$(bindir)
|
|
|
|
|
|
|
|
.PHONY: uninstall
|
|
|
|
uninstall:
|