Changeset e2dfa2c for jhalfs


Ignore:
Timestamp:
09/30/2007 01:02:43 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
cbad1f5
Parents:
dfa51ee
Message:

Migrated optimizations support to XSL-based code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    rdfa51ee re2dfa2c  
    267267fi
    268268#
    269 # optimize module
    270 if [[ "$OPTIMIZE" != "0" ]]; then
    271   [[ $VERBOSITY > 0 ]] && echo -n "Loading optimization module..."
    272   source optimize/optimize_functions
    273   [[ $? > 0 ]] && echo " optimize/optimize_functions did not load.." && exit
    274   [[ $VERBOSITY > 0 ]] && echo "OK"
    275   #
    276   # optimize configurations
    277   [[ $VERBOSITY > 0 ]] && echo -n "Loading optimization config..."
    278   source optimize/opt_config
    279   [[ $? > 0 ]] && echo " optimize/opt_config did not load.." && exit
    280   [[ $VERBOSITY > 0 ]] && echo "OK"
    281   # Validate optimize settings, if required
    282   validate_opt_settings
    283 fi
    284 #
    285269
    286270if [[ "$REBUILD_MAKEFILE" = "n" ]] ; then
     
    327311    validate_config > $JHALFSDIR/jhalfs.config
    328312  fi
    329   #
    330   # Copy optimize files, if needed
    331   [[ "$OPTIMIZE" != "0" ]] && cp optimize/opt_override $JHALFSDIR/
    332313  #
    333314  # Copy compare files, if needed
Note: See TracChangeset for help on using the changeset viewer.