From: Stefan E. <se...@us...> - 2002-04-23 12:38:05
|
Update of /cvsroot/blob/blob/utils/build In directory usw-pr-cvs1:/tmp/cvs-serv31224/utils/build Modified Files: build_Makefile build_all Log Message: - TRIZEPS board support. Patch by Wolfgang Mueller. Index: build_Makefile =================================================================== RCS file: /cvsroot/blob/blob/utils/build/build_Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- build_Makefile 4 Feb 2002 18:11:22 -0000 1.10 +++ build_Makefile 23 Apr 2002 12:36:20 -0000 1.11 @@ -15,7 +15,7 @@ archs = \ accelent_sa assabet badge4 brutus creditlart h3600 idr\ jornada720 lart neponset nesa pleb shannon\ - system3 frodo + system3 frodo trizeps debug-archs = $(foreach a, $(archs), $(a)-debug) all-archs = $(archs) $(debug-archs) Index: build_all =================================================================== RCS file: /cvsroot/blob/blob/utils/build/build_all,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- build_all 17 Feb 2002 20:03:41 -0000 1.11 +++ build_all 23 Apr 2002 12:36:20 -0000 1.12 @@ -12,7 +12,7 @@ # published by the Free Software Foundation. # -archs="accelent_sa assabet badge4 brutus creditlart h3600 idr jornada720 lart neponset nesa pleb shannon system3 frodo" +archs="accelent_sa assabet badge4 brutus creditlart h3600 idr jornada720 lart neponset nesa pleb shannon system3 frodo trizeps" linux_prefix=~/LART/build/linux/elinux blob_src=~/src/sourceforge/blob extra_flags="--enable-all-features --with-commands=all" |