We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2cd12 commit 08116b2Copy full SHA for 08116b2
.testing/Makefile
@@ -282,7 +282,7 @@ $(BUILD)/%/MOM6: $(BUILD)/%/Makefile FORCE
282
283
# Target codebase should use its own build system
284
$(BUILD)/target/MOM6: $(BUILD)/target FORCE | $(TARGET_CODEBASE)
285
- $(MAKE) -C $(TARGET_CODEBASE)/.testing build/symmetric/MOM6
+ $(MAKE) -C $(TARGET_CODEBASE)/.testing WORKSPACE=. build/symmetric/MOM6
286
287
$(BUILD)/target: | $(TARGET_CODEBASE)
288
ln -s $(abspath $(TARGET_CODEBASE))/.testing/build/symmetric $@
0 commit comments