Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 20:02:00 +0000 (UTC)
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r256699 - in projects/bmake/usr.bin: mkcsmapper_static mkesdb_static
Message-ID:  <201310172002.r9HK206P009560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sjg
Date: Thu Oct 17 20:01:59 2013
New Revision: 256699
URL: http://svnweb.freebsd.org/changeset/base/256699

Log:
  Allow building these in-line
  The build-tools phase sets NO_WARNS
  If there is any other purpose (than hosttool during build)
  we could make this depend on MACHINE=host.

Modified:
  projects/bmake/usr.bin/mkcsmapper_static/Makefile
  projects/bmake/usr.bin/mkesdb_static/Makefile

Modified: projects/bmake/usr.bin/mkcsmapper_static/Makefile
==============================================================================
--- projects/bmake/usr.bin/mkcsmapper_static/Makefile	Thu Oct 17 19:59:51 2013	(r256698)
+++ projects/bmake/usr.bin/mkcsmapper_static/Makefile	Thu Oct 17 20:01:59 2013	(r256699)
@@ -7,6 +7,7 @@ SRCS=	citrus_bcs.c citrus_db_factory.c c
 	citrus_lookup_factory.c citrus_pivot_factory.c
 NO_MAN=	yes
 NO_SHARED= yes
+NO_WARNS= yes
 
 build-tools: mkcsmapper_static
 

Modified: projects/bmake/usr.bin/mkesdb_static/Makefile
==============================================================================
--- projects/bmake/usr.bin/mkesdb_static/Makefile	Thu Oct 17 19:59:51 2013	(r256698)
+++ projects/bmake/usr.bin/mkesdb_static/Makefile	Thu Oct 17 20:01:59 2013	(r256699)
@@ -7,6 +7,7 @@ SRCS=	citrus_bcs.c citrus_db_factory.c c
 	citrus_lookup_factory.c
 NO_MAN=	yes
 NO_SHARED= yes
+NO_WARNS= yes
 
 build-tools: mkesdb_static
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310172002.r9HK206P009560>