Commit cbe181c8 authored by Diego Biurrun's avatar Diego Biurrun Committed by James Almer

build: Skip generating .version files when cleaning

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 27a86b8e
include $(SRC_PATH)/ffbuild/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