guix/doc
Thiago Jung Bauermann 65ce5fe2fb
guix system: Use standard cross and native build options.
This change prevents guix system from erroring out with an ugly backtrace
when it's passed an invalid value to the “--system” or “--target”
option. It also adds the “--list-systems” and “--list-targets” options.

The manual section about guix system doesn't mention the “--target” option,
so add it there.

* guix/scripts/system (show-help): Call show-cross-build-options-help and
show-native-build-options-help.
(%options): Remove own implementation of “system” and “target” options and
use the ones in %standard-cross-build-options and
%standard-native-build-options.
* doc/guix.texi (Invoking guix system): Document “--target” option.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-30 08:55:16 +02:00
..
images
build.scm doc: Use a minimal texlive profile in build.scm. 2022-06-15 17:24:46 -04:00
contributing.texi doc: Fix the example of "Run make automatically" 2022-07-18 00:21:31 +02:00
environment-gdb.scm doc: Update "guix shell -D -f" example to new input style. 2022-01-14 22:39:24 +01:00
fdl-1.3.texi
guix-cookbook.texi doc: cookbook: Link to "A Scheme Primer". 2022-07-08 17:28:50 +02:00
guix.texi guix system: Use standard cross and native build options. 2022-08-30 08:55:16 +02:00
he-config-bare-bones.scm doc: Update example of a minimalistic home environment. 2022-06-10 22:42:49 +02:00
htmlxref.cnf doc: Fix Guix manual URLs in 'htmlxref.cnf'. 2022-08-05 00:14:29 +02:00
local.mk nls: Enforce translation thresholds. 2022-04-02 18:14:43 +02:00
package-hello.json
package-hello.scm