You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
build: Skip generating .version files when cleaning
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
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)
|
||||
|
Reference in New Issue
Block a user