aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2014-12-04 13:06:37 +0000
committerrhaas <rhaas@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2014-12-04 13:06:37 +0000
commitae01b64faa64624346befdc8f7afa11d86d07aeb (patch)
tree7e619d313bfb6c9e89ae2a3e03741de297dcf090
parentad3cab650c4aeddbe52cb3cda196517103224452 (diff)
tell make to pass along information for paralell build to build.sh
since we make the ExternalLibrary using a script build.sh, make does not recognize it as a sub-make and does not pass along the required env variables unless we prefix by "+" git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@66 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
-rw-r--r--src/make.code.deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.code.deps b/src/make.code.deps
index 0baf873..ac09800 100644
--- a/src/make.code.deps
+++ b/src/make.code.deps
@@ -9,4 +9,4 @@ export LORENE_INSTALL_DIR
$(CCTK_TARGET) $(OBJS) $(SRCS:%=%.d): $(SCRATCH_BUILD)/done/$(THORN)
$(SCRATCH_BUILD)/done/$(THORN): $(SRCDIR)/build.sh
- $(SRCDIR)/build.sh
+ +$(SRCDIR)/build.sh