summaryrefslogtreecommitdiff
path: root/lib/make/make.configuration
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-05-15 08:11:00 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-05-15 08:11:00 +0000
commit8fb8d4b17c47728fd7d2a132b43fa085dca277f3 (patch)
tree60d89f0be4a5cfd7bed43b221a478759174e6308 /lib/make/make.configuration
parent7b7bb5ff4f3cc6220111bbea6821bd8a3dfdf83a (diff)
Removing the -j flag from calls to sub-makes unless the TJOBS or
FJOBS has been set. This resolves PR 351. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1664 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.configuration')
-rw-r--r--lib/make/make.configuration2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index 403b846e..8135a0bb 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -106,7 +106,7 @@ $(CCTK_LIBDIR)/lib%.a: update
cd $(BUILD_DIR)/$$thorn_name ; \
if [ -r "$$src_dir/Makefile" ] ; then make_file=$$src_dir/Makefile ; \
else make_file=$(MAKE_DIR)/make.thornlib ; fi ; \
- $(MAKE) TOP=$(TOP) SRCDIR=$$src_dir CONFIG=$(CONFIG) NAME=$@ THORN=$$thorn_name -f $$make_file -j $(FJOBS)
+ $(MAKE) TOP=$(TOP) SRCDIR=$$src_dir CONFIG=$(CONFIG) NAME=$@ THORN=$$thorn_name -f $$make_file $(FPARFLAGS)
@echo $(DIVIDER)