diff options
author | Philipp Thomas <pthomas@suse.de> | 2000-10-21 19:04:38 +0000 |
---|---|---|
committer | Philipp Thomas <pthomas@gcc.gnu.org> | 2000-10-21 19:04:38 +0000 |
commit | 4037042b88c4b223545d79e04b7d5348cf278e36 (patch) | |
tree | 0d8a98c5471903c778ddb290c69e57ee99fded11 | |
parent | bf6eb15f686356a55cb46f9f2ae9b5832a55c3d0 (diff) | |
download | gcc-4037042b88c4b223545d79e04b7d5348cf278e36.zip gcc-4037042b88c4b223545d79e04b7d5348cf278e36.tar.gz gcc-4037042b88c4b223545d79e04b7d5348cf278e36.tar.bz2 |
POTFILES.in: Remove config/rs6000/netware.h.
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.
From-SVN: r36997
-rw-r--r-- | gcc/po/ChangeLog | 9 | ||||
-rw-r--r-- | gcc/po/Makefile.in.in | 6 | ||||
-rw-r--r-- | gcc/po/POTFILES.in | 3 |
3 files changed, 13 insertions, 5 deletions
diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog index 2ae01e3..6a0744f 100644 --- a/gcc/po/ChangeLog +++ b/gcc/po/ChangeLog @@ -1,3 +1,12 @@ +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. + 2000-10-08 Philipp Thomas <pthomas@suse.de> * POTFILES.in: Remove the files from the nuked diff --git a/gcc/po/Makefile.in.in b/gcc/po/Makefile.in.in index 8e3a757..ccd7369 100644 --- a/gcc/po/Makefile.in.in +++ b/gcc/po/Makefile.in.in @@ -82,8 +82,10 @@ all: all-@USE_NLS@ 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) \ diff --git a/gcc/po/POTFILES.in b/gcc/po/POTFILES.in index b5c1080..952044c 100644 --- a/gcc/po/POTFILES.in +++ b/gcc/po/POTFILES.in @@ -449,7 +449,6 @@ config/rs6000/eabisim.h 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/except.c 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/repo.c cp/rtti.c cp/search.c cp/spew.c -cp/tinfo.h cp/tree.c cp/typeck.c cp/typeck2.c |