diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-03-12 17:55:32 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-03-12 18:30:36 +0100 |
commit | 5f86eca62fc53fbd9de2a6d74188116722bd9d62 (patch) | |
tree | ab033358603050297a2379eb4303be078bdae675 /Makefile | |
parent | 9365c975f8d2423c238961c0771ddeeae687f4cf (diff) |
Makefile: add $(module).subsequentcheck targets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |