File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -744,5 +744,5 @@ print-% : ; @echo $* = $($*)
744744# Utilities
745745# -------------------------------------------------------------------------------
746746include $(UTILS_DIR ) /utils.mk
747- export PRIVATE_DIR = ../../private_tool_scripts
747+ export PRIVATE_DIR ? = ../../private_tool_scripts
748748-include $(PRIVATE_DIR ) /private.mk
Original file line number Diff line number Diff line change @@ -42,8 +42,12 @@ if [ -z "${PRIVATE_DIR+x}" ]; then
4242 PRIVATE_DIR=" ../../private_tool_scripts"
4343fi
4444
45- if [ -f " $PRIVATE_DIR /util/utils.mk" ]; then
45+ if [ -f " $PRIVATE_DIR /util/utils.mk" ] && [ ! -z ${RUN_CALIBRE+x} ] ; then
4646 $__make calibre_drc
4747fi
4848
49+ if [ -f " $PRIVATE_DIR /openRoad/private.mk" ] && [ ! -z ${SAVE_TO_METRICS_DB+x} ]; then
50+ $__make save_to_metrics_db
51+ fi
52+
4953exit $ret
You can’t perform that action at this time.
0 commit comments