From owner-svn-src-head@freebsd.org Tue Jul 18 17:29:13 2017 Return-Path: Delivered-To: svn-src-head@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 D9424D9AB45; Tue, 18 Jul 2017 17:29:13 +0000 (UTC) (envelope-from ngie@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 A884B762DE; Tue, 18 Jul 2017 17:29:13 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6IHTC7e053731; Tue, 18 Jul 2017 17:29:12 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6IHTCkb053730; Tue, 18 Jul 2017 17:29:12 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201707181729.v6IHTCkb053730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Ngie Cooper Date: Tue, 18 Jul 2017 17:29:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r321138 - head/bin/dd/tests X-SVN-Group: head X-SVN-Commit-Author: ngie X-SVN-Commit-Paths: head/bin/dd/tests X-SVN-Commit-Revision: 321138 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2017 17:29:14 -0000 Author: ngie Date: Tue Jul 18 17:29:12 2017 New Revision: 321138 URL: https://svnweb.freebsd.org/changeset/base/321138 Log: Remove unnecessary make logic added in r319339 This makes the change cleaner and easier to backport to ^/stable/10. MFC after: now Modified: head/bin/dd/tests/Makefile Modified: head/bin/dd/tests/Makefile ============================================================================== --- head/bin/dd/tests/Makefile Tue Jul 18 17:16:58 2017 (r321137) +++ head/bin/dd/tests/Makefile Tue Jul 18 17:29:12 2017 (r321138) @@ -1,9 +1,5 @@ # $FreeBSD$ -.include - -.PATH: ${.CURDIR}/.. - ATF_TESTS_SH= dd2_test NETBSD_ATF_TESTS_SH= dd_test