Update the src-release script to include the new top level files test-driver and...
authorNick Clifton <nickc@redhat.com>
Mon, 16 Jul 2018 13:10:35 +0000 (14:10 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 16 Jul 2018 13:10:35 +0000 (14:10 +0100)
* src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.

ChangeLog
src-release.sh

index 8718a84ab4abbdb406cebfd61754611a5650b94d..ad0ed1d0e84ddc30d323d244eca9974b48b6a986 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-07-16  Nick Clifton  <nickc@redhat.com>
+
+       * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
+
 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
 
        * config.sub: Sync with upstream version 2018-07-03.
index 7c27ecfcca3157746bbbab431d5058e94aebb111..d0425d6aab6945cae201a75972f3e405a794b07c 100755 (executable)
@@ -46,7 +46,7 @@ DEVO_SUPPORT="README Makefile.in configure configure.ac \
        Makefile.def Makefile.tpl src-release.sh config.rpath \
        ChangeLog MAINTAINERS README-maintainer-mode \
        lt~obsolete.m4 ltgcc.m4 depcomp mkdep compile \
-       COPYING3 COPYING3.LIB"
+       COPYING3 COPYING3.LIB test-driver ar-lib"
 
 # Files in devo/etc used in any net release.
 ETC_SUPPORT="Makefile.in configure configure.in standards.texi \
This page took 0.030807 seconds and 4 git commands to generate.