218 Commits

Author SHA1 Message Date
zimoch 4ea28acf56 implement method to enforce exact minor release match 2018-10-26 15:10:20 +02:00
zimoch a3e3f882ac only use versions of other modules which exist for the current T_A 2018-10-24 16:31:25 +02:00
zimoch b51bc6c404 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-10-03 10:34:29 +02:00
zimoch 75f99b702a Allow arch dependent header files 2018-09-11 17:21:31 +02:00
zimoch f5560398a3 allow to build for EPICS major versions like 'make install.7' 2018-09-11 17:15:13 +02:00
zimoch 9c3bf1a7b9 fix more rules for parallel build 2018-08-07 16:10:48 +02:00
zimoch 8646394b84 fix for EPICS 7 2018-07-27 15:40:17 +02:00
zimoch 7cd7af5be3 enable parallel builds (with -j) 2018-07-27 15:35:17 +02:00
zimoch 9652c8dff4 add rule for arch dependent header files 2018-06-26 14:09:19 +02:00
zimoch 7768e1baa7 fix problem with 3.14.8 introduced in earlier commit 2018-06-05 13:34:34 +02:00
zimoch f9c072aee6 reading records from dbd files is too slow, instad filter source files 2018-05-30 16:18:11 +02:00
zimoch a53808f5b7 removed obsolete code 2018-05-30 11:33:17 +02:00
zimoch 0f94ff3460 change warning to info for duplicate dbd files 2018-05-30 11:27:04 +02:00
zimoch e269afb38b suppress "'rset' is deprecated" for all files except record support where this would cause an error 2018-05-30 11:23:19 +02:00
zimoch dbd7372fc6 Speed up make by searching include directories of other modules only once per EPICSVERSION 2018-05-29 17:43:53 +02:00
zimoch 39c31045a0 fix for 3.15+ to make sure that Record.h is created before Record.o is compiled 2018-05-29 17:31:38 +02:00
zimoch c2dfd7b932 use := assignment for all variables using $(shell ...) in order to minimize shell calls 2018-05-29 17:04:06 +02:00
zimoch ef38f49338 add IGNORE_MODULES to driver.makefile 2018-05-09 15:59:08 +02:00
zimoch b3bc2ac210 clear ENV and BASH_ENV variables to prevent users from overriding umask in their .bashrc files 2018-04-25 11:20:20 +02:00
zimoch 3ee8db4b43 make sure that install directory is created with group write rights 2018-01-03 09:56:44 +01:00
zimoch ab1def76f9 do not check explicitly for 3.14, 3.15, ... but for not 3.13 2017-08-30 09:39:41 +02:00
zimoch b2a20d2d72 fixes for 3.15 2017-08-21 17:56:20 +02:00
zimoch fda41f9acd change compiler flag -MMD back to -MD because some drivers use #include <...> for non-system headers which breaks dependency detection 2017-08-17 09:44:55 +02:00
zimoch 5223a20460 make SNC headers available 2017-08-15 17:49:05 +02:00
zimoch dd7405963f *Record.dbd in main dir was not found 2017-05-10 17:11:41 +02:00
zimoch e4328907a9 build with -MMD instead of -MD 2017-04-21 09:22:46 +02:00
zimoch 7675637b76 minor change 2017-04-20 13:43:51 +02:00
zimoch 09bb045b32 fix templates for older EPICS verions (remove alias, info, macro defaults 2017-04-19 11:50:47 +02:00
zimoch 162cb2e9ae install ui files with cp instead of install in order to preserve mode bits 2017-04-04 16:12:51 +02:00
zimoch 4c52c6a0b8 fix problems with versions like *.*.* where not all elements are numbers
fix problem with ui file names containing fancy characters like $(xxx)
2017-03-23 09:40:26 +01:00
zimoch 11c86a4772 fix for projects with the same name as a record 2017-03-21 14:04:34 +01:00
zimoch 8b2fa7cb72 change installui to always uninstall first 2017-03-02 17:07:03 +01:00
zimoch f27d19c9aa strip project name to allow spaces after definition 2017-02-21 15:17:03 +01:00
zimoch b7d68c5648 fix for posix header files 2017-01-26 17:40:23 +01:00
zimoch 930d2bd835 fix source header search path: consider os/${OS_CLASS} and os/default subdirs 2017-01-12 10:07:20 +01:00
zimoch 5b54dd34d5 fix bug introduced in last change: need to include SCRIPTS_<version> early 2017-01-12 08:59:52 +01:00
zimoch 75a092ea54 fix driver.makefile bugs: directory order for searching sources and headers must not be changed and source code files must not be listed twice 2017-01-10 12:07:42 +01:00
zimoch 976d10948c startup script updates 2016-10-05 16:41:29 +02:00
zimoch d712cdbce4 fix for compilers without explicit path 2016-08-18 10:12:24 +02:00
zimoch 138aa78776 typo 2016-08-08 09:38:35 +02:00
zimoch 857e782e2b help text updated 2016-08-05 10:52:06 +02:00
zimoch 6625dc5dbd can't use .PHONY because 3.13 uses :: instead of : 2016-08-04 17:33:57 +02:00
zimoch 0bd8b66e3b rules for installing UIs to central location 2016-08-04 17:14:47 +02:00
zimoch a4cffce68e if seq_VERSION is set, use it to find the snc program 2016-08-02 15:49:00 +02:00
zimoch 07876e01ab got wrong include path for manually added dependencies 2016-06-20 14:10:29 +02:00
zimoch 520b52594e add ui to vpath 2016-05-11 13:47:32 +02:00
zimoch d9bfeb9625 warn about depencies on old drivers 2016-05-11 13:45:16 +02:00
zimoch f3b64e7020 help line about module versions added 2016-05-06 15:11:22 +02:00
zimoch cfb6cb6801 fix user libs: they must come at the end 2016-05-06 14:42:12 +02:00
zimoch 1d2e6b158e fix for OBLA network: don't use WLHA settings 2016-04-14 08:47:51 +02:00