Raymond Toy pushed to branch issue-446-unix-errno-pkg at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • bin/build-world.sh
    ... ... @@ -53,8 +53,8 @@ $LISP "$@" -noinit -nositeinit <<EOF
    53 53
     (pushnew :no-clm *features*)
    
    54 54
     (pushnew :no-hemlock *features*)
    
    55 55
     
    
    56
    -(load "target:code/exports-errno")
    
    57 56
     (load "target:code/exports")
    
    57
    +(load "target:code/exports-unix")
    
    58 58
     (load "target:tools/setup" :if-source-newer :load-source)
    
    59 59
     (comf "target:tools/setup" :load t)
    
    60 60