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:
parent
d01c26d629
commit
fa61d2d3a6
@ -29,7 +29,7 @@ endef
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Just a placeholder when running make from parent dir without install/uninstall arg
|
# Just a placeholder when running make from parent dir without install/uninstall arg
|
||||||
default: ;
|
all: ;
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@echo "Installing Open-CAS utils"
|
@echo "Installing Open-CAS utils"
|
||||||
|
Loading…
Reference in New Issue
Block a user