Skip to content

Commit

Permalink
share the PYTHON_CMD to pyDevSup source
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghanlee committed Aug 28, 2024
1 parent c42759d commit 994dc88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configure/RULES_MODS_CONFIG
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,15 @@ conf.ether_ip.show: conf.release.modules.show


conf.pyDevSup:
@echo "INSTALL_LOCATION:=$(INSTALL_LOCATION_PYDEVSUP)" > $(TOP)/$(SRC_PATH_PYDEVSUP)/configure/CONFIG_SITE.local
@echo "INSTALL_LOCATION:=$(INSTALL_LOCATION_PYDEVSUP)" > $(TOP)/$(SRC_PATH_PYDEVSUP)/configure/CONFIG_SITE.local
@$(PYTHON_CMD) $(TOP)/$(SRC_PATH_PYDEVSUP)/makehelper.py >> $(TOP)/$(SRC_PATH_PYDEVSUP)/configure/CONFIG_SITE.local
@echo "PYTHON:=$(PYTHON_CMD)" > $(TOP)/$(SRC_PATH_PYDEVSUP)/configure/RELEASE.local

conf.pyDevSup.show: conf.release.modules.show
@echo "cat -b $(TOP)/$(SRC_PATH_PYDEVSUP)/configure/CONFIG_SITE.local"
cat -b $(TOP)/$(SRC_PATH_PYDEVSUP)/configure/CONFIG_SITE.local
@echo "cat -b $(TOP)/$(SRC_PATH_PYDEVSUP)/configure/RELEASE.local"
cat -b $(TOP)/$(SRC_PATH_PYDEVSUP)/configure/RELEASE.local


conf.pcas:
Expand Down

0 comments on commit 994dc88

Please sign in to comment.