From: <ped...@us...> - 2008-09-25 13:11:21
|
Revision: 1192 http://cegcc.svn.sourceforge.net/cegcc/?rev=1192&view=rev Author: pedroalves Date: 2008-09-25 13:11:01 +0000 (Thu, 25 Sep 2008) Log Message: ----------- * build-cegcc.sh (COMPONENTS): Fix typo. Modified Paths: -------------- trunk/cegcc/src/ChangeLog trunk/cegcc/src/build-cegcc.sh Modified: trunk/cegcc/src/ChangeLog =================================================================== --- trunk/cegcc/src/ChangeLog 2008-09-25 12:00:25 UTC (rev 1191) +++ trunk/cegcc/src/ChangeLog 2008-09-25 13:11:01 UTC (rev 1192) @@ -1,5 +1,9 @@ 2008-09-25 Pedro Alves <ped...@us...> + * build-cegcc.sh (COMPONENTS): Fix typo. + +2008-09-25 Pedro Alves <ped...@us...> + * build-cegcc.sh (build_newlib, build_cegccdll) (build_cegccthrddll, build_stdcppdll, build_profile, build_docs): cd to BUILD_DIR on exit. Modified: trunk/cegcc/src/build-cegcc.sh =================================================================== --- trunk/cegcc/src/build-cegcc.sh 2008-09-25 12:00:25 UTC (rev 1191) +++ trunk/cegcc/src/build-cegcc.sh 2008-09-25 13:11:01 UTC (rev 1192) @@ -16,7 +16,7 @@ # The list of components, in build order. There's a build_FOO # function for each of these components -COMPONENTS=( binutils bootstrapgcc w32api newlib dummy_cegccdll gcc cegccdll cegccthrddll libstdcppdll profile docs ) +COMPONENTS=( binutils bootstrap_gcc w32api newlib dummy_cegccdll gcc cegccdll cegccthrddll libstdcppdll profile docs ) COMPONENTS_NUM=${#COMPONENTS} # Build comma separated list of components, for user display. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |