[Git][cmucl/cmucl][issue-154-piglatin-translation-doesnt-work-anymore] removed the else clause and forced making of the translations

Jon Boone (@jboone) gitlab at common-lisp.net
Sat Jun 17 19:51:45 UTC 2023



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


Commits:
46c05267 by Jon Boone at 2023-06-17T15:50:48-04:00
removed the else clause and forced making of the translations

- - - - -


1 changed file:

- bin/build.sh


Changes:

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



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/46c052670500a412d3b8a4f61b9d5c1299e2418d

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/46c052670500a412d3b8a4f61b9d5c1299e2418d
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20230617/accd00ef/attachment-0001.html>


More information about the cmucl-cvs mailing list