diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-06-10 14:29:47 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-06-10 14:29:47 +0200 |
commit | 503044450b77a64949bb15d65d4d5ecfc2b3c2d0 (patch) | |
tree | 567b1f1fb19a727b8f498dbfdaeba601a9abb736 /tests | |
parent | tests/qmerge: drop unnecessary emaint call (diff) | |
download | portage-utils-503044450b77a64949bb15d65d4d5ecfc2b3c2d0.tar.gz portage-utils-503044450b77a64949bb15d65d4d5ecfc2b3c2d0.tar.bz2 portage-utils-503044450b77a64949bb15d65d4d5ecfc2b3c2d0.zip |
buildsys: regenerate
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qmerge/Makefile.in | 9 |
1 files changed, 1 insertions, 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: |