Searched refs:GMSGFMT (Results 1 – 25 of 70) sorted by relevance
123
| /netbsd/src/external/gpl3/gdb/dist/config/ |
| D | po.m4 | 40 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) 58 if test "$GMSGFMT" != ":"; then 61 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && 62 …(if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exi… 65 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` 67 [found $GMSGFMT program is not GNU msgfmt; ignore it]) 68 GMSGFMT=":"
|
| /netbsd/src/external/gpl3/binutils/dist/config/ |
| D | po.m4 | 40 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) 58 if test "$GMSGFMT" != ":"; then 61 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && 62 …(if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exi… 65 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` 67 [found $GMSGFMT program is not GNU msgfmt; ignore it]) 68 GMSGFMT=":"
|
| /netbsd/src/external/gpl3/gcc/dist/config/ |
| D | po.m4 | 40 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) 58 if test "$GMSGFMT" != ":"; then 61 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && 62 …(if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exi… 65 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` 67 [found $GMSGFMT program is not GNU msgfmt; ignore it]) 68 GMSGFMT=":"
|
| D | gettext-sister.m4 | 20 GMSGFMT= AC_SUBST(GMSGFMT) subst
|
| /netbsd/src/external/gpl3/gcc/dist/intl/ |
| D | config.intl.in | 11 GMSGFMT='@GMSGFMT@'
|
| /netbsd/src/external/gpl2/xcvs/dist/m4/ |
| D | po.m4 | 40 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) 58 if test "$GMSGFMT" != ":"; then 61 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && 62 …(if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exi… 65 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` 67 [found $GMSGFMT program is not GNU msgfmt; ignore it]) 68 GMSGFMT=":"
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | Makefile.in | 43 GMSGFMT = @GMSGFMT@ 233 $(GMSGFMT) --statistics -o $@ $<
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/po/ |
| D | Make-in | 37 GMSGFMT = PATH=../src:$$PATH @GMSGFMT@ 77 && rm -f $$file && $(GMSGFMT) -o $$file $<
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/po/ |
| D | Make-in | 37 GMSGFMT = PATH=../src:$$PATH @GMSGFMT@ 77 && rm -f $$file && $(GMSGFMT) -o $$file $<
|
| /netbsd/src/external/gpl3/binutils/dist/gas/po/ |
| D | Make-in | 37 GMSGFMT = PATH=../src:$$PATH @GMSGFMT@ 77 && rm -f $$file && $(GMSGFMT) -o $$file $<
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/po/ |
| D | Make-in | 37 GMSGFMT = PATH=../src:$$PATH @GMSGFMT@ 77 && rm -f $$file && $(GMSGFMT) -o $$file $<
|
| /netbsd/src/external/gpl3/binutils/dist/gprof/po/ |
| D | Make-in | 37 GMSGFMT = PATH=../src:$$PATH @GMSGFMT@ 77 && rm -f $$file && $(GMSGFMT) -o $$file $<
|
| /netbsd/src/external/gpl3/binutils/dist/gold/po/ |
| D | Make-in | 37 GMSGFMT = PATH=../src:$$PATH @GMSGFMT@ 77 && rm -f $$file && $(GMSGFMT) -o $$file $<
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/po/ |
| D | Makefile.in.in | 36 GMSGFMT_ = @GMSGFMT@ 37 GMSGFMT_no = @GMSGFMT@ 39 GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT)) 80 … echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \ 81 …cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && …
|
| /netbsd/src/external/gpl3/binutils/dist/ld/po/ |
| D | Make-in | 37 GMSGFMT = PATH=../src:$$PATH @GMSGFMT@ 79 && rm -f $$file && $(GMSGFMT) -o $$file $<
|
| /netbsd/src/external/bsd/flex/dist/po/ |
| D | Makefile.in.in | 47 GMSGFMT_ = @GMSGFMT@ 48 GMSGFMT_no = @GMSGFMT@ 50 GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT)) 91 …echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o $${lang}.gmo $${lang}… 92 …cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${la…
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/po/ |
| D | Make-in | 37 GMSGFMT = PATH=../src:$$PATH @GMSGFMT@ 83 && rm -f $$file && $(GMSGFMT) -o $$file $<
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/po/ |
| D | Make-in | 37 GMSGFMT = PATH=../src:$$PATH @GMSGFMT@ 83 && rm -f $$file && $(GMSGFMT) -o $$file $<
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/m4/ |
| D | Makefile.in | 82 GMSGFMT = @GMSGFMT@
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/man/man3/ |
| D | Makefile.in | 130 GMSGFMT = @GMSGFMT@
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/man/man8/ |
| D | Makefile.in | 137 GMSGFMT = @GMSGFMT@
|
| /netbsd/src/external/bsd/flex/dist/examples/fastwc/ |
| D | Makefile.in | 188 GMSGFMT = @GMSGFMT@
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/man/man1/ |
| D | Makefile.in | 136 GMSGFMT = @GMSGFMT@
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/include/ |
| D | Makefile.in | 109 GMSGFMT = @GMSGFMT@
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | configure | 11836 case $GMSGFMT in 11838 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 11860 GMSGFMT=$ac_cv_path_GMSGFMT 11861 if test -n "$GMSGFMT"; then 11862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 11863 $as_echo "$GMSGFMT" >&6; } 12011 if test "$GMSGFMT" != ":"; then 12012 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && 12013 …(if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exi… 12016 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` [all …]
|
123