Draft: Build Reorganization Partial
Move to a more standard component build approach. Loose the mono-build.
Merge request reports
Activity
added 3 commits
-
cfa161e5...e25553c6 - 2 commits from branch
cds:master
- eeac494c - Merge branch 'master' into build_reorg
-
cfa161e5...e25553c6 - 2 commits from branch
added 1 commit
- 3ed63eed - Kernel build will copy files into build dir, so as not to pollute src tree
added 2 commits
added 1 commit
- 97a1dd36 - Also removing lines to deleted files in obj/src lists
- Resolved by Ezekiel Dohmen
- Resolved by Ezekiel Dohmen
We don't generate make/cmake files for the kernel/usp models anymore, however we do generate the environment. That file looks like a bunch a variables only with no references to source files. I didn't change the name of the perl scrips, but I do think that would be the correct path. So I'll do something like:
createKernelMakefile.pm -> createKernelModuleBuildEnv.pm createUserMakefile.pm -> createUserModuleBuildEnv.pm
As that is the new function of those scrips.