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


  60 install :=      TARGET= install
  61 lint :=         TARGET= lint
  62 catalog :=      TARGET= catalog
  63 package :=      TARGET= package
  64 _msg :=         TARGET= _msg
  65 $(POFILE) :=    TARGET= $(POFILE)
  66 
  67 all clean install lint $(POFILE): $(SUBDIRS)
  68 clobber: $(SUBDIRS) clobber_local
  69 clobber_local:
  70         $(RM) $(CLOBBERFILES)
  71 
  72 all install: THIRDPARTYLICENSE
  73 
  74 check: $(CHECKHDRS)
  75 
  76 # See Makefile.msg.targ for $(MSGFILE) update instructions
  77 _msg:
  78         $(RM) $(POFILE)
  79         $(TOUCH) $(POFILE)
  80         $(MAKE) $(POFILE) XGETTEXT=/usr/bin/gxgettext
  81         $(CP) $(POFILE) $(MSGFILE)
  82         $(CP) $(MSGFILE) $(MSGDOMAIN)
  83 
  84 $(SUBDIRS):     FRC
  85         cd $@; pwd; $(MAKE) $(TARGET)
  86 
  87 # skip the summary; just include the actual license clauses.
  88 THIRDPARTYLICENSE: doc/LICENCE
  89         $(SED) -n '/1)/,$$p' doc/LICENCE > $@
  90 
  91 FRC:


  60 install :=      TARGET= install
  61 lint :=         TARGET= lint
  62 catalog :=      TARGET= catalog
  63 package :=      TARGET= package
  64 _msg :=         TARGET= _msg
  65 $(POFILE) :=    TARGET= $(POFILE)
  66 
  67 all clean install lint $(POFILE): $(SUBDIRS)
  68 clobber: $(SUBDIRS) clobber_local
  69 clobber_local:
  70         $(RM) $(CLOBBERFILES)
  71 
  72 all install: THIRDPARTYLICENSE
  73 
  74 check: $(CHECKHDRS)
  75 
  76 # See Makefile.msg.targ for $(MSGFILE) update instructions
  77 _msg:
  78         $(RM) $(POFILE)
  79         $(TOUCH) $(POFILE)
  80         $(MAKE) $(POFILE) XGETTEXT=$(GNUXGETTEXT)
  81         $(CP) $(POFILE) $(MSGFILE)
  82         $(CP) $(MSGFILE) $(MSGDOMAIN)
  83 
  84 $(SUBDIRS):     FRC
  85         cd $@; pwd; $(MAKE) $(TARGET)
  86 
  87 # skip the summary; just include the actual license clauses.
  88 THIRDPARTYLICENSE: doc/LICENCE
  89         $(SED) -n '/1)/,$$p' doc/LICENCE > $@
  90 
  91 FRC: