Jon Boone pushed to branch issue-154-piglatin-translation-doesnt-work-anymore at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • bin/build.sh
    ... ... @@ -130,14 +130,13 @@ buildit ()
    130 130
     	time $BUILDWORLD $TARGET $OLDLISP $BOOT || { echo "Failed: $BUILDWORLD"; exit 1; }
    
    131 131
     	if [ "$REBUILD_LISP" = "yes" ]; then
    
    132 132
     	    $TOOLDIR/rebuild-lisp.sh $TARGET
    
    133
    -	fi
    
    134
    -	# else
    
    133
    +
    
    135 134
     	    # Set the LANG to C.  For whatever reason, if I (rtoy) don't
    
    136 135
     	    # do this on my openSuSE system, any messages from gcc are
    
    137 136
     	    # basically garbled.  This should be harmless on other
    
    138 137
     	    # systems.
    
    139
    -	# LANG=C $MAKE -C $TARGET/lisp $MAKE_TARGET || { echo "Failed: $MAKE -C $TARGET/lisp"; exit 1; }
    
    140
    -        # fi
    
    138
    +	    LANG=C $MAKE -C $TARGET/lisp $MAKE_TARGET || { echo "Failed: $MAKE -C $TARGET/lisp"; exit 1; }
    
    139
    +        fi
    
    141 140
     
    
    142 141
     	if [ "$BUILD_WORLD2" = "yes" ];
    
    143 142
     	then