summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-01-10 14:42:07 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2013-01-10 14:43:33 +0100
commitca6aefe0839286515c6874b917e980eaa6d03282 (patch)
treeb757a8e64f43fa34ea3e91f8593471c4054a91c0
parent26637fe8f241c6ae00f8fdcd5d2a647c7c3cb411 (diff)
these are phony targets
Change-Id: I6de7842d5f03c6df5bffefdf77a90b5efee2fc78
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3ed0cdd7630a..d114d8104bf2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -422,6 +422,7 @@ check: dev-install subsequentcheck
subsequentcheck :| $(if $(filter-out subsequentcheck,$(MAKECMDGOALS)),dev-install)
$(GNUMAKE) -j $(CHECK_PARALLELISM) $(GMAKE_OPTIONS) -f $(SRC_ROOT)/Makefile.post $@
+.PHONY : unitcheck slowcheck debugrun translations
unitcheck slowcheck debugrun translations:
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRC_ROOT)/Makefile.post $@