Ignore:
Timestamp:
05/08/2006 07:42:27 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
c7e480d
Parents:
73d9790
Message:

Some textual improvements and corrections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • optimize/optimize_functions

    r73d9790 rb5aa524  
    1313  echo -e "\t\t${RED}${BOLD}WARNING:${OFF}\n"
    1414  echo -e "${BOLD}The use of build optimizations may be dangerous.\n"
    15   echo -e "You should to know what you are doing and be sure that"
    16   echo -e "the optimization settings listed below are what you want.\n"
     15  echo -e "You should know what you are doing and be sure that the"
     16  echo -e "optimization settings listed below are what you want.\n"
    1717  echo -e "If there are build issues or the system doesn't work as"
    1818  echo -e "expected, please rebuild without optimizations before"
     
    2020
    2121  echo -e "MAKEFLAGS: ${L_arrow}${BOLD}${MAKEFLAGS}${OFF}${R_arrow}"
     22  [[ "$MAKEFLAGS" != "unset" ]] && \
    2223  echo -e "DejaGNU, Gettext, and Groff will not use MAKEFLAGS\n"
     24
    2325  echo -e "DEF_OPT_MODE: ${L_arrow}${BOLD}${DEF_OPT_MODE}${OFF}${R_arrow}\n"
    2426
Note: See TracChangeset for help on using the changeset viewer.