summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-15 16:50:09 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-15 16:50:09 +0000
commit4fec7b8dfb0070c98ddda67a9bd2e9c567c974ad (patch)
tree4bdedf65886859196e0550be6ab7bf2d30420ee9 /Makefile
parentb4bfd4c2ca0e5020be2a4bec78efced3f66cadf5 (diff)
Adding check for non-existent configurations for
make <config>-sysinfo make <config>-bugreport This fixes PR 473. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1952 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 911e6350..835a0bc8 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.104 2000-12-13 12:22:18 goodale Exp $
+# @version $Id: Makefile,v 1.105 2000-12-15 16:50:09 goodale Exp $
# @@*/
##################################################################################
@@ -758,6 +758,11 @@ $(addsuffix -sysinfo,$(CONFIGURATIONS)):
$(PERL) ./lib/sbin/SystemInfo.pl $(@:%-sysinfo=%)
endif
+%-sysinfo:
+ @echo $(DIVIDER)
+ @echo Configuration $(@:%-sysinfo=%) does not exist.
+ @echo Getting system info aborted.
+
# Create bugreport
@@ -774,6 +779,11 @@ $(addsuffix -bugreport,$(CONFIGURATIONS)):
$(SHELL) ./lib/sbin/cctkbug -c $(CONFIGS_DIR)/$(@:%-bugreport=%)
endif
+%-bugreport:
+ @echo $(DIVIDER)
+ @echo Configuration $(@:%-bugreport=%) does not exist.
+ @echo Bugreport creation aborted.
+
# Make the users manuals
.PHONY: UsersGuide