Commit Graph

243 Commits

Author SHA1 Message Date
zimoch 4fc7241764 do not add + to test versions require_2_0_9 2015-10-09 15:56:50 +02:00
zimoch d3a3e4c420 add + only to dependencies with numeric versions 2015-10-09 15:25:01 +02:00
zimoch 46faa85042 environment variable changes: module_DB and module_VERSION new, TEMPLATES restored when not used by module 2015-10-09 14:35:38 +02:00
zimoch 24d00bbfa8 warn when re-installing test version 2015-10-09 14:15:45 +02:00
zimoch e31407fbda clear main user variables from potential 'environment pollution' 2015-10-07 17:35:55 +02:00
zimoch 92377f5d95 allow overwrite test versions but not numbered versions; handle SCRIPTS in subdirectories too; first approach on config and user interface files 2015-10-07 16:06:33 +02:00
zimoch 8339ce23f8 more detailed debug 2015-10-07 10:36:28 +02:00
zimoch 6ad5e16930 debug and error messages improved require_2_0_8 2015-10-06 13:46:06 +02:00
zimoch 9a7fbb4117 Do not forbid re-installation for the moment. Need to handle cross-Linux builds first 2015-09-30 17:00:16 +02:00
zimoch 7aaa821b79 handle tags like XXX_1_2_3 as well as 1.2.3 2015-09-24 14:35:42 +02:00
zimoch f8884535a1 fix for modules ending with a number 2015-09-23 16:13:11 +02:00
zimoch c4cd1c687c load misc early to have ! in startup scripts 2015-09-18 10:10:20 +02:00
zimoch 99c6cb29f2 formatting only 2015-09-15 17:30:59 +02:00
zimoch 521630b917 version as double makes no sense because ordering with multi-digit minor numebers will be wrong anyway 2015-09-15 17:24:47 +02:00
zimoch 5e6c208ab2 minor cleanup 2015-09-15 17:21:09 +02:00
zimoch 094f753bc1 build library only if we have code 2015-09-15 17:00:27 +02:00
zimoch ea0dcdca4a keep backward compatibility with old clean:: targets 2015-09-15 16:02:14 +02:00
zimoch 30c7c010ab support for manual dependencies require_2_0_7 2015-09-14 17:44:07 +02:00
zimoch 9ffd34e930 new policy: conflict between test versions and explicit versions, still no conflict between test versions and implicit loaded versions with + 2015-09-14 17:40:02 +02:00
zimoch fec8c28f25 bugfix in comparision between versions to load 2015-09-14 17:38:26 +02:00
zimoch acd3b8648d some variable renames and bugfixes 2015-09-11 13:58:37 +02:00
zimoch 09030ccfb5 doku updated 2015-09-11 13:57:59 +02:00
zimoch 6bbb202500 Allow EPICS version dependend scripts 2015-09-11 11:47:31 +02:00
zimoch 4e62d5faed Remove OS dependend DBDs. They would need DBD files in OS_CLASS or T_A dependend directories 2015-09-11 11:46:40 +02:00
zimoch 31fd08430c install path makes not much sense here. Maybe get one from the foreign module header include paths? 2015-09-08 17:40:30 +02:00
zimoch 0f3b45adf7 bugfix in stt to dbd file 2015-09-08 17:34:13 +02:00
zimoch ed53b7e1d3 keep . as first element of EPICS_DB_INCLUDE_PATH require_2_0_6 2015-09-08 15:38:29 +02:00
zimoch e78db6df7a Another fix for dbd files, this time generated files for snl 2015-09-08 15:11:58 +02:00
zimoch 8e90add4d4 Fix the dbd vpath (again). Problem: circ dep when src dbd file and project dbd file have the same name (even in different sub dir). 2015-09-07 17:44:26 +02:00
zimoch 4571158e12 complain for existing specific T_A only in order to allow installing other T_A (esp. EPICS_HOST_ARCH) later from other hosts 2015-09-07 17:42:31 +02:00
zimoch 39f94c9bc8 use osiFileName.h require_2_0_5 2015-08-28 15:09:58 +02:00
zimoch 8714074448 optimized EPICS_DB_INCLUDE_PATH setting 2015-08-28 14:22:43 +02:00
zimoch b0f278afb2 less versionstr magic 2015-08-28 10:34:15 +02:00
zimoch 3cb5e9a13c versionstr fix for empty versions require_2_0_4 2015-08-28 10:14:47 +02:00
zimoch 7339440d30 bugfix: handle case where loaded module has no version 2015-08-28 10:03:36 +02:00
zimoch c3c1c8f560 fix startup script and template install rules require_2_0_3 2015-08-27 16:59:33 +02:00
zimoch e9a8f6fc56 Problems with 3.14.8 when makefile name is not Makefile 2015-08-27 16:58:44 +02:00
zimoch e5535d04ad fix newline handling in startup script 2015-08-27 16:06:29 +02:00
zimoch 5a9389a265 typo require_2_0_2 2015-08-26 15:44:34 +02:00
zimoch 4befde5c3b dokumentation added 2015-08-26 15:41:08 +02:00
zimoch d871e659c0 makefile renamed for happy Windows 2015-08-26 14:34:52 +02:00
zimoch e29c9218f6 bugfix in require version search 2015-08-25 14:10:50 +02:00
zimoch 4ab56448dd bugfix: aold style versioned libs were missing the version string in the dbd file name 2015-08-25 13:55:59 +02:00
zimoch 6b0fbf4523 accidentally had require misc twice 2015-08-24 13:15:37 +02:00
zimoch ebdd06288c allow core dumps of ioc by default 2015-08-24 13:13:43 +02:00
zimoch 76e6b8fc83 cvs keywords removed, rm with -f, addresses quoted 2015-08-24 11:44:02 +02:00
zimoch 46cc62589d fix in include path search: only use those versions with have support for our EPICS version require_2_0_1 2015-08-21 14:32:31 +02:00
zimoch 02c157e910 help message improved 2015-08-21 09:42:18 +02:00
zimoch 8a51bf4b80 improved usage of default variables. tested on PC, Moxa, IFC 2015-08-20 18:00:23 +02:00
zimoch 2210abde88 use new library 'require' or old 'misc' 2015-08-20 11:57:39 +02:00