From owner-svn-src-all@FreeBSD.ORG Sat Apr 5 19:48:20 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C007A54; Sat, 5 Apr 2014 19:48:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 586C076F; Sat, 5 Apr 2014 19:48:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s35JmKih053506; Sat, 5 Apr 2014 19:48:20 GMT (envelope-from jilles@svn.freebsd.org) Received: (from jilles@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s35JmK7c053505; Sat, 5 Apr 2014 19:48:20 GMT (envelope-from jilles@svn.freebsd.org) Message-Id: <201404051948.s35JmK7c053505@svn.freebsd.org> From: Jilles Tjoelker Date: Sat, 5 Apr 2014 19:48:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r264167 - head/lib X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 19:48:20 -0000 Author: jilles Date: Sat Apr 5 19:48:19 2014 New Revision: 264167 URL: http://svnweb.freebsd.org/changeset/base/264167 Log: lib: Remove duplicate SUBDIR libnv. With SUBDIR_PARALLEL, duplicates in ${SUBDIR} cause harmless but verbose warnings. Modified: head/lib/Makefile Modified: head/lib/Makefile ============================================================================== --- head/lib/Makefile Sat Apr 5 19:43:47 2014 (r264166) +++ head/lib/Makefile Sat Apr 5 19:48:19 2014 (r264167) @@ -99,7 +99,6 @@ SUBDIR= ${SUBDIR_ORDERED} \ ${_libnandfs} \ libnetbsd \ ${_libngatm} \ - libnv \ libopie \ libpam \ libpcap \