summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix coreutils dep to be build-time.Michał Górny2013-09-181-2/+2
|
* Add new enough coreutils dep wrt bug #484454.Michał Górny2013-09-101-1/+3
|
* Enable EAPI 4 per bug #474000.Michał Górny2013-06-211-3/+3
|
* Fix the race condition in locking code by using $BASHPID instead of $$.Michał Górny2013-05-241-2/+2
|
* Use portable locking code from Fabian Groffen. Bug #466554.Michał Górny2013-05-231-15/+16
|
* Introduce multibuild_merge_root, as an universal interim-install merging ↵Michał Górny2013-04-011-1/+53
| | | | function.
* Make the log output redirection much simpler. Fix bash-3.2 compatibility.Michał Górny2013-03-101-14/+4
|
* Fix compatibility with bash-4.1 -- it does not support negative array ↵Michał Górny2013-03-101-2/+5
| | | | subscripts.
* multibuild_copy_sources: fix outputting variant name.Michał Górny2013-03-101-2/+2
|
* Introduce multibuild_copy_sources as a generic source duplicating function.Michał Górny2013-03-091-1/+22
|
* Add multibuild_for_best_variant.Michał Górny2013-03-041-1/+21
|
* Print only the "public" part of commands.Michał Górny2013-03-041-3/+14
|
* Move run_in_build_dir() to multibuild.eclass.Michał Górny2013-03-041-1/+20
|
* Introduce multibuild.eclass to handle building multiple variants of the same ↵Michał Górny2013-03-041-0/+178
package in a common manner.