svn commit: r295977 - in head/usr.bin: mkcsmapper_static mkesdb_static

Bryan Drewery bdrewery at FreeBSD.org
Wed Feb 24 17:18:33 UTC 2016


Author: bdrewery
Date: Wed Feb 24 17:18:31 2016
New Revision: 295977
URL: https://svnweb.freebsd.org/changeset/base/295977

Log:
  Properly fix these builds by adding NO_WMISSING_VARIABLE_DECLARATIONS from r249657.
  
  This reverts r284374.
  
  MFC after:	2 weeks
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/usr.bin/mkcsmapper_static/Makefile
  head/usr.bin/mkesdb_static/Makefile

Modified: head/usr.bin/mkcsmapper_static/Makefile
==============================================================================
--- head/usr.bin/mkcsmapper_static/Makefile	Wed Feb 24 17:18:28 2016	(r295976)
+++ head/usr.bin/mkcsmapper_static/Makefile	Wed Feb 24 17:18:31 2016	(r295977)
@@ -7,9 +7,7 @@ SRCS=	citrus_bcs.c citrus_db_factory.c c
 	citrus_lookup_factory.c citrus_pivot_factory.c
 MAN=
 NO_SHARED= yes
-.if ${MACHINE} == "host"
-NO_WARNS= yes
-.endif
+NO_WMISSING_VARIABLE_DECLARATIONS=
 
 build-tools: mkcsmapper_static
 

Modified: head/usr.bin/mkesdb_static/Makefile
==============================================================================
--- head/usr.bin/mkesdb_static/Makefile	Wed Feb 24 17:18:28 2016	(r295976)
+++ head/usr.bin/mkesdb_static/Makefile	Wed Feb 24 17:18:31 2016	(r295977)
@@ -7,9 +7,7 @@ SRCS=	citrus_bcs.c citrus_db_factory.c c
 	citrus_lookup_factory.c
 MAN=
 NO_SHARED= yes
-.if ${MACHINE} == "host"
-NO_WARNS= yes
-.endif
+NO_WMISSING_VARIABLE_DECLARATIONS=
 
 build-tools: mkesdb_static
 


More information about the svn-src-all mailing list