This is the mail archive of the binutils@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]

Restore release indicator to bfd/Makefile.am


Hello!

The GAS configure script checks bfd/Makefile.am for a line starting with
"RELEASE=y" to set the default value for run-time sanity checks. This
line got lost with "2e98a7bd882356a23076ad4a51a251d9ab1ce070" and since
that time GAS is build with sanity checks enabled unless overridden with
a configure option.

Regards,
Gunther Nikl

bfd/
2019-01-25  Gunther Nikl  <gnikl@justmail.de>

       * Makefile.am: Restore RELEASE indication.

--- bfd/Makefile.am~	2019-01-26 16:10:34.000000000 +0100
+++ bfd/Makefile.am	2019-01-26 16:11:42.076491000 +0100
@@ -20,6 +20,9 @@
 AUTOMAKE_OPTIONS = no-dist foreign
 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
 
+# Uncomment the following line when doing a release.
+# RELEASE=y
+
 INCDIR = $(srcdir)/../include
 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
 


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