summaryrefslogtreecommitdiff
path: root/steps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'steps.mk')
-rw-r--r--steps.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/steps.mk b/steps.mk
index a89a757..6cb28db 100644
--- a/steps.mk
+++ b/steps.mk
@@ -19,11 +19,11 @@ CT_STEPS := libc_check_config \
$(CT_STEPS):
@$(CT_NG) RESTART=$@ STOP=$@ build
-$(patsubst %,-%,$(CT_STEPS)):
- @$(CT_NG) STOP=$(patsubst -%,%,$@) build
+$(patsubst %,+%,$(CT_STEPS)):
+ @$(CT_NG) STOP=$(patsubst +%,%,$@) build
-$(patsubst %,%-,$(CT_STEPS)):
- @$(CT_NG) RESTART=$(patsubst %-,%,$@) build
+$(patsubst %,%+,$(CT_STEPS)):
+ @$(CT_NG) RESTART=$(patsubst %+,%,$@) build
help-build::
@echo ' liststeps - List all build steps'