This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Restore release indicator to bfd/Makefile.am
- From: Gunther Nikl <gnikl at justmail dot de>
- To: binutils at sourceware dot org
- Date: Sat, 26 Jan 2019 17:00:18 +0100
- Subject: 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)