summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-03-12 17:55:32 +0100
committerMichael Stahl <mstahl@redhat.com>2012-03-12 18:30:36 +0100
commit5f86eca62fc53fbd9de2a6d74188116722bd9d62 (patch)
treeab033358603050297a2379eb4303be078bdae675 /Makefile
parent9365c975f8d2423c238961c0771ddeeae687f4cf (diff)
Makefile: add $(module).subsequentcheck targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f43fa3cf995a..4af389258ed5 100644
--- a/Makefile
+++ b/Makefile
@@ -254,6 +254,9 @@ $(1).all: bootstrap fetch
$(1).clean:
cd $(1) && $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) clean gb_PARTIALBUILD=T
+$(1).subsequentcheck:
+ cd $(1) && $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) subsequentcheck gb_PARTIALBUILD=T
+
$(1).deliver:
@true