Skip to content

Commit

Permalink
Fixed path to /env
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft committed Oct 21, 2024
1 parent db0a451 commit 7e5f6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/MRS/Makefile.build
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ define compile
$(BUILD)/%/$(1)$(2): $(BUILD)/%/$(1)Makefile $(foreach l,$(4),$(BUILD)/%/$(l))
rm -f $$@
@echo Building $$@
(source $(3) && module list)
cd $$(@D); (source $(3) && module list)
cd $$(@D); (source $(3) && $(MAKE) NETCDF=3 $$(call make_args, $$(call fms_mode, $$@)) $(EXTRA_MAKE_ARGS) $$(@F) $(LOG)) 2>&1 | grep -v "#10121:" | sed 's,^,$$@: ,'
@test -f $$@ || exit 11
endef
Expand Down

0 comments on commit 7e5f6fd

Please sign in to comment.