Skip to content

Commit

Permalink
ceph: remove NFS and Cassandra make targets
Browse files Browse the repository at this point in the history
Remove all make-related references to NFS and Cassandra. This is limited
purely to make targets. Leave CRD and codegen script references to be
removed in a different commit.

Signed-off-by: Blaine Gardner <[email protected]>
  • Loading branch information
BlaineEXE committed Aug 31, 2021
1 parent fc699c2 commit 9531c25
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 187 deletions.
2 changes: 1 addition & 1 deletion build/makelib/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export SED_IN_PLACE
echo.%: ; @echo $* = $($*)

# Select which images (backends) to make; default to all possible images
IMAGES ?= ceph nfs cassandra
IMAGES ?= ceph

COMMA := ,
SPACE :=
Expand Down
13 changes: 2 additions & 11 deletions images/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,8 @@ cross.%:
ceph.%:
@$(MAKE) -C ceph PLATFORM=$*

nfs.%:
@$(MAKE) -C nfs PLATFORM=$*

cassandra.%:
@$(MAKE) -C cassandra PLATFORM=$*


do.build.images.%: $(foreach i,$(IMAGES), $(i).%);

do.build: do.build.images.$(PLATFORM) ;
build.all: $(foreach p,$(PLATFORMS), do.build.images.$(p)) ; ## Build images for all platforms.
do.build: ceph.$(PLATFORM) ;
build.all: $(foreach p,$(PLATFORMS), ceph.$(p)) ; ## Build images for all platforms.

# ====================================================================================
# Help
Expand Down
39 changes: 0 additions & 39 deletions images/cassandra/Dockerfile

This file was deleted.

37 changes: 0 additions & 37 deletions images/cassandra/Makefile

This file was deleted.

44 changes: 0 additions & 44 deletions images/nfs/Dockerfile

This file was deleted.

55 changes: 0 additions & 55 deletions images/nfs/Makefile

This file was deleted.

0 comments on commit 9531c25

Please sign in to comment.