summaryrefslogtreecommitdiffstats
path: root/source-builder (follow)
Commit message (Expand)AuthorAgeFilesLines
* Package data into macro, sources from macro and a bug fix.Chris Johns2013-04-131-10/+31
* Add --macros option to load macro files.Chris Johns2013-04-131-1/+32
* Macros updates to support multiple maps.Chris Johns2013-04-131-14/+60
* Make exists support lists. Add a path expander call.Chris Johns2013-04-131-2/+13
* Make the expat library static to make relocatable.Chris Johns2013-04-101-0/+1
* Refactor defaults, macros and options.Chris Johns2013-04-0911-438/+780
* Add the GCC version message.Chris Johns2013-04-092-0/+10
* Remove the deep copy and use a shallow copy so it worked on Python 2.6.Chris Johns2013-04-063-5/+5
* Fix the version module's name.Chris Johns2013-04-051-1/+1
* Support a common verion number for all commands.Chris Johns2013-04-055-32/+61
* Remove smp_mflags. Defaults adds this now.Chris Johns2013-04-041-1/+0
* PR 2108, PR 2109. Add --jobs and --always-clean.Chris Johns2013-04-037-210/+228
* Report the exit code on a shell macro failure.Chris Johns2013-04-031-1/+1
* PR 2106. Fixed the include name.Chris Johns2013-04-021-1/+1
* Fix the CPU count on Linux.Chris Johns2013-04-021-1/+1
* Merge back in the multi-patch support to the gcc common configuration.Chris Johns2013-04-021-8/+22
* Save the original path away.Chris Johns2013-04-011-0/+2
* Add Canadian Cross support.Chris Johns2013-04-0122-1127/+526
* Install reports under "share" directorySebastian Huber2013-03-231-1/+1
* Need to have a default patch optsChris Johns2013-03-211-0/+1
* Patch on FreeBSD needs to have -E to remove empty files. This is the Linux de...Chris Johns2013-03-212-2/+4
* Add version configurationDhananjay Balan2013-03-191-0/+5
* Add distro aliases to group similar types.Chris Johns2013-03-151-11/+28
* Remove tabs. Add a safe way to default to a distro.Chris Johns2013-03-151-10/+13
* Arch specific additionsDhananjay Balan2013-03-151-1/+2
* Linux Distro specific path namesDhananjay Balan2013-03-151-9/+19
* Add RTEMS 4.9 support for i386 and SPARC.Chris Johns2013-03-152-0/+281
* Allow a build set to provide the source0 path.Chris Johns2013-03-151-2/+4
* Generate a better error message. Use the package name in the installing message.Chris Johns2013-03-152-2/+4
* Fix the second config call to pass defaults and opts.Chris Johns2013-03-131-1/+1
* Use separate defaults and opts for each build set.Chris Johns2013-03-131-5/+8
* Use the new opts define and add an undefine.Chris Johns2013-03-121-4/+8
* Add a define and undefine to opts. Define git details.Chris Johns2013-03-121-0/+25
* Add build set patch option support.Chris Johns2013-03-122-40/+40
* Fix the patch opts logic typo.Chris Johns2013-03-121-10/+10
* Add support for build set patch options.Chris Johns2013-03-113-46/+46
* Improve the parsing in build set files.Chris Johns2013-03-111-10/+7
* Clean up the error message.Chris Johns2013-03-112-2/+2
* Store downloaded patches in %{_patchdir}.Chris Johns2013-03-101-1/+1
* Switch LM32 to gcc-4.5.3.Chris Johns2013-03-091-0/+198
* Define as a macro as the remaining fields of the split.Chris Johns2013-03-082-3/+5
* Macro %define updates an existing macro.Chris Johns2013-03-081-12/+27
* Add a deps option to print the dependent config files.Chris Johns2013-03-072-9/+28
* Provide better control of sharing the defaults.Chris Johns2013-03-062-18/+26
* Do not copy on a dry run.Chris Johns2013-03-061-1/+2
* Clean path when building autoconf and automake.Chris Johns2013-03-053-4/+14
* Add more report detail.Chris Johns2013-03-041-14/+57
* Build set reports are the package name and not the config name.Chris Johns2013-03-041-4/+5
* Update ^C message to the user.Chris Johns2013-03-042-2/+2
* More info helpers, allow info to append and fix %{?} expansion.Chris Johns2013-03-041-15/+27