logo

» Home
» ChangeLog
» Documentation
» Download
» Repos
» Project Summary



SourceForge.net Logo

Design by Michał Osyczka

HTML by

Dominik Osyczka

Jacek Łuczak

Chenges between 1.0rc1 and 1.0rc2


[Jacek Łuczak]
* BDT-1.0rc2

[Łukasz Jankowski]
* Terminate option in bb_backup if backup package exist.

[Jacek Łuczak]
* Added user BDT functions facility. Function files
are represented by BETON_USERBDTF variable in
configuration file. All functions from specified
files are exported and could be used in BB scripts.

[Łukasz Jankowski]
* Added export of BB_SUFFIX variable for compatibility
with x86_64 BB scripts.

[Łukasz Jankowski]
* Regression fix in bb_backup: error in variable name and
configuration loading.

[Jacek Łuczak]
* Cascade build: fixed continue question and added 'terminate'.
bugfix: added checking of BETON_OPT: if no architecture
specified, stop script execution.

[Jacek Łuczak]
* New bb_launch options: --mtune (-mt) and --march (-ma) use
mtune or march as the optimalization flag. This option
overwrite one specified by BETON_OPTFLAG.

[Jacek Łuczak]
* New configuration options:
BETON_ONETARGET - don't use arch_to_target translation
and set TARGET using BETON_TARGET;
BETON_OPTFLAG - default optimalization flag to use,
possible values are mtune or march;
BETON_CFLAGS - default CFLAGS to use with BETON_OPTFLAG;
BETON_CXXFLAGS - default CXXFLAGS to use with BETON_OPTFLAG;
BETON_BDTF - path to corefunctions directory,

[Jacek Łuczak]
* Modularization: main functions are placed in main.bdtf
file; bb_backup uses bdt_check to check variables;
now BCFLAGS and BCXXFLAGS are managed by function
bdt_setoptflags (from main.bdtf); new function -
bdt_arch_to_target manages TARGET variable.

VERSION 1.0rc1 BUILD2 (all by Jacek Łuczak):

* package fix; doinst.sh for BDT - if beton_devel.conf exist place
package file as beton_devel.conf.new;

* bugfix: '--flog' option logged ONLY stdout!