Subversion Repositories DevTools

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
5995 3372 d 13 h dpurdie /core_devl/trunk/ [JATS-406] dependency generation fails when building linux_drivers_viper
Fixed an issue in JATS' mkdepend utility. Detect attempts to divide and mod by zero and generate an error and not a program fault.
 
5659 3547 d 14 h dpurdie /core_devl/trunk/ Cleanup of C code after running static analysis tools.  
4160 4288 d 18 h dpurdie /core_devl/trunk/UTILS/MKDEPEND/src/ Change the name of the getline function to avoid conflict under recent versions of glibc  
333 5621 d 13 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:

Minor changes:
* Dependency Generation Tool - mkdepend
Correct a problem encountered when the name of an included file
matches the name of a subdirectory within the include search path
resulting in multiple builds.

* SOLARIS and LINUX toolsets
Corrected problem in dependency tracking of shared libraries
Dependency between shared librares was not being used at all.

Only affected Solaris and Linux builds