diff --git a/.gitignore b/.gitignore index 789e187529..1c338734c7 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ # Ignore builds cmd/revad/revad +cmd/revad/revad-ceph cmd/revad/revad.pid cmd/reva/reva cmd/revad/main/main diff --git a/Makefile b/Makefile index e8d9e63fe2..b8c76bfa52 100644 --- a/Makefile +++ b/Makefile @@ -53,11 +53,12 @@ gaia: .PHONY: cernbox-revad cernbox-revad: gaia - gaia build --with github.com/cernbox/reva-plugins --with github.com/cs3org/reva=$(shell pwd) -o ./cmd/revad/revad + gaia build --with github.com/cernbox/reva-plugins --with github.com/cs3org/reva=$(shell pwd) --debug -o ./cmd/revad/revad + gaia build --tags ceph --with github.com/cernbox/reva-plugins --with github.com/cs3org/reva=$(shell pwd) --debug -o ./cmd/revad/revad-ceph .PHONY: revad-ceph revad-ceph: - go build -ldflags "$(BUILD_FLAGS)" -tags ceph -o ./cmd/revad/revad ./cmd/revad/main + go build -ldflags "$(BUILD_FLAGS)" -tags ceph --debug -o ./cmd/revad/revad ./cmd/revad/main .PHONY: reva reva: