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

Remove redundant setting of MAKE_TARGET. (Noted by Alex.)

parent 1ba04a24
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
# #
# For more information see src/BUILDING. # For more information see src/BUILDING.
# #
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/build.sh,v 1.33 2010/09/15 23:59:39 rtoy Exp $ # $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/build.sh,v 1.34 2010/09/16 00:43:33 rtoy Exp $
# #
ENABLE2="yes" ENABLE2="yes"
...@@ -190,7 +190,6 @@ BUILD_WORLD2= ...@@ -190,7 +190,6 @@ BUILD_WORLD2=
buildit buildit
TARGET=$BASE-4 TARGET=$BASE-4
MAKE_TARGET="all"
CLEAN_FLAGS="-K all" CLEAN_FLAGS="-K all"
OLDLISP="${BASE}-3/lisp/lisp -noinit $FPU_MODE" OLDLISP="${BASE}-3/lisp/lisp -noinit $FPU_MODE"
ENABLE=$ENABLE4 ENABLE=$ENABLE4
......
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