summaryrefslogtreecommitdiff
path: root/guix-build.in
Commit message (Expand)AuthorAgeFilesLines
* 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ès2012-08-311-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ès2012-07-121-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ès2012-07-071-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ès2012-07-021-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ès2012-07-011-0/+179