* src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
authorDaniel Jacobowitz <drow@false.org>
Fri, 16 May 2008 12:34:38 +0000 (12:34 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 16 May 2008 12:34:38 +0000 (12:34 +0000)
README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
mkdep, and compile.  Update comments.
(ETC_SUPPORT): Add ChangeLog and update comments.

ChangeLog
src-release

index d51272e08bd7c8f319c13c86c3713c0c3e59453f..fe3e1f5284b90210536fec31829e1f2d0609f5cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
+       README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
+       mkdep, and compile.  Update comments.
+       (ETC_SUPPORT): Add ChangeLog and update comments.
+
 2008-05-11  Ian Lance Taylor  <iant@google.com>
 
        * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
index c16f14e8b79639f054f161b5f5c9ced8de50aca0..e79f5dd6c61024c796a5a98aed208950e3c85c10 100644 (file)
@@ -44,22 +44,20 @@ PWD = $${PWDCMD-pwd}
 # Support for building net releases
 
 # Files in devo used in any net release.
-# ChangeLog omitted because it may refer to files which are not in this
-# distribution (perhaps it would be better to include it anyway).
 DEVO_SUPPORT= README Makefile.in configure configure.ac \
        config.guess config.sub config move-if-change \
        COPYING COPYING.LIB install-sh config-ml.in symlink-tree \
        mkinstalldirs ltmain.sh missing ylwrap \
        libtool.m4 ltsugar.m4 ltversion.m4 ltoptions.m4 \
        Makefile.def Makefile.tpl src-release config.rpath \
+       ChangeLog MAINTAINERS README-maintainer-mode \
+       lt~obsolete.m4 ltgcc.m4 depcomp mkdep compile \
        COPYING3 COPYING3.LIB
 
 # Files in devo/etc used in any net release.
-# ChangeLog omitted because it may refer to files which are not in this
-# distribution (perhaps it would be better to include it anyway).
 ETC_SUPPORT= Makefile.in configure configure.in standards.texi \
        make-stds.texi standards.info* configure.texi configure.info* \
-       configbuild.* configdev.* fdl.texi texi2pod.pl
+       ChangeLog configbuild.* configdev.* fdl.texi texi2pod.pl
 
 
 # When you use `make setup-dirs' or `make taz' you should always redefine
This page took 0.035997 seconds and 4 git commands to generate.