diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-05-16 12:34:38 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-05-16 12:34:38 +0000 |
commit | 8437dd5c80768ee34a9a63c64d92dd02aa71997f (patch) | |
tree | 39b01e3a65ae5e1c2b61d053e78649880412a2b4 | |
parent | 888784b6fbdf19f23874fad9fd5a2ee7bc0e26da (diff) | |
download | cygnal-8437dd5c80768ee34a9a63c64d92dd02aa71997f.tar.gz cygnal-8437dd5c80768ee34a9a63c64d92dd02aa71997f.tar.bz2 cygnal-8437dd5c80768ee34a9a63c64d92dd02aa71997f.zip |
* 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.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | src-release | 8 |
2 files changed, 10 insertions, 5 deletions
@@ -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. diff --git a/src-release b/src-release index c16f14e8b..e79f5dd6c 100644 --- a/src-release +++ b/src-release @@ -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 |