Skip to content

Commit 19852dc

Browse files
committed
Dumped PATH
1 parent 7e5f6fd commit 19852dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/MRS/Makefile.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ define compile
109109
$(BUILD)/%/$(1)$(2): $(BUILD)/%/$(1)Makefile $(foreach l,$(4),$(BUILD)/%/$(l))
110110
rm -f $$@
111111
@echo Building $$@
112-
cd $$(@D); (source $(3) && module list)
112+
cd $$(@D); (source $(3) && module list && echo $$PATH)
113+
cd $$(@D); (source $(3) && module list && which ftn)
113114
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,^,$$@: ,'
114115
@test -f $$@ || exit 11
115116
endef

0 commit comments

Comments
 (0)