summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/Makefile b/Makefile
index 04b27490..8a2ff3c4 100644
--- a/Makefile
+++ b/Makefile
@@ -1004,26 +1004,6 @@ endif
@echo Getting system info aborted.
-# Create bugreport
-
-.PHONY: bugreport
-
-bugreport:
- $(SHELL) ./lib/sbin/cctkbug
-
-
-ifneq ($strip($(CONFIGURATIONS)),)
-.PHONY: $(addsuffix -bugreport,$(CONFIGURATIONS))
-
-$(addsuffix -bugreport,$(CONFIGURATIONS)):
- $(SHELL) ./lib/sbin/cctkbug -c $(CONFIGS_DIR)/$(@:%-bugreport=%)
-endif
-
-%-bugreport:
- $(NOTIFY_DIVIDER)
- @echo Configuration $(@:%-bugreport=%) does not exist.
- @echo Bugreport creation aborted.
-
###############################################################################
# Documentation targets
###############################################################################