From 88bd58c546d70805d02a43d51a1640fb398aa5be Mon Sep 17 00:00:00 2001 From: goodale Date: Wed, 19 May 2004 09:53:23 +0000 Subject: Changed to using the cygwin version of Perl under cygwin. This has the translation of CCTK_HOME to a windows format from the master Makefile, and forced the addition of a new Make macro TRANSLATE_DIRS which is used in various places in Make to translate things like /cygwin/f/... into f:\... This is a 'call'able macro in Make, and defaults to $(1). There is a new subroutine in RunTestUtils which serves the same purpose. This change should not affect anyone not using Cactus on Windows. If you are using Windows you will need to reconfigure, making sure that the Perl you use is the cygwin one and not the ActiveState one. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3742 17b73243-c579-4c4c-a9d2-2d5706c11dac --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 76f03f41..5ace68e8 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # # @enddesc -# @version $Id: Makefile,v 1.153 2004-05-13 21:11:47 goodale Exp $ +# @version $Id: Makefile,v 1.154 2004-05-19 09:53:23 goodale Exp $ # @@*/ ################################################################################## @@ -187,7 +187,7 @@ DIVEL = __________________ DIVIDER = $(DIVEL)$(DIVEL)$(DIVEL)$(DIVEL) # Work out where we are -export CCTK_HOME := $(shell pwd | sed 's,^/cygdrive/\(.\)/,\1:/,' | sed 's,^//\(.\)/,\1:/,' ) +export CCTK_HOME := $(shell pwd) # Work out where the configuration directory is -- cgit v1.2.3