Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2017 18:41:13 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r318311 - stable/10/usr.bin
Message-ID:  <201705151841.v4FIfDYF069164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Mon May 15 18:41:12 2017
New Revision: 318311
URL: https://svnweb.freebsd.org/changeset/base/318311

Log:
  MFC r317658:
  
    Redo r288270: Hookup mkcsmapper_static and mkesdb_static for 'make clean'

Modified:
  stable/10/usr.bin/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.bin/Makefile
==============================================================================
--- stable/10/usr.bin/Makefile	Mon May 15 18:38:01 2017	(r318310)
+++ stable/10/usr.bin/Makefile	Mon May 15 18:41:12 2017	(r318311)
@@ -403,6 +403,12 @@ SUBDIR+=	who
 SUBDIR+=	svn
 .endif
 
+# These are normally only handled for build-tools.
+.if make(clean*)
+SUBDIR+=	mkcsmapper_static
+SUBDIR+=	mkesdb_static
+.endif
+
 .include <bsd.arch.inc.mk>
 
 SUBDIR:=	${SUBDIR:O}



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