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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/make/lib/bsd/Makefile
          +++ new/usr/src/cmd/make/lib/bsd/Makefile
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21  LIBS = $(LIBRARY)
  22   22  SRCDIR = ../
  23   23  CPPFLAGS += -D_FILE_OFFSET_BITS=64
  24   24  
  25   25  all: $(LIBS)
  26   26  
  27   27  install: all
  28   28  
  29   29  lint:
  30   30  
       31 +_msg:
       32 +
  31   33  include $(SRC)/lib/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX