diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 16:48:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 16:48:08 +0000 |
commit | b7dc9e0ff896a05b238e06fefb31c47d25d1d5b1 (patch) | |
tree | 5e58980f347acbbe1da21aa1b4ce9e5681435177 /config_office | |
parent | e88b8b90d81ebff4cfa6ba2c3b51afa9162ae61a (diff) |
INTEGRATION: CWS ause081 (1.20.14); FILE MERGED
2007/06/14 15:20:54 hjs 1.20.14.1: #i78439# - remove remains of jam pilot
Diffstat (limited to 'config_office')
-rw-r--r-- | config_office/bootstrap.1 | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/config_office/bootstrap.1 b/config_office/bootstrap.1 index 4cab396db046..90fa5458450b 100644 --- a/config_office/bootstrap.1 +++ b/config_office/bootstrap.1 @@ -11,47 +11,6 @@ fi export EXEEXT # ------------------------------------------------------------------------------ -# Build jam if enabled. Grabbed from dmake build pieces -# BEWARE: this needs to be before the dmake build as we need the platform -# specific CC value .. - -if test "$ENABLE_JAM" = "TRUE"; then - if test ! -e "$SOLARENV/$OUTPATH/bin/jam$EXEEXT"; then - cd "$SRC_ROOT/external/jam" || exit - - # For normal unixy systems - if test -e "build_jam.sh" ; then - INCLUDE=$JAM_INCLUDE LIB=$JAM_LIB ./build_jam.sh || exit - fi - - echo "" - echo "jam has been successfully built" - - cd ../.. - - # copy the jam executable into solenv - mkdir -p "$SOLARENV/$OUTPATH/bin" - cp "$SRC_ROOT/external/jam/src/jam$EXEEXT" "$SOLARENV/$OUTPATH/bin/jam$EXEEXT" - - fi - - # Copy the dummy root Jamrules and Jamfile into $SRC_ROOT - # They just include the real ones in solenv/jaminc - cp "$SRC_ROOT/solenv/jaminc/Jamrules.1" "$SRC_ROOT/Jamrules" - if ! test -e "$SRC_ROOT/Jamrules" ; then - echo "Error in copying $SRC_ROOT/solenv/jaminc/Jamrules.1 to $SRC_ROOT/Jamrules" - exit 1; - fi - - cp "$SRC_ROOT/solenv/jaminc/Jamfile.1" "$SRC_ROOT/Jamfile" - if ! test -e "$SRC_ROOT/Jamfile" ; then - echo "Error in copying $SRC_ROOT/solenv/jaminc/Jamfile.1 to $SRC_ROOT/Jamfile" - exit 1; - fi - -fi - -# ------------------------------------------------------------------------------ # Build dmake if test "$BUILD_DMAKE" != "NO"; then |