summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-07 16:25:10 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-07 16:25:10 +0000
commitb1f7a568b2292bd1d8d6f065a4000518e37f386f (patch)
tree6c7585a940534ffc89412cb5d7e9fe0fa0a212ba /lib
parentd92f5400d1d38084d69c04c3695603ff9521025d (diff)
Now compiles the flesh out of the box 8-)
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1441 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/make/known-architectures/superux7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/make/known-architectures/superux b/lib/make/known-architectures/superux
index 298b9600..0831f569 100644
--- a/lib/make/known-architectures/superux
+++ b/lib/make/known-architectures/superux
@@ -6,7 +6,7 @@
# @desc
# Known architecture stuff for the SX-5
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/superux,v 1.5 2000-03-06 18:46:21 goodale Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/superux,v 1.6 2000-03-07 16:25:10 goodale Exp $
# @@*/
if test "$CCTK_CONFIG_STAGE" = "preferred-compilers" ; then
@@ -26,4 +26,9 @@ else
: ${F_DEPEND_OUT='>/dev/null 2>$(basename $(@)).d; $(PERL) -pi -e "s,^,$(basename $(@)).o $(basename $(@)).d : ,; print $_ if (! m:mismatch:) " $(basename $(@)).d'}
: ${F77_DEPEND_OUT='>/dev/null 2>$(basename $(@)).d; $(PERL) -pi -e "s,^,$(basename $(@)).o $(basename $(@)).d : ,; print $_ if (! m:mismatch:) " $(basename $(@)).d'}
+ : ${CXX_WORKING_NAME='$(notdir $<).C'}
+
+
+ : ${CXX_POSTPROCESSING='cp $(SCRATCH_BUILD)$(DIRSEP)$(notdir $@) .'}
+
fi