build: remove spdk.so library from .PHONY
Targets listed in .PHONY are always built - but in this case if the underlying spdk.so.$VER library hasn't been modified, there's no reason to redo the symlink. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: Ife60f1de6dd6d0997bc5adf40d039cfd1dbc88ec Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4463 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
parent
a37fbac89a
commit
a39c8420dc
@ -55,7 +55,7 @@ $(SHARED_REALNAME_LIB):
|
||||
$(SHARED_LINKED_LIB) : $(SHARED_REALNAME_LIB)
|
||||
$(Q)echo " SYMLINK $(notdir $@)"; $(BUILD_LINKERNAME_LIB)
|
||||
|
||||
.PHONY: all clean $(DIRS-y) $(SHARED_LINKED_LIB) install uninstall
|
||||
.PHONY: all clean $(DIRS-y) install uninstall
|
||||
|
||||
all: $(SHARED_LINKED_LIB)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user