浏览代码

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

To make it easier for build tools to read full version information.
Alois Mahdal 7 年前
父节点
当前提交
b0416c002d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/include/build.sh

+ 1
- 0
src/include/build.sh 查看文件

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