utils: Makefile: Rename "default" target to "all"
As "all" target is supported by upper level Makefile, and target names are passed to subdirectory Makefiles, all of them need to support "all" target as well. Rename default target for simplicity. Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
@@ -29,7 +29,7 @@ endef
|
||||
endif
|
||||
|
||||
# Just a placeholder when running make from parent dir without install/uninstall arg
|
||||
default: ;
|
||||
all: ;
|
||||
|
||||
install:
|
||||
@echo "Installing Open-CAS utils"
|
||||
|
Reference in New Issue
Block a user