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

*** 27,37 **** # # Copyright 2011 Nexenta Systems, Inc. All rights reserved. # ! XGETTEXT=xgettext MSGDIR=$1 # # Change Directory # --- 27,38 ---- # # Copyright 2011 Nexenta Systems, Inc. All rights reserved. # ! XGETTEXT=${XGETTEXT:-xgettext} ! GETTEXT=${GETTEXT:-gettext} MSGDIR=$1 # # Change Directory #
*** 39,49 **** rm -f *.po # # get list of files # ! FILES=`grep gettext *.c | sed "s/:.*//" | sort | sed "s/\.c//" | uniq` # # Create po files # No need for options for xgettext --- 40,50 ---- rm -f *.po # # get list of files # ! FILES=`grep ${GETTEXT} *.c | sed "s/:.*//" | sort | sed "s/\.c//" | uniq` # # Create po files # No need for options for xgettext