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 e591403 commit e5a1a2cCopy full SHA for e5a1a2c
env.sh
@@ -24,7 +24,3 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
24
export CMAKE_PREFIX_PATH="$(brew --prefix or-tools)"
25
fi
26
27
-# For Makefile environment
28
-if [ -n "\$MAKEFILE_ENV" ]; then
29
- PS1='\[\e[32m\]Makefile Environment \[\e[0m\] \w $ '
30
-fi
flow/Makefile
@@ -1050,7 +1050,7 @@ yosys:
1050
# Drop into a bash shell with all environment variables, useful for debugging
1051
.PHONY: bash
1052
bash:
1053
- export MAKEFILE_ENV=1; bash --init-file $(FLOW_HOME)/../env.sh
+ bash --init-file <(echo "PS1='\[\e[32m\]Makefile Environment \[\e[0m\] \w $ '")
1054
1055
.PHONY: all_defs
1056
all_defs : $(foreach file,$(RESULTS_ODB),$(file).def)
0 commit comments