summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-10-23 23:19:42 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-10-23 23:19:42 +0000
commitcfd4ef58bdb2337e1791ecbc007b13cb90576792 (patch)
tree55d332040b99c08edcc601aa538d58598b6e8403 /Makefile
parent5eb403f6d3c774fe8da595eeaba3d1b8aded9614 (diff)
remove outdated 'cctkbug' script along with the corresponding make rule, see #1127
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4888 17b73243-c579-4c4c-a9d2-2d5706c11dac
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
###############################################################################