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