From 5fc14290a078216b765a8fc60d465b4cda71dea7 Mon Sep 17 00:00:00 2001 From: Franz Hsieh Date: Oct 02 2017 20:30:22 +0000 Subject: [PATCH 1/2] cleanup unnecessary subdir phony --- diff --git a/Makefile b/Makefile index 59a6345..3cc175a 100644 --- a/Makefile +++ b/Makefile @@ -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) From 41109140c48142036ab1354e3a73bec134395292 Mon Sep 17 00:00:00 2001 From: Franz Hsieh Date: Oct 04 2017 15:13:56 +0000 Subject: [PATCH 2/2] remove docs from SUBDIRS --- diff --git a/Makefile b/Makefile index 3cc175a..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)"