aboutsummaryrefslogtreecommitdiff
path: root/lib/depend.sh
AgeCommit message (Expand)Author
2016-04-20Merge branch using an array into master. Address comments from patchset 4.Rob Savoye
2016-02-25Add dejagnu version handling on the command line.Yvan Roux
2015-09-09Move downloading and installing the win32 python files.Rob Savoye
2015-08-07Install mingw python files into the destdir so they get packaged in a binary ...Rob Savoye
2015-08-03Merge "Make GDB build the python support by default."Ryan Arnold
2015-08-03Make GDB build the python support by default.Rob Savoye
2015-07-29lib/depend.sh: Select correctly matching file in md5sums file rather than the...Ryan S. Arnold
2014-12-23don't put infrastructure in the pathRob Savoye
2014-09-10if make 4.0 is already installed, don't buikd it as part of infrastructureRob Savoye
2014-03-03add GPLv3 copyright blockRob Savoye
2014-02-04lib/depend.sh: Remove built() because it is not used.Ryan S. Arnold
2013-12-03Finish git parser refactoring, use stamp functions, complete dryrun wrapping.Ryan S. Arnold
2013-11-05get the latest for dejagnu from the conf fileRob Savoye
2013-10-10Remove unneeded infrastructure/md5sums fragment from scripts.Ryan S. Arnold
2013-09-26make directories in path names optionalRob Savoye
2013-09-15add timestamps for the various stages to speed up repeat bui;ds. Make most va...Rob Savoye
2013-09-13add trace as debug aidRob Savoye
2013-09-06don't install kernel headers for native buildRob Savoye
2013-09-05add blank lines to improve readabilityRob Savoye
2013-09-04add built function that checks for a component being in the build treeeRob Savoye
2013-09-01arg, fix linux header test againRob Savoye
2013-09-01fix typosRob Savoye
2013-09-01improve test for not installing kernel headers for nativeRob Savoye
2013-09-01Don't build linux headers for native builds.Rob Savoye
2013-08-29all sub directories now have md5sums fileRob Savoye
2013-08-16Add support for Makefile style variable to change component versionsRob Savoye
2013-08-06use build() instead of code duplication when building infrastructureRob Savoye
2013-07-31Prepend target when looking for executbles.Rob Savoye
2013-07-26process component dependencies, add function to see if they are already insta...Rob Savoye
2013-07-22add functions to list dependencies for a toolchain component and to see if th...Rob Savoye
2013-06-10rename configure() function to be configure_build() to be more clear.Rob Savoye
2013-05-31egrep sorts the output, whih screws up dependency order, so use a loop instead.Rob Savoye
2013-05-31load application specific configure flags so we use our freshly built librari...Rob Savoye
2013-05-31downloads a list of files and configures, builds, and installs them.Rob Savoye