This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/binutils-2_29-branch] Re Revert previous change to bfd/development.sh, setting the development flag back to true.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2fa45014f1860048a62f1ad7cc65bcbc0c2c0cf8

commit 2fa45014f1860048a62f1ad7cc65bcbc0c2c0cf8
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu Sep 21 15:17:28 2017 +0100

    Re Revert previous change to bfd/development.sh, setting the development flag back to true.
    
    This flag should only be set in release tarballs, not on branches,
    as branches will continue to receive development updates.

Diff:
---
 bfd/ChangeLog      | 4 ++++
 bfd/development.sh | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index dfb6351..42d1e51 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-21  Nick Clifton  <nickc@redhat.com>
+
+	* development.sh (development): Revert previous delta.
+
 2017-09-20  Nick Clifton  <nickc@redhat.com>
 
 	* development.sh (development): Set to false.
diff --git a/bfd/development.sh b/bfd/development.sh
index b001a88..cd31410 100644
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -16,4 +16,4 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Controls whether to enable development-mode features by default.
-development=false
+development=true


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]