Commit 93ae5782 authored by Pavel Vainerman's avatar Pavel Vainerman

Попытка решить проблемму многопоточной компиляции

parent 6871f110
...@@ -19,6 +19,8 @@ clean-local: ...@@ -19,6 +19,8 @@ clean-local:
rm -rf $(COVERAGE_REPORT_DIR) rm -rf $(COVERAGE_REPORT_DIR)
rm -rf *_SK.* rm -rf *_SK.*
BUILT_SOURCES = TestObject_SK.cc TestObject.h
TestObject_SK.cc TestObject.h: testobject.src.xml TestObject_SK.cc TestObject.h: testobject.src.xml
$(UNISET_CODEGEN) -l $(top_builddir)/Utilities/codegen -n TestObject --topdir $(top_builddir)/ --ask --no-main testobject.src.xml $(UNISET_CODEGEN) -l $(top_builddir)/Utilities/codegen -n TestObject --topdir $(top_builddir)/ --ask --no-main testobject.src.xml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment