Обсуждение: pgsql-server: Some source files was not scanned for translatable
pgsql-server: Some source files was not scanned for translatable
От
dennis@svr1.postgresql.org (Dennis Bjorklund)
Дата:
Log Message:
-----------
Some source files was not scanned for translatable strings.
Modified Files:
--------------
pgsql-server/src/interfaces/libpq:
nls.mk (r1.16 -> r1.17)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/libpq/nls.mk.diff?r1=1.16&r2=1.17)
dennis@svr1.postgresql.org (Dennis Bjorklund) writes:
> Log Message:
> -----------
> Some source files was not scanned for translatable strings.
While I cannot argue with the patch per se, I'm wondering why the
Makefile has to call out a hard-wired list of *.c files in the first
place. I don't think we are doing that elsewhere. Peter?
regards, tom lane
Tom Lane wrote: > dennis@svr1.postgresql.org (Dennis Bjorklund) writes: > > Log Message: > > ----------- > > Some source files was not scanned for translatable strings. > > While I cannot argue with the patch per se, I'm wondering why the > Makefile has to call out a hard-wired list of *.c files in the first > place. I don't think we are doing that elsewhere. Peter? Yes, we do that elsewhere. All makefiles call out all files they act on explicitly, with a few exceptions that are regularly causing trouble. -- Peter Eisentraut http://developer.postgresql.org/~petere/