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]

Update for gcc/po


I had to update POTFILES.in to reflect the changes to the source tree and
While I was at it I also made it more intuitive to check POTFILES.in for
consistency.

As I already wrote on gcc, I'd really appreciate it if the regression
checker could catch these.


2000-10-21  Philipp Thomas  <pthomas@suse.de>

	* POTFILES.in: Remove config/rs6000/netware.h.
	Remove the files moved out of libgcc and over
	to libsupc++.
	* Makefile.in.in (stamp-check-pot): Rename to stamp-check-po.
	(check-po): New, more intuitive target to check POTFILES.in
	for consistency.

Index: gcc/po/Makefile.in.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/po/Makefile.in.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.in.in	2000/09/25 23:29:38	1.7
+++ Makefile.in.in	2000/10/21 19:04:38	1.8
@@ -82,8 +82,10 @@
 all-yes: $(CATALOGS) @MAINT@ $(srcdir)/cat-id-tbl.c 
 all-no:
 
-stamp-check-pot: $(POTFILES)
-	touch stamp-check-pot
+stamp-check-po: $(POTFILES)
+	touch stamp-check-po
+
+check-po: stamp-check-po
 
 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
 	$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
Index: gcc/po/POTFILES.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/po/POTFILES.in,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- POTFILES.in	2000/10/08 01:36:43	1.31
+++ POTFILES.in	2000/10/21 19:04:38	1.32
@@ -449,7 +449,6 @@
 config/rs6000/linux.h
 config/rs6000/lynx.h
 config/rs6000/mach.h
-config/rs6000/netware.h
 config/rs6000/rs6000-protos.h
 config/rs6000/rs6000.c
 config/rs6000/rs6000.h
@@ -550,7 +549,6 @@
 cp/expr.c
 cp/friend.c
 cp/g++spec.c
-cp/inc/new.h
 cp/init.c
 cp/lang-options.h
 cp/lang-specs.h
@@ -565,7 +563,6 @@
 cp/rtti.c
 cp/search.c
 cp/spew.c
-cp/tinfo.h
 cp/tree.c
 cp/typeck.c
 cp/typeck2.c

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX for PDP 11, /usr/include/sys/param.h

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