summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@inktank.com>2012-05-21 14:19:32 -0700
committerYehuda Sadeh <yehuda@inktank.com>2012-05-21 14:26:12 -0700
commit9dc3a9c683385abfe4ad92b7c6ff30719acc3c13 (patch)
tree5684573083dcb28e092b591cbb0f001dc17f8bf3
parentf049cb9840b38e96cb76f78242f067c154d1c666 (diff)
downloadceph-libs3-9dc3a9c683385abfe4ad92b7c6ff30719acc3c13.tar.gz
GNUmakefile: remove install target
When integrated with ceph we don't want to install anything. Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
-rw-r--r--GNUmakefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 30b10b4..7a74ec3 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -154,8 +154,14 @@ exported: libs3 s3 headers
# --------------------------------------------------------------------------
# Install target
+# adding empty install target, don't want to install anything when integrated
+# with ceph
.PHONY: install
-install: exported
+install:
+
+# this is the original install target
+.PHONY: install-all
+install-all: exported
$(QUIET_ECHO) $(DESTDIR)/bin/s3: Installing executable
$(VERBOSE_SHOW) install -Dps -m u+rwx,go+rx $(BUILD)/bin/s3 \
$(DESTDIR)/bin/s3