From d66b9ed27d317098d48aaf06f5f65b3d1bb8d71c Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Oct 05 2017 14:36:40 +0000 Subject: PR#619: cleanup unnecessary subdir phony Merges #619 https://pagure.io/koji/pull-request/619 Fixes #495 https://pagure.io/koji/issue/495 --- diff --git a/Makefile b/Makefile index 59a6345..ec7ed43 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME=koji SPECFILE = $(firstword $(wildcard *.spec)) -SUBDIRS = hub builder koji cli docs util www plugins vm +SUBDIRS = hub builder koji cli util www plugins vm ifdef DIST DIST_DEFINES := --define "dist $(DIST)" @@ -82,9 +82,6 @@ test3: coverage html @echo Full coverage report in htmlcov/index.html -subdirs: - for d in $(SUBDIRS); do make -C $$d; [ $$? = 0 ] || exit 1; done - test-tarball: @rm -rf .koji-$(VERSION) @mkdir .koji-$(VERSION)