File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,5 +51,5 @@ $(BUILD_DIR_MODULE)/modules/forum_m.mod: $(BUILD_DIR_FORUM_BUILD)/build-complete
51
51
cp $(BUILD_DIR_FORUM_BUILD ) /build/$(notdir $@ ) $@
52
52
53
53
check :
54
- pushd test > /dev/null ; ../$(BUILD_DIR_FORUM_BUILD ) /build/test_order > ../$(CHECK_RESULTS ) ; popd > /dev/null
54
+ cd test ; ../$(BUILD_DIR_FORUM_BUILD ) /build/test_order > ../$(CHECK_RESULTS )
55
55
diff -b $(CHECK_RESULTS ) $(CHECK_RESULTS_GOLDEN )
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ build-data: $(BUILD_DIR_MODULE)/kap_input_data/ logT_points $(OBJ_OUT) | $(BUILD
134
134
cp condtable.data $(BUILD_DIR_MODULE)/data/kap_data/
135
135
136
136
$(BUILD_DIR_MODULE ) /AESOPUS_AGSS09.h5 : $(BUILD_DIR_MODULE ) /ags09/
137
- pushd $(BUILD_DIR_MODULE ) > /dev/null ; python $(CURDIR ) /AESOPUS/aesopus.py $(CURDIR ) /AESOPUS/AGSS09.yaml ; popd > /dev/null
137
+ cd $(BUILD_DIR_MODULE ) ; python $(CURDIR ) /AESOPUS/aesopus.py $(CURDIR ) /AESOPUS/AGSS09.yaml
138
138
139
139
build-aesopus : $(BUILD_DIR_MODULE ) /AESOPUS_AGSS09.h5
140
140
You can’t perform that action at this time.
0 commit comments