Subversion Repositories DevTools

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4064 4458 d 9 h dpurdie /shellbuild/trunk/src/ Invoke the worker script as a native program. Its a bash script so it will pick up bash.
The Ubuntu shell is a plain shell and does not support some of the constructs used in the worker script.
 
4057 4461 d 11 h ehutchis /shellbuild/trunk/ Change function format to be compliant on POSIX and not POSIX environments  
3848 4564 d 10 h bmyers /shellbuild/trunk/src/ added zip file support  
1497 4852 d 4 h bmyers /shellbuild/trunk/ DevTools/shellbuild: Checkin by Svn Import
Added Linux OS include path
 
1495 4947 d 6 h alewis /shellbuild/trunk/ DevTools/shellbuild: Checkin by Svn Import
Added support for appending a given suffix to the working directory allowing a single package to be built in multiple ways on a single platform.
 
1493 5109 d 2 h dpurdie /shellbuild/trunk/ DevTools/shellbuild: Checkin by Svn Import
Do not prepend the compiler path if it is already present in PATH. In particular do not prepend /usr/bin as this will prevent tools provided in packages (eg bison) from overriding local versions.
Corrects issues building the dtc package
 
1491 5215 d 7 h alewis /shellbuild/trunk/ DevTools/shellbuild: Checkin by Svn Import
Instead of copying the contents of the 'mods' directory create relative symlinks from the 'mods' directory to allow easier use with ClearCase.
 
1489 5495 d 6 h alewis /shellbuild/trunk/ DevTools/shellbuild: Checkin by Svn Import
When no download package is specified, don't create a custom working directory - just use the base source directory.
 
1487 5495 d 6 h alewis /shellbuild/trunk/ DevTools/shellbuild: Checkin by Svn Import
Fixed incorrect jats clobber processing.
 
1485 5495 d 6 h alewis /shellbuild/trunk/ DevTools/shellbuild: Checkin by Svn Import
Ensure that the working directory exists before launching the build script - this fixes an issue with building u-boot and some other packages that don't actually decompress a COTS tar archive and build that archive.
 
1483 5496 d 1 h alewis /shellbuild/trunk/ DevTools/shellbuild: Checkin by Svn Import
Added support for the Cobra compiler and libtool implementation for building user-land libraries.
Added support for partial building of packages.
Fixed an issue when building multiple targets in a single package resulted in failure of subsequent targets.
 
1481 5525 d 3 h thunter /shellbuild/trunk/ DevTools/shellbuild: Checkin by Svn Import
Added ARM926EJS (COBRA) support.
 
1479 5593 d 1 h alewis /shellbuild/trunk/ DevTools/shellbuild: Checkin by Svn Import
Allow custom .config files to be named VXP.config rather than ERG.config.
 
1477 6099 d 3 h dpurdie /shellbuild/trunk/ DevTools/shellbuild: Checkin by Svn Import
Provide variables to access local, bit,lib and include directory
Simplifies creation of Debian Packages
Allow work dir to be named - allows badly formed tar files to be used
 
1475 6112 d 1 h dpurdie /shellbuild/trunk/ DevTools/shellbuild: Checkin by Svn Import
Export CXXFLAGS too
Provide PKG_DIR as an absolute path
Better set of INCLUDE and LIBPATH directories
Corrected display of INCLUDE paths
Remove warnings when packaging debian files that are not in /afc
Cleanup generated debian build files
Place generated debian build files in a visible directory
Remove warnings when building a debain package
 
1473 5234 d 8 h dpurdie /shellbuild/trunk/ DevTools/shellbuild: Checkin by Svn Import
Remove EnvVars that affect build
Don't restore original EnvVars - the shell does that
 
1471 6148 d 1 h alewis /shellbuild/trunk/ DevTools/shellbuild: Checkin by Svn Import
Only applies patch files that end in the .patch extension.
 
1469 6230 d 7 h alewis /shellbuild/trunk/ DevTools/shellbuild: Checkin by Svn Import
Intermediate release for development collaberation with France and Brussels.
 
1467 6351 d 7 h alewis /shellbuild/trunk/ DevTools/shellbuild: Checkin by Svn Import
Initial release.