Browse Source

build: Skip generating .version files when cleaning

tags/n4.0
Diego Biurrun 9 years ago
parent
commit
4d1f7e8bc7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      avbuild/library.mak

+ 2
- 0
avbuild/library.mak View File

@@ -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)


Loading…
Cancel
Save