Raymond Toy pushed to branch issue-363-add-version-number at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • bin/cross-build-world.sh
    ... ... @@ -138,6 +138,7 @@ EOF
    138 138
     
    
    139 139
     if [ "$BUILD_RUNTIME" = "yes" ]; then
    
    140 140
         echo Building runtime
    
    141
    +    bin/git-version.sh -f > src/lisp/cmucl-version.h
    
    141 142
         (cd $TARGET/lisp; ${MAKE})
    
    142 143
     fi
    
    143 144