This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: I18N: automatic determination of potfiles list


Zack Weinberg wrote:

> On Wed, Oct 31, 2001 at 09:18:57PM +0100, Toon Moene wrote:

> > Disabled by autoconf ?  Alas, I don't think so:

> Under these conditions, @POSUB@ is supposed to be replaced by nothing,
> which is supposed to remove the 'build-po' target that triggers those
> rules from the dependency graph.  What do you get from
> 
> $ egrep "(build|install)-po" Makefile
> 
> in the build directory?

toon@laptop:~/compilers/snapshots/build/gcc$ egrep "(build|install)-po"
Makefile
native: config.status auto-host.h intl.all build-po $(LANGUAGES) \
    $(INSTALL_CPP) install-man install-info intl.install install-po \
.PHONY: build- install- build-po install-po update-po 
# "build-po" and "install-po" above, when NLS is disabled.
build-po: $(CATALOGS)
install-po:

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]