Skip to content

Commit

Permalink
tell make to pass along information for paralell build to build.sh
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rhaas committed Dec 4, 2014
1 parent ad3cab6 commit ae01b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/make.code.deps
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ae01b64

Please sign in to comment.