[Pkg-xen-changes] [xen] 24/30: tools-xentrace-prefix.diff
Bastian Blank
waldi at moszumanska.debian.org
Sun Nov 1 20:19:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
waldi pushed a commit to branch develop
in repository xen.
commit 7912cb831bac7eb34095049a470b5a2dab85cfe4
Author: Bastian Blank <waldi at debian.org>
Date: Sat Jul 5 11:47:14 2014 +0200
tools-xentrace-prefix.diff
Patch-Name: tools-xentrace-prefix.diff
---
tools/xentrace/Makefile | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile
index 6c13cd1..a436718 100644
--- a/tools/xentrace/Makefile
+++ b/tools/xentrace/Makefile
@@ -5,6 +5,7 @@ CFLAGS += -Werror
CFLAGS += $(CFLAGS_libxenctrl)
LDLIBS += $(LDLIBS_libxenctrl) $(ARGP_LDFLAGS)
+LDFLAGS += $(call LDFLAGS_RPATH,../lib)
BIN-$(CONFIG_X86) = xenalyze
BIN = $(BIN-y)
@@ -20,15 +21,9 @@ build: $(BIN) $(SBIN) $(LIBBIN)
.PHONY: install
install: build
- $(INSTALL_DIR) $(DESTDIR)$(bindir)
- $(INSTALL_DIR) $(DESTDIR)$(sbindir)
- [ -z "$(LIBBIN)" ] || $(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN)
-ifneq ($(BIN),)
- $(INSTALL_PROG) $(BIN) $(DESTDIR)$(bindir)
-endif
- $(INSTALL_PROG) $(SBIN) $(DESTDIR)$(sbindir)
- $(INSTALL_PYTHON_PROG) $(SCRIPTS) $(DESTDIR)$(bindir)
- [ -z "$(LIBBIN)" ] || $(INSTALL_PROG) $(LIBBIN) $(DESTDIR)$(LIBEXEC_BIN)
+ $(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN)
+ $(INSTALL_PROG) $(BIN) $(SBIN) $(LIBBIN) $(DESTDIR)$(LIBEXEC_BIN)
+ $(INSTALL_PYTHON_PROG) $(SCRIPTS) $(DESTDIR)$(LIBEXEC_BIN)
.PHONY: clean
clean:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xen/xen.git
More information about the Pkg-xen-changes
mailing list