Raymond Toy pushed to branch issue-383-build-can-specify-core-dir at cmucl / cmucl
Commits:
-
4871e8e7
by Raymond Toy at 2025-04-30T09:56:15-07:00
1 changed file:
Changes:
... | ... | @@ -179,18 +179,10 @@ do |
179 | 179 | esac
|
180 | 180 | done
|
181 | 181 | |
182 | -# Set default version and generate lisp/cmucl-version.h
|
|
183 | -set -x
|
|
184 | -echo VERSION = $VERSION
|
|
185 | -echo GIT_HASH = $GIT_HASH
|
|
186 | -DEFAULT_VERSION="`bin/git-version.sh ${VERSION:+ -v ${VERSION}}`"
|
|
187 | -# Export DEFAULT_VERSION
|
|
188 | -export DEFAULT_VERISON
|
|
189 | -echo DEFAULT_VERSION = $DEFAULT_VERSION
|
|
190 | - |
|
182 | +# Generate lisp/cmucl-version.h with the appropriate version. The -v
|
|
183 | +# option (if given) overrides the default that git-describe.sh uses.
|
|
191 | 184 | bin/git-version.sh -f ${VERSION:+ -v ${VERSION}} > src/lisp/cmucl-version.h
|
192 | 185 | |
193 | - |
|
194 | 186 | # If -b not given, try to derive one instead of just using "build".
|
195 | 187 | if [ -z "$BASE" ]; then
|
196 | 188 | case `uname -s` in
|