Print this page
XXX Remove nawk(1)

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/Makefile
          +++ new/usr/src/uts/intel/Makefile
↓ open down ↓ 82 lines elided ↑ open up ↑
  83   83  #
  84   84  # Privilege constants
  85   85  #
  86   86  # NOTE: The rules for generating priv_const.c file are shared between all
  87   87  # processor architectures and and should be kept in sync. If they are changed in
  88   88  # this file make sure that sparc rules are updated as well.
  89   89  #
  90   90  PRIVS_C = $(SRC)/uts/common/os/priv_const.c
  91   91  
  92   92  $(PRIVS_C): $(PRIVS_AWK) $(PRIVS_DEF)
  93      -        $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) cfile=$@
       93 +        $(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) cfile=$@
  94   94  
  95   95  #
  96   96  # Prerequisites
  97   97  #
  98   98  # The uts/Makefile defines build parallelism for x86 platforms such that i86pc,
  99   99  # i86xpv and intel are all built in parallel. This requires building certain
 100  100  # parts before the parallel build can start. The uts/Makefile appends the
 101  101  # '.prereq' string to the original target and executes this Makefile to build
 102  102  # any prerequisites needed before the full parallel build can start. After that
 103  103  # make continues with normal targets.
↓ open down ↓ 93 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX