Print this page
6945 illumos xgettext should be using from Makefile.master

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/Makefile
          +++ new/usr/src/lib/libc/Makefile
↓ open down ↓ 241 lines elided ↑ open up ↑
 242  242  clean: $(SUBDIRS)
 243  243  clobber: $(SUBDIRS) etc clobber_local
 244  244  clobber_local:
 245  245          $(RM) $(CLOBBERFILES)
 246  246  
 247  247  lint: $(SUBDIRS)
 248  248  
 249  249  _msg:   $(MSGDOMAIN) catalog
 250  250  
 251  251  catalog:
 252      -        sh ./makelibccatalog.sh $(MSGDOMAIN)
      252 +        XGETTEXT=$(XGETTEXT) $(SHELL) ./makelibccatalog.sh $(MSGDOMAIN)
 253  253  
 254  254  $(MSGDOMAIN):
 255  255          $(INS.dir)
 256  256  
 257  257  cscope.out tags: FRC
 258  258          $(XREF) -x $@
 259  259  
 260  260  FRC:
 261  261  # include MACH-specific library targets
 262  262  include ../Makefile.mach
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX