INN commit: trunk (Makefile)

INN Commit rra at isc.org
Sat Nov 25 21:12:52 UTC 2017


    Date: Saturday, November 25, 2017 @ 13:12:51
  Author: iulius
Revision: 10192

Append warnings flags after general ones, so that they take precedence

Modified:
  trunk/Makefile

----------+
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: Makefile
===================================================================
--- Makefile	2017-11-25 21:11:53 UTC (rev 10191)
+++ Makefile	2017-11-25 21:12:51 UTC (rev 10192)
@@ -194,7 +194,7 @@
 
 ##  For maintainers, build the entire source base with warnings enabled.
 warnings:
-	$(MAKE) COPT="$(WARNINGS) $(COPT)" all
+	$(MAKE) COPT="$(COPT) $(WARNINGS)" all
 
 
 ##  Make a release.  We create a release by recreating the directory



More information about the inn-committers mailing list