Commit 4d1f7e8b authored by Diego Biurrun's avatar Diego Biurrun

build: Skip generating .version files when cleaning

parent 58407b4d
include $(SRC_PATH)/avbuild/common.mak
ifeq (,$(filter %clean,$(MAKECMDGOALS)))
-include $(SUBDIR)lib$(NAME).version
endif
LIBVERSION := $(lib$(NAME)_VERSION)
LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment