kconfig: Streamline comment in 'modify-defconfig'.
* guix/build/kconfig.scm (modify-defconfig): Streamline comment.
This commit is contained in:
parent
1d44866280
commit
68330e7797
@ -133,10 +133,8 @@ DEFCONFIG:
|
|||||||
\"CONFIG_F\")
|
\"CONFIG_F\")
|
||||||
|
|
||||||
Instead of a list, CONFIGS can be a string with one configuration per line."
|
Instead of a list, CONFIGS can be a string with one configuration per line."
|
||||||
(let* (;; Split the configs into a list of single configurations. Both a
|
;; Normalize CONFIGS to a list of configuration pairs.
|
||||||
;; string and or a list of strings is supported, each with newlines
|
(let* ((config-pairs (map config-string->pair
|
||||||
;; to separate configurations.
|
|
||||||
(config-pairs (map config-string->pair
|
|
||||||
(append-map (cut string-split <> #\newline)
|
(append-map (cut string-split <> #\newline)
|
||||||
(if (string? configs)
|
(if (string? configs)
|
||||||
(list configs)
|
(list configs)
|
||||||
|
Loading…
Reference in New Issue
Block a user