Subversion Repositories DevTools

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
341 5520 d 17 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
* DEVI-059977: 64-bit Solaris libraries try to link against 32-bit libs
The 64-bit Solaris build will no longer attempt to consume 32-bit libraries
or header files.

* New tool update_release
Extracts current package version list from Deployment Manager SBom(s)
and copy resultant packages to release specific directory.

Use 'jats man update_release' for full details

* New tool ccmerge_build
Merge an autobuilt build.pl file back to the parent branch
and leave the resultant file checked out.

Use 'jats man ccmerge_build' for full details

* Jats Sandbox command
Improved operation of 'sandbox all' and packages that use
BuildPkgArchive.

* GCC and SUNWORKS tools
Allow shlib dependency generation to be displayed in verbose mode
 
325 5712 d 19 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Minor changes:
* jats label command - Renaming a label
Address issue when renaming a label when the current ClearCase view is
based on the label. All operation after the rename must specify the VOB
name as ClearCase may no longer be able to determine the VOB.

* Better handling of .lnk files used within sandboxes and local package
archives. Now strip all trailing white space correctly

* Jats Sandbox stop files
Added 'stop.<GBE_MACHTYPE>' stop files to better support multi
platform builds.

* Makefile rebuild test correctly locates interface directory in
cases where the source directory is above the build file in the
directory tree.

* New command: jats man
Produces full help on a specified item.
 
323 5756 d 13 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* New Utility: upddep - Update Dependencies
This utility will update the dependencies in a build.pl file to be
consistent with those of a given Release Manager Release. This simplifies
the operation of maintain build files during development.

It will create an 'auto.pl' file, which JATS uses in preference to a
build.pl file. DO NOT check this file in.

See: 'jats upddep -help' - For brief help
'jats upddep -man' - For full manual

Examples:
jats upddep -show
jats upddep -show=vtk
jats upddep -rtag=6684

* MicroTec Compiler toolset
When creating a ShardLibrary (THX) report missing libraries before
compiling the objects that go into the THX.

This ensures that the error messages the describe the missing library
can be seen and are not masked by the building of the objects.