Rev 6353 |
Rev 6403 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 6387 2018-03-27 03:35:00
- Author: dpurdie
- Log message:
- Minor changes:
* New Directives:
PackageDir - Packages an entire directory tree
Can be used to package generated components - unlike
PackageFile with the --DirTree option, which will only package
files present when the makefile is generated.
InstallDir - Installs an entire directory tree
* Makefile directive - RunTest
Added --Dir=(path) option to allow paths to tests to be massaged
as required.
* Build Alias for LMOS based platforms
Corrected the generation of internal alias for LMOS based platforms
In particular PKG_DEB.
Internal:
* Makefile generation.
Sped up directory searching over large number of items.
UniquePush is slow for large items.
* Add helper routine to assist in creation of plugins
AddToSrc() - Like Src, but will only process one file if not already known
* Src directive. Add --IgnoreDup option. Suppress warnings on duplicate adds
* Extended 'jats_runtime' to support PackageDir