Skip to content
Snippets Groups Projects
Commit 684d37ee authored by benjamin.franksen's avatar benjamin.franksen
Browse files

test: fix Makefile to allow building if sources are read-only

parent d5f091c1
No related branches found
No related tags found
No related merge requests found
...@@ -128,6 +128,7 @@ $(COMMON_DIR)/vxTestHarness.db: $(REGRESSION_TESTS_WITH_DB:%=../%.db) ...@@ -128,6 +128,7 @@ $(COMMON_DIR)/vxTestHarness.db: $(REGRESSION_TESTS_WITH_DB:%=../%.db)
st.cmd: ../st.cmd.vxWorks ../makeStCmd.pl st.cmd: ../st.cmd.vxWorks ../makeStCmd.pl
$(RM) $@.tmp $(RM) $@.tmp
$(CP) ../st.cmd.vxWorks $@.tmp $(CP) ../st.cmd.vxWorks $@.tmp
$(PERL) -MExtUtils::Command -e chmod 644 $@.tmp
$(PERL) ../makeStCmd.pl $(REGRESSION_TESTS) >> $@.tmp $(PERL) ../makeStCmd.pl $(REGRESSION_TESTS) >> $@.tmp
$(MV) $@.tmp $@ $(MV) $@.tmp $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment