Browse Source

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 years ago
parent
commit
b0416c002d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/include/build.sh

+ 1
- 0
src/include/build.sh View File

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