aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/Makefile
diff options
context:
space:
mode:
authordoogie@brainfood.com[kaf24] <doogie@brainfood.com[kaf24]>2005-03-12 15:29:44 +0000
committerdoogie@brainfood.com[kaf24] <doogie@brainfood.com[kaf24]>2005-03-12 15:29:44 +0000
commitbe7913c187dda75bed2e1d6a5fb829ea206c1c90 (patch)
tree05e431cb1ea3d994782d5ac8b9442d5260719312 /tools/xentrace/Makefile
parent61b59d9dd59957229d0938a7549b7ce8dcbda254 (diff)
downloadxen-be7913c187dda75bed2e1d6a5fb829ea206c1c90.tar.gz
xen-be7913c187dda75bed2e1d6a5fb829ea206c1c90.tar.bz2
xen-be7913c187dda75bed2e1d6a5fb829ea206c1c90.zip
bitkeeper revision 1.1159.270.3 (42330ae8efsd9SdlhNX6EpksrtV6oQ)
[PATCH] add-build.patch Add build targets to all makefiles. Debian does builds as non-root, so it's better to do as much as possible before requiring root privs. Signed-off-by: Adam Heath <doogie@brainfood.com>
Diffstat (limited to 'tools/xentrace/Makefile')
-rw-r--r--tools/xentrace/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile
index 5ed26cf795..3ee097ee31 100644
--- a/tools/xentrace/Makefile
+++ b/tools/xentrace/Makefile
@@ -21,9 +21,10 @@ SCRIPTS = xentrace_format
MAN1 = $(wildcard *.1)
MAN8 = $(wildcard *.8)
-all: $(BIN)
+all: build
+build: $(BIN)
-install: all
+install: build
[ -d $(DESTDIR)/usr/bin ] || $(INSTALL_DIR) $(DESTDIR)/usr/bin
[ -d $(DESTDIR)/usr/man/man1 ] || \
$(INSTALL_DIR) $(DESTDIR)/usr/man/man1