Move construct_makefile.py into the scripts directory

This commit is contained in:
Rupert Swarbrick 2022-04-13 14:35:03 +01:00 committed by Rupert Swarbrick
parent 60a04fdc3c
commit cb0c81a76f
2 changed files with 2 additions and 2 deletions

View file

@ -327,7 +327,7 @@ $(metadata)/.instr_gen.run.stamp: \
--debug $(INSTR_GEN_RUN_COMMANDS) # Write all the commands to execute into here...
@ # Construct the sub-makefile from the commands, then call it
@sed -i $(REGEX_EMPTY_LINES) $(INSTR_GEN_RUN_COMMANDS)
$(verb)./construct_makefile.py \
$(verb)./scripts/construct_makefile.py \
--output=$(OUT-SEED)/instr_gen/run.mk \
--test_cmds=$(INSTR_GEN_RUN_COMMANDS) \
--discard_stdstreams
@ -384,7 +384,7 @@ $(metadata)/.iss.run.stamp: \
--debug $(ISS_COMMANDS) # Write all the commands to execute into here...
@ # Construct the sub-makefile from the commands, then call it
@sed -i $(REGEX_EMPTY_LINES) $(ISS_COMMANDS)
$(verb)./construct_makefile.py \
$(verb)./scripts/construct_makefile.py \
--output=$(OUT-SEED)/instr_gen/iss.mk \
--test_cmds=$(ISS_COMMANDS)
@$(MAKE) -s -f $(OUT-SEED)/instr_gen/iss.mk all