summaryrefslogtreecommitdiff
path: root/Makefile.top
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-10-04 16:20:22 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-10-04 16:33:44 +0200
commit0d5a0d42d9104ef6422ba7078f2449dee865e206 (patch)
tree51593f5cbbad1017ff21a62fdd5d0d17dc3555f6 /Makefile.top
parenta20f9a410fdd3f776f870434bc39219d5fc64b40 (diff)
add module targets to .PHONY
Change-Id: Idb83964f4a772eee42f3f24e4b43cbd903b0ff82
Diffstat (limited to 'Makefile.top')
-rw-r--r--Makefile.top2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.top b/Makefile.top
index b3937aee1357..c1fc74429040 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -255,7 +255,7 @@ zlib\
export gb_TAILBUILDTARGET=all slowcheck
define gbuild_module_rules
-.PHONY: $(1) $(1).all $(1).clean $(1).deliver
+.PHONY: $(1) $(1).all $(1).check $(1).clean $(1).subsequentcheck $(1).deliver
$(1): bootstrap fetch
cd $(1) && $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) gb_PARTIALBUILD=T