Print this page
XXX Remove nawk(1)

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/Makefile
          +++ new/usr/src/uts/sun4u/Makefile
↓ open down ↓ 105 lines elided ↑ open up ↑
 106  106  #
 107  107  # Privilege constants
 108  108  #
 109  109  # NOTE: The rules for generating priv_const.c file are shared between all
 110  110  # processor architectures and should be kept in sync. If they are changed in
 111  111  # this file make sure that x86 rules are updated as well.
 112  112  #
 113  113  PRIVS_C = $(UTSBASE)/common/os/priv_const.c
 114  114  
 115  115  $(PRIVS_C): $(PRIVS_AWK) $(PRIVS_DEF)
 116      -        $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) cfile=$@
      116 +        $(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) cfile=$@
 117  117  
 118  118  
 119  119  #
 120  120  # Prerequisites
 121  121  #
 122  122  # The uts/Makefile defines build parallelism for sun4 platforms such that sparc,
 123  123  # sun4u and sun4v are all built in parallel. Also this Makefile specifies that
 124  124  # all IMPLEMENTATIONS sun4u sub-platforms are built in parallel. This requires
 125  125  # building certain parts before the parallel build can start. The uts/Makefile
 126  126  # appends the '.prereq' string to the original target and executes this Makefile
↓ open down ↓ 188 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX