seoul: Patch executor/build_instructions.py

We need to specify the actual python version in the build_instructios.py
script too.
This commit is contained in:
Norman Feske 2013-05-13 14:34:39 +02:00
parent ae291b557d
commit 98cb023f1c

View File

@ -41,7 +41,7 @@ EXECUTOR_DIR = $(CONTRIB_DIR)/$(SEOUL)/executor
$(CONTRIB_DIR)/$(SEOUL)/.git: $(DOWNLOAD_DIR)/$(SEOUL)/.git
$(VERBOSE)git clone $(DOWNLOAD_DIR)/$(SEOUL) $(CONTRIB_DIR)/$(SEOUL)
@# fix python version in code generator scripts
$(VERBOSE)sed -i "s/env python2/env $(PYTHON2)/" $(I82576VF_DIR)/genreg.py
$(VERBOSE)sed -i "s/env python2/env $(PYTHON2)/" $(I82576VF_DIR)/genreg.py $(EXECUTOR_DIR)/build_instructions.py
@# call code generators
$(VERBOSE)cd $(EXECUTOR_DIR); \
./build_instructions.py > instructions.inc