From owner-svn-src-all@freebsd.org Wed Jun 29 22:39:23 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59562B86F36; Wed, 29 Jun 2016 22:39:23 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 1E71F2BAD; Wed, 29 Jun 2016 22:39:23 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5TMdM9t027674; Wed, 29 Jun 2016 22:39:22 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5TMdMom027673; Wed, 29 Jun 2016 22:39:22 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201606292239.u5TMdMom027673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 29 Jun 2016 22:39:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r302285 - head/sys/modules/aic7xxx/ahd 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.22 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: Wed, 29 Jun 2016 22:39:23 -0000 Author: bdrewery Date: Wed Jun 29 22:39:22 2016 New Revision: 302285 URL: https://svnweb.freebsd.org/changeset/base/302285 Log: WITH_META_MODE: Avoid false-positive error due to missing .meta with build commands. Sponsored by: EMC / Isilon Storage Division Approved by: re (blanket, META_MODE) Modified: head/sys/modules/aic7xxx/ahd/Makefile Modified: head/sys/modules/aic7xxx/ahd/Makefile ============================================================================== --- head/sys/modules/aic7xxx/ahd/Makefile Wed Jun 29 18:19:05 2016 (r302284) +++ head/sys/modules/aic7xxx/ahd/Makefile Wed Jun 29 22:39:22 2016 (r302285) @@ -26,7 +26,7 @@ ${GENSRCS}: \ -i ${.CURDIR}/../../../dev/aic7xxx/aic79xx_osm.h \ ${.CURDIR}/../../../dev/aic7xxx/aic79xx.seq .else -${GENSRCS}: +${GENSRCS}: .NOMETA @echo "Error: ${.TARGET} is missing. Run 'make ahdfirmware'." .endif