479 Commits

Author SHA1 Message Date
zimoch 24c1669883 allow to disable EPICS versions with /usr/local/epics/ignore file 2.9.2 2019-08-12 14:18:55 +02:00
zimoch c6b5ce378c Remove boot info upload from iocsh. It's now done by the iocinfo module. 2019-07-31 10:20:45 +02:00
zimoch afd5f88794 fix problem with explicitly given dependencies and/or versions of other modules 2019-07-16 15:55:04 +02:00
zimoch 2ecb0eb4a2 add / at end of db paths 2019-07-04 10:55:26 +02:00
zimoch 89e48d8df3 support for git submodules added 2019-05-15 14:05:35 +02:00
zimoch 062af47fc9 allow to set EPICS version in a file, either ./EPICSVERSION or ./cfg/EPICSVERSION 2019-05-07 17:35:19 +02:00
zimoch 2f9a33e732 remove warning on 3.14.8 concerning libraries 2019-04-26 15:11:06 +02:00
zimoch 31e816d24a fix overwritten MKDIR macro 2019-04-24 16:19:06 +02:00
zimoch 2fb1b56725 some more debug infos 2019-04-24 09:34:21 +02:00
zimoch 7110694a76 fix typos 2019-04-24 09:30:33 +02:00
zimoch 50af240acf unused code removed 2019-04-24 09:29:03 +02:00
zimoch 2c8042b832 fix problem with 3.14.8 vxWorks 2019-04-24 09:27:08 +02:00
zimoch c9b3c7ec66 IGNORE_MODULES was exported too late to take effect 2018-12-20 14:06:01 +01:00
zimoch 46c6573a03 make sure 'seq' is required when building 3.13 snl code 2.9.1 2018-12-14 16:45:43 +01:00
zimoch a7c6694cad leave snl C-code compilation to EPICS because rules change between versions 2018-12-14 16:39:18 +01:00
zimoch 7afa3096b0 Use pvAccess enabled version if available 2018-12-12 13:35:09 +01:00
zimoch c6ea588dbf fix wrong logic for old compiler detection resulting in missing dependencies 2018-12-11 14:35:01 +01:00
zimoch a720d1e0eb strip spaces from user defined versions of other drivers 2018-12-11 14:33:40 +01:00
zimoch cf9eb75a9a fix problem with dependenies on test versions with dots in the name 2018-12-07 15:53:38 +01:00
zimoch a573122717 terminate template directory with slash 2018-12-07 11:40:15 +01:00
zimoch f4f08e3d40 add SHRLIBS variable for 3rd party shared libraries to be installed 2018-12-07 11:39:40 +01:00
zimoch 2439791953 commit 15bd43 broke detection of test versions 2.9.0 2018-11-19 11:07:54 +01:00
zimoch 120c1e65ea commit 0c82755 broke creation of dependency files for 3.14.8 2018-11-19 11:06:09 +01:00
zimoch 23a9e8bea6 support for exact version number match 2018-11-07 11:19:19 +01:00
zimoch 0871279415 implement method to enforce exact minor release match 2018-11-07 11:19:11 +01:00
zimoch 912cccdbd3 remove warning in 3.16+ 2018-11-07 11:18:55 +01:00
zimoch bd63a2431d only use versions of other modules which exist for the current T_A 2018-11-07 11:18:44 +01:00
zimoch 0c82755013 For newer compilers (not vxWorks 5) don't include system headers in .d files in order to avoid problems when cross-compiling for older Linux hosts 2018-11-07 11:12:52 +01:00
zimoch 592517cc9c Allow arch dependent header files 2018-11-07 11:12:45 +01:00
zimoch b4f9d5648e allow to build for EPICS major versions like 'make install.7' 2018-11-07 11:12:36 +01:00
zimoch 786df641bf fix more rules for parallel build 2018-11-07 11:12:30 +01:00
zimoch 35086c76cf fix for EPICS 7 2018-11-07 11:12:23 +01:00
zimoch 5cb085b068 enable parallel builds (with -j) 2018-11-07 11:12:17 +01:00
zimoch 90348614d5 save and restore MODULE and MODULE_DIR after running a script, because that script may have called require 2018-11-07 11:12:10 +01:00
zimoch 19971d6cf1 add rule for arch dependent header files 2018-11-07 11:11:56 +01:00
zimoch 989b62528d fix problem with 3.14.8 introduced in earlier commit 2018-11-07 11:11:49 +01:00
zimoch 134aed5a5e reading records from dbd files is too slow, instad filter source files 2018-11-07 11:11:41 +01:00
zimoch 0254e3f65a removed obsolete code 2018-11-07 11:11:29 +01:00
zimoch 30d73e498a change warning to info for duplicate dbd files 2018-11-07 11:11:15 +01:00
zimoch 2d7dcf7403 suppress "'rset' is deprecated" for all files except record support where this would cause an error 2018-11-07 11:10:59 +01:00
zimoch 35a58b0ea2 Speed up make by searching include directories of other modules only once per EPICSVERSION 2018-11-07 11:10:52 +01:00
zimoch 190c4de3f8 fix for 3.15+ to make sure that Record.h is created before Record.o is compiled 2018-11-07 11:10:41 +01:00
zimoch 15bd43aa1e use := assignment for all variables using $(shell ...) in order to minimize shell calls 2018-11-07 11:10:32 +01:00
zimoch ed1dce1073 fixed problem when CONFIG_BASE_VERSION could not be found 2018-11-07 11:10:10 +01:00
zimoch 0660e580a9 add IGNORE_MODULES to driver.makefile 2018-11-07 11:09:49 +01:00
zimoch 03d1c8755c bugfix for empty variable assignment require_2_6_2 2018-04-27 16:53:33 +02:00
zimoch 9811057bea fix problem with -0.x numbers: digits followed by . is not an integer require_2_6_1 2018-04-27 10:57:33 +02:00
zimoch b3bc2ac210 clear ENV and BASH_ENV variables to prevent users from overriding umask in their .bashrc files require_2_6_0 2018-04-25 11:20:20 +02:00
zimoch de6e075ed5 testscript fix and update 2018-04-25 11:19:26 +02:00
zimoch 864a23a086 test script for expressions added 2018-04-24 14:59:14 +02:00