From owner-svn-src-projects@freebsd.org Thu Aug 3 18:07:02 2017 Return-Path: Delivered-To: svn-src-projects@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 86C1BDCB873 for ; Thu, 3 Aug 2017 18:07:02 +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 50C3A65142; Thu, 3 Aug 2017 18:07:02 +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 v73I71T5063170; Thu, 3 Aug 2017 18:07:01 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v73I71Of063169; Thu, 3 Aug 2017 18:07:01 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201708031807.v73I71Of063169@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Ngie Cooper Date: Thu, 3 Aug 2017 18:07:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r322024 - projects/make-check-sandbox/lib/libxo/tests X-SVN-Group: projects X-SVN-Commit-Author: ngie X-SVN-Commit-Paths: projects/make-check-sandbox/lib/libxo/tests X-SVN-Commit-Revision: 322024 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2017 18:07:02 -0000 Author: ngie Date: Thu Aug 3 18:07:01 2017 New Revision: 322024 URL: https://svnweb.freebsd.org/changeset/base/322024 Log: MFhead@r322023 Modified: projects/make-check-sandbox/lib/libxo/tests/Makefile Directory Properties: projects/make-check-sandbox/ (props changed) Modified: projects/make-check-sandbox/lib/libxo/tests/Makefile ============================================================================== --- projects/make-check-sandbox/lib/libxo/tests/Makefile Thu Aug 3 17:53:14 2017 (r322023) +++ projects/make-check-sandbox/lib/libxo/tests/Makefile Thu Aug 3 18:07:01 2017 (r322024) @@ -242,13 +242,8 @@ PROGS+= test_11 CFLAGS+= -I${LIBXOSRC}/libxo -I${.CURDIR:H} -LIBADD= xo util +LIBADD= xo util SUBDIR+= encoder - -.if ${MACHINE} == "host" -# make it easy to test without install -TESTSDIR= ${.OBJDIR} -.endif .include