Commits on Source (3)
-
rcg: fix module symvers discovery · bb564993
This makes discovery of the Module.symvers happen at model build time, instead of at build tree creation/configuration. A find_module_symvers script is included to find the Module.symvers file, and it's used in the RCG Makefile to find module symvers files at build time. This reverts the top-level configure script changes from 8c01de98, restoring the configure script and dropping the autoconf-generated configure step from the build setup.
bb564993 -
Merge branch 'fix-find-modsym' into 'master' · 62701b21Rolf Bork authored
rcg: fix module symvers discovery Closes #33 See merge request cds/advligorts!45
62701b21 -
2e67421b
Showing with 6381 additions and 115 deletions
- bootstrap +0 -6 0 additions, 6 deletionsbootstrap
- configure +6328 -0 6328 additions, 0 deletionsconfigure
- configure.ac +0 -106 0 additions, 106 deletionsconfigure.ac
- configure.in +10 -0 10 additions, 0 deletionsconfigure.in
- src/epics/util/Makefile.in +3 -3 3 additions, 3 deletionssrc/epics/util/Makefile.in
- src/epics/util/find_module_symvers +40 -0 40 additions, 0 deletionssrc/epics/util/find_module_symvers
bootstrap
deleted
100755 → 0
This diff is collapsed.
configure
0 → 100755
This diff is collapsed.
configure.ac
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.