mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
build: Skip generating .version files when cleaning
This commit is contained in:
parent
58407b4d74
commit
4d1f7e8bc7
@ -1,6 +1,8 @@
|
|||||||
include $(SRC_PATH)/avbuild/common.mak
|
include $(SRC_PATH)/avbuild/common.mak
|
||||||
|
|
||||||
|
ifeq (,$(filter %clean,$(MAKECMDGOALS)))
|
||||||
-include $(SUBDIR)lib$(NAME).version
|
-include $(SUBDIR)lib$(NAME).version
|
||||||
|
endif
|
||||||
|
|
||||||
LIBVERSION := $(lib$(NAME)_VERSION)
|
LIBVERSION := $(lib$(NAME)_VERSION)
|
||||||
LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)
|
LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user