Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | guix-build: Fix the "unrecognized option" error message.•••* guix-build.in (guix-build): Show the option name when an unrecognized option is passed. | Ludovic Courtès | 2012-08-31 | 1 | -1/+1 |
* | guix-build: Default the number of build cores to (current-processor-count).•••* guix-build.in (guix-build): Use (current-processor-count) build cores by default. | Ludovic Courtès | 2012-07-12 | 1 | -1/+2 |
* | guix-build: Add `--cores'.•••* guix-build.in (leave): New macro, formerly in `guix-build'. (show-help): Document `--cores'. (%options): Add `--cores'. (guix-build): Remove `leave' macro from here. Pass the `cores' option value to `set-build-options'. | Ludovic Courtès | 2012-07-07 | 1 | -71/+81 |
* | guix-build: Display multiple outputs when needed.•••* guix-build.in (guix-build): Display multiple outputs when there's more than one. | Ludovic Courtès | 2012-07-02 | 1 | -2/+10 |
* | Add `guix-build'.•••* guix-build.in: New file. * configure.ac: Emit `guix-build'. Add `commands-exec'. * Makefile.am (bin_SCRIPTS): New variable. * po/POTFILES.in: Add `guix-build.in'. | Ludovic Courtès | 2012-07-01 | 1 | -0/+179 |