소스 검색

Force semver() caching in build target to leave .mkit/semver

To make it easier for build tools to read full version information.
Alois Mahdal 6 년 전
부모
커밋
b0416c002d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/include/build.sh

+ 1
- 0
src/include/build.sh 파일 보기

@@ -119,6 +119,7 @@ build() {
119 119
     # Add meat to all skeletons
120 120
     #
121 121
     local srcpath   # each source path
122
+    semver >/dev/null
122 123
     find . -type f -name '*.skel' \
123 124
      | while read -r srcpath; do
124 125
            _build1 "$srcpath"