From a42b08ef5d18054390ea767f5e1dede3af0092b4 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 21 Jun 2004 11:09:45 +0000 Subject: Removed excessive spaces after '\' character. This fixes syntax errors for certain makefile targets. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3778 17b73243-c579-4c4c-a9d2-2d5706c11dac --- Makefile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a57007a8..7a980346 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # # @enddesc -# @version $Id: Makefile,v 1.159 2004-06-20 12:22:20 tradke Exp $ +# @version $Id: Makefile,v 1.160 2004-06-21 11:09:45 tradke Exp $ # @@*/ ################################################################################## @@ -582,7 +582,7 @@ $(addsuffix -delete,$(CONFIGURATIONS)): @echo $(DIVIDER) if test "x$(DELETE_CONFIRMATION)" = "xyes" ; then \ echo "Really delete configuration $(@:%-delete=%) (no)?";\ - read confirm rest; \ + read confirm rest; \ if test $$? -ne 0 ; then \ confirm='no'; \ fi; \ @@ -724,7 +724,7 @@ endif @echo Configuration $(@:%-config=%) does not exist.; if test "x$(PROMPT)" = "xyes" ; then \ echo Setup configuration $(@:%-config=%) \(yes\)?; \ - read yesno rest; \ + read yesno rest; \ if test $$? -ne 0 ; then \ yesno='no'; \ fi; \ @@ -737,10 +737,10 @@ endif if test -z "$(THORNLIST)" || (test -n "$(THORNLIST)" && test -r "$(THORNLIST_DIR)/$(THORNLIST)") ; \ then \ if ($(SETUP_ENV) $(PERL) -s $(SETUP) $(SETUP_OPTIONS) $(@:%-config=%)) ; then : ; else \ - echo "" ; \ - echo "Error creating configuration $(@:%-config=%)" ; \ - exit 2 ; \ - fi ; \ + echo "" ; \ + echo "Error creating configuration $(@:%-config=%)" ; \ + exit 2; \ + fi ; \ if test -n "$(THORNLIST)"; \ then \ cp $(THORNLIST_DIR)/$(THORNLIST) $(CONFIGS_DIR)/$(@:%-config=%)/ThornList;\ @@ -1128,7 +1128,7 @@ cvsdiff: downsize: @echo $(DIVIDER) @echo Remove flesh and thorn documentation \(\no\)? - read yesno rest; \ + read yesno rest; \ if test $$? -ne 0 ; then \ yesno='no'; \ fi; \ @@ -1138,7 +1138,7 @@ downsize: echo $(DIVIDER) ; \ fi @echo Remove thorn testsuites \(\no\)? - read yesno rest; \ + read yesno rest; \ if test $$? -ne 0 ; then \ yesno='no'; \ fi; \ @@ -1148,7 +1148,7 @@ downsize: echo $(DIVIDER) ; \ fi @echo Remove all configurations \(\no\)? - read yesno rest; \ + read yesno rest; \ if test $$? -ne 0 ; then \ yesno='no'; \ fi; \ @@ -1165,7 +1165,7 @@ downsize: @echo "Cactus - version: $(CCTK_VERSION)" if test "x$(PROMPT)" = "xyes" ; then \ echo Setup configuration $@ \(yes\)?; \ - read yesno rest; \ + read yesno rest; \ if test $$? -ne 0 ; then \ yesno='no'; \ fi; \ -- cgit v1.2.3