Commit Graph

18 Commits

Author SHA1 Message Date
msaitoh 73b5f8505b s/supress/suppress/ 2021-12-05 08:09:30 +00:00
christos fa0758113b Robustness fix: handle libraries that contain . in their basename. 2021-09-17 02:12:16 +00:00
christos 6619cb950e remove -'s from options 2013-02-17 02:36:21 +00:00
christos e2c5bb7811 Use $0 2013-02-17 01:26:47 +00:00
christos 33b31c0d79 modernize 2013-02-17 01:20:57 +00:00
martin 11a6dbe728 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
erh 8b8a7d2c39 Ignore (to devnull) errors from ls when no libraries are installed. 2000-07-22 16:04:57 +00:00
he 87788b7d50 No longer abuse the "minor" number in the shlib_version file to
optionally contain the "teeny" version number.  Instead, introduce
a separate optional "teeny" variable.  This corresponds to the change
in revision 1.171 of share/bsd.lib.mk.
2000-07-05 18:56:20 +00:00
he 91242b16a0 Pull down revision 1.5.2.1 to the trunk:
Handle use of "tiny" version numbers, to allow version bumps of
shared libraries on a release branch without reusing version numbers.
2000-07-03 17:22:20 +00:00
erh 9aa5adae3f Add comments describing what this does. 1999-11-05 20:16:56 +00:00
simonb f7abd76933 Remove trailing white space. 1999-07-02 15:12:15 +00:00
christos c64fd79137 portability fix. 1999-06-24 14:39:48 +00:00
simonb 5b354a5865 Allow the location of the shlib_version file to specified by the -v
flag.
1999-06-10 00:32:23 +00:00
christos 8e3f60f367 Make this work on a real bourne shell. 1999-03-16 18:57:31 +00:00
erh 006c21d420 Replace find with ls when looking for installed libraries to prevent subdirectories from being searched. (suggested by Hubert Feyrer) 1999-01-27 05:50:29 +00:00
hubertf c33036e1f4 add RCS ID 1999-01-27 00:02:55 +00:00
erh 792cde2d0d Add ability to use either a file or the sets files when checking library version numbers. Added -d, -s and -f flags for check dir, check sets and check file. Suggested by Simon Burge. 1998-11-12 05:39:45 +00:00
erh 7c323c9fa8 Add scripts to find any installed libraries whose version is greater than the source version (major, minor). "checkver" actually does this check. "checkvers" find all libraries (actually all shlib_version files) below the current directory and runs the checkver script for each one. 1998-11-07 09:36:54 +00:00