From cfd4ef58bdb2337e1791ecbc007b13cb90576792 Mon Sep 17 00:00:00 2001 From: knarf Date: Tue, 23 Oct 2012 23:19:42 +0000 Subject: 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 --- Makefile | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'Makefile') 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 ############################################################################### -- cgit v1.2.3