Ignore:
Timestamp:
05/06/2006 11:06:07 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
5f7d08f
Parents:
2c2471d
Message:

Added MAKEFLAGS support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • optimize/optimize_functions

    r2c2471d r53bc10b  
    3131  done
    3232}
     33
     34#----------------------------------#
     35wrt_makeflags() {                  # Apply MAKEFLAGS to build
     36#----------------------------------#
     37  if [[ "$MAKEFLAGS" != "unset" ]]; then
     38(
     39cat << EOF
     40        @echo "export MAKEFLAGS=\"$MAKEFLAGS\"" >> envars
     41EOF
     42) >> $MKFILE.tmp
     43  else
     44    continue
     45  fi
     46}
Note: See TracChangeset for help on using the changeset viewer.