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]

3.0 branch: POTFILES.in broken


Some files (pself?.c) have been removed and the POTFILES.in was not
updated. These files should actually never have been in the POTFILES.in
from the start.

I've attached patch for that.

It seems the update-po is still broken:

[dennis@cosmo po]$ LC_ALL=en make update-po
make ../../../gcc/gcc/po/gcc.pot
make[1]: Entering directory
`/home/dennis/compile/cvs/gcc_build_3.0_test/gcc/po'
PATH=../src:$PATH AWK='gawk' /bin/sh ../../../gcc/gcc/exgettext
/usr/bin/xgettext --default-domain=gcc --directory=../../../gcc/gcc \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=../../../gcc/gcc/po/POTFILES.in --defines \
&& test ! -f gcc.po \
   || ( rm -f ../../../gcc/gcc/po/gcc.pot \
	&& mv gcc.po ../../../gcc/gcc/po/gcc.pot )
/usr/bin/xgettext: unrecognized option `--defines'
Try `/usr/bin/xgettext --help' for more information.
mv: cannot stat `gcc.po': No such file or directory
make[1]: *** [../../../gcc/gcc/po/gcc.pot] Error 1
make[1]: Leaving directory
`/home/dennis/compile/cvs/gcc_build_3.0_test/gcc/po'
make: *** [update-po] Error 2

We discussed it some time ago, and as far as I understand the flag
--defines should just be removed. But we where waiting for comments from
Philipp Thomas, who put it in.

I have only looked in the 3.0 branch since that is about to go out. I
guess that this is broken in HEAD also.

-- 
/Dennis
Index: POTFILES.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/po/POTFILES.in,v
retrieving revision 1.39.4.2
diff -u -w -r1.39.4.2 POTFILES.in
--- POTFILES.in	2001/05/23 17:17:51	1.39.4.2
+++ POTFILES.in	2001/06/11 17:47:53
@@ -732,12 +732,6 @@
 print-tree.c
 profile.c
 protoize.c
-pself.c
-pself1.c
-pself2.c
-pself3.c
-pself4.c
-pself5.c
 real.c
 real.h
 recog.c

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