Commit 0ca8e815 by Paolo Bonzini Committed by Paolo Bonzini

gcc_release (build_sources): Move the libcpp gmo files to the source directory.

maintainer-scripts/ChangeLog:
2004-06-09  Paolo Bonzini  <bonzini@gnu.org>

	* gcc_release (build_sources): Move the libcpp gmo files
	to the source directory.

libcpp/ChangeLog:
2004-06-09  Paolo Bonzini  <bonzini@gnu.org>

	* Makefile.am (all-local): New.
	* Makefile.in: Regenerate.

From-SVN: r82819
parent e22df315
2004-06-09 Paolo Bonzini <bonzini@gnu.org>
* Makefile.am (all-local): New.
* Makefile.in: Regenerate.
2004-06-06 Roger Sayle <roger@eyesopen.com> 2004-06-06 Roger Sayle <roger@eyesopen.com>
* Makefile.am (LIBICONV): Declare. * Makefile.am (LIBICONV): Declare.
......
...@@ -23,6 +23,8 @@ GMSGFMT = @GMSGFMT@ ...@@ -23,6 +23,8 @@ GMSGFMT = @GMSGFMT@
MSGMERGE = msgmerge MSGMERGE = msgmerge
CATALOGS = @CATALOGS@ CATALOGS = @CATALOGS@
all-local: build-po
if ENABLE_NLS if ENABLE_NLS
build-po: $(CATALOGS) build-po: $(CATALOGS)
update-po: $(CATALOGS:.gmo=.pox) update-po: $(CATALOGS:.gmo=.pox)
......
# Makefile.in generated by automake 1.8.5 from Makefile.am. # Makefile.in generated by automake 1.8.4 from Makefile.am.
# @configure_input@ # @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
...@@ -59,9 +59,9 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ ...@@ -59,9 +59,9 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
CONFIG_HEADER = config.h CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = CONFIG_CLEAN_FILES =
LIBRARIES = $(noinst_LIBRARIES)
AR = ar AR = ar
ARFLAGS = cru ARFLAGS = cru
LIBRARIES = $(noinst_LIBRARIES)
libcpp_a_AR = $(AR) $(ARFLAGS) libcpp_a_AR = $(AR) $(ARFLAGS)
libcpp_a_LIBADD = libcpp_a_LIBADD =
am_libcpp_a_OBJECTS = charset.$(OBJEXT) directives.$(OBJEXT) \ am_libcpp_a_OBJECTS = charset.$(OBJEXT) directives.$(OBJEXT) \
...@@ -352,7 +352,7 @@ TAGS: $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \ ...@@ -352,7 +352,7 @@ TAGS: $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
$(AWK) ' { files[$$0] = 1; } \ $(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \ END { for (i in files) print i; }'`; \
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \ test -z "$$unique" && unique=$$empty_fix; \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique; \ $$tags $$unique; \
fi fi
...@@ -508,7 +508,8 @@ distcleancheck: distclean ...@@ -508,7 +508,8 @@ distcleancheck: distclean
exit 1; } >&2 exit 1; } >&2
check-am: all-am check-am: all-am
check: check-am check: check-am
all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS) config.h all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS) config.h \
all-local
installdirs: installdirs:
install: install-am install: install-am
install-exec: install-exec-am install-exec: install-exec-am
...@@ -587,9 +588,9 @@ ps-am: ...@@ -587,9 +588,9 @@ ps-am:
uninstall-am: uninstall-info-am uninstall-am: uninstall-info-am
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ .PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS ctags \ clean clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS \
dist dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ \ ctags dist dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ \
dist-zip distcheck distclean distclean-compile \ dist-zip distcheck distclean distclean-compile \
distclean-generic distclean-hdr distclean-tags distcleancheck \ distclean-generic distclean-hdr distclean-tags distcleancheck \
distdir distuninstallcheck dvi dvi-am html html-am info \ distdir distuninstallcheck dvi dvi-am html html-am info \
...@@ -602,6 +603,8 @@ uninstall-am: uninstall-info-am ...@@ -602,6 +603,8 @@ uninstall-am: uninstall-info-am
uninstall-am uninstall-info-am uninstall-am uninstall-info-am
all-local: build-po
@ENABLE_NLS_TRUE@build-po: $(CATALOGS) @ENABLE_NLS_TRUE@build-po: $(CATALOGS)
@ENABLE_NLS_TRUE@update-po: $(CATALOGS:.gmo=.pox) @ENABLE_NLS_TRUE@update-po: $(CATALOGS:.gmo=.pox)
@ENABLE_NLS_FALSE@build-po: @ENABLE_NLS_FALSE@build-po:
......
2004-06-09 Paolo Bonzini <bonzini@gnu.org>
* gcc_release (build_sources): Move the libcpp gmo files
to the source directory.
2004-06-03 Joseph S. Myers <jsm@polyomino.org.uk> 2004-06-03 Joseph S. Myers <jsm@polyomino.org.uk>
* gcc_release (maybe_build_tarfile): New function. * gcc_release (maybe_build_tarfile): New function.
......
...@@ -248,6 +248,7 @@ EOF ...@@ -248,6 +248,7 @@ EOF
# Move message catalogs to source directory. # Move message catalogs to source directory.
mv ../objdir/gcc/po/*.gmo gcc/po/ mv ../objdir/gcc/po/*.gmo gcc/po/
[ -f libcpp/po/cpplib.pot ] && mv ../objdir/libcpp/po/*.gmo libcpp/po/
# Create a "MD5SUMS" file to use for checking the validity of the release. # Create a "MD5SUMS" file to use for checking the validity of the release.
find . -type f |sed -e 's:^\./::' -e '/MD5SUMS/d' |sort |xargs md5sum >MD5SUMS find . -type f |sed -e 's:^\./::' -e '/MD5SUMS/d' |sort |xargs md5sum >MD5SUMS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment