Print this page
XXX Remove nawk(1)

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/config/Makefile
          +++ new/usr/src/uts/sparc/config/Makefile
↓ open down ↓ 69 lines elided ↑ open up ↑
  70   70  #
  71   71  $(ROOTETC)/$(PATH2INST):= FILEMODE=444
  72   72  
  73   73  $(ROOTETC)/%: $(SRCDIR)/%
  74   74          $(INS.file)
  75   75  
  76   76  $(ROOTETCSEC)/%: $(SRCDIR)/%
  77   77          $(INS.file)
  78   78  
  79   79  $(SRCDIR)/priv_names: $(PRIVS_DEF) $(PRIVS_AWK)
  80      -        $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pnamesfile=$@
       80 +        $(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pnamesfile=$@
  81   81  
  82   82  clean clobber lint:
  83   83  
  84   84  # 
  85   85  #       No lints, so keep the clobber and clean targets reasonable. 
  86   86  # 
  87   87  CLEANLINTFILES  = Nothing_to_remove
  88   88  CLEANFILES      = Nothing_to_remove
  89   89  CLOBBERFILES    = Nothing_to_remove
  90   90  
  91   91  #
  92   92  #       Include common targets.
  93   93  #
  94   94  include $(UTSBASE)/sparc/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX