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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/ssh/Makefile
          +++ new/usr/src/cmd/ssh/Makefile
↓ open down ↓ 69 lines elided ↑ open up ↑
  70   70          $(RM) $(CLOBBERFILES)
  71   71  
  72   72  all install: THIRDPARTYLICENSE
  73   73  
  74   74  check: $(CHECKHDRS)
  75   75  
  76   76  # See Makefile.msg.targ for $(MSGFILE) update instructions
  77   77  _msg:
  78   78          $(RM) $(POFILE)
  79   79          $(TOUCH) $(POFILE)
  80      -        $(MAKE) $(POFILE) XGETTEXT=/usr/bin/gxgettext
       80 +        $(MAKE) $(POFILE) XGETTEXT=$(GNUXGETTEXT)
  81   81          $(CP) $(POFILE) $(MSGFILE)
  82   82          $(CP) $(MSGFILE) $(MSGDOMAIN)
  83   83  
  84   84  $(SUBDIRS):     FRC
  85   85          cd $@; pwd; $(MAKE) $(TARGET)
  86   86  
  87   87  # skip the summary; just include the actual license clauses.
  88   88  THIRDPARTYLICENSE: doc/LICENCE
  89   89          $(SED) -n '/1)/,$$p' doc/LICENCE > $@
  90   90  
  91   91  FRC:
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX