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


On Wed, Oct 31, 2001 at 09:18:57PM +0100, Toon Moene wrote:
> 
> Disabled by autoconf ?  Alas, I don't think so:
> 
> (cd intl && make all)
> make[3]: Entering directory
> `/home/toon/compilers/snapshots/build/gcc/intl'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/home/toon/compilers/snapshots/build/gcc/intl'
> test -d po || mkdir po
> : --statistics ../../combined/gcc/po/sv.po -o po/sv.gmo
> /bin/sh ../../combined/gcc/move-if-change po/sv.gmo
> ../../combined/gcc/po/sv.gmo
> mv: po/sv.gmo: No such file or directory
> make[2]: *** [po/sv.gmo] Error 1
> 
> [ Note the : --statistics ]

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?

zw


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