Skip to content
Snippets Groups Projects
Commit 37d69032 authored by rtoy's avatar rtoy
Browse files

Oops. Remove errant set -x

parent a9a90f32
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,6 @@ buildit () ...@@ -104,7 +104,6 @@ buildit ()
if [ "$ENABLE" = "yes" ]; if [ "$ENABLE" = "yes" ];
then then
set -x
$TOOLDIR/clean-target.sh $TARGET $TOOLDIR/clean-target.sh $TARGET
$TIMER $TOOLDIR/build-world.sh $TARGET $OLDLISP $BOOT $TIMER $TOOLDIR/build-world.sh $TARGET $OLDLISP $BOOT
(cd $TARGET/lisp; $MAKE) (cd $TARGET/lisp; $MAKE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment