From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E609138334 for ; Mon, 10 Jun 2019 12:50:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39D01E07C9; Mon, 10 Jun 2019 12:50:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19F20E07C9 for ; Mon, 10 Jun 2019 12:50:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E98A2345B86 for ; Mon, 10 Jun 2019 12:50:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A4C760B for ; Mon, 10 Jun 2019 12:50:30 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1560169787.503044450b77a64949bb15d65d4d5ecfc2b3c2d0.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/qmerge/ X-VCS-Repository: proj/portage-utils X-VCS-Files: tests/qmerge/Makefile.in X-VCS-Directories: tests/qmerge/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 503044450b77a64949bb15d65d4d5ecfc2b3c2d0 X-VCS-Branch: master Date: Mon, 10 Jun 2019 12:50:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 115913fc-3a02-4eb3-b4de-c96429e9109f X-Archives-Hash: 525015dd4394043b19637b44e8e61cf3 commit: 503044450b77a64949bb15d65d4d5ecfc2b3c2d0 Author: Fabian Groffen gentoo org> AuthorDate: Mon Jun 10 12:29:47 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jun 10 12:29:47 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=50304445 buildsys: regenerate Signed-off-by: Fabian Groffen gentoo.org> tests/qmerge/Makefile.in | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/qmerge/Makefile.in b/tests/qmerge/Makefile.in index 274a0fe..77774dc 100644 --- a/tests/qmerge/Makefile.in +++ b/tests/qmerge/Makefile.in @@ -1395,8 +1395,6 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ this_subdir = tests/qmerge s = $(abs_top_srcdir)/$(this_subdir) -PKGDIR = $(s)/packages -PACKAGES = $(PKGDIR)/Packages all: all-am .SUFFIXES: @@ -1594,14 +1592,9 @@ uninstall-am: .PRECIOUS: Makefile -check-local: $(PACKAGES) +check-local: $(Q)$(s)/dotest -# Ignore failures to pass tests on non-Gentoo hosts. -# Hopefully we don't hit real failures on Gentoo systems ... -$(PACKAGES): $(wildcard $(PKGDIR)/*/*.tbz2) - PKGDIR=$(PKGDIR) emaint binhost -f || : - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: