Print this page
make: translate using gettext, rather than the unmaintainable catgets

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/make/lib/makestate/Makefile
          +++ new/usr/src/cmd/make/lib/makestate/Makefile
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18  all     :=      TARGET = all
  19   19  install :=      TARGET = install
  20   20  clean   :=      TARGET = clean
  21   21  clobber :=      TARGET = clobber
  22   22  lint    :=      TARGET = lint
  23   23  
  24   24  .KEEP_STATE:
  25   25  
  26   26  all clean clobber lint install: $(SUBDIRS)
  27   27  
       28 +_msg:
       29 +
  28   30  $(SUBDIRS):     FRC
  29   31          @cd $@; pwd; $(MAKE) $(TARGET)
  30   32  
  31   33  FRC:
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX