gnu: u-boot-tools: Simplify build.
authorDanny Milosavljevic <dannym@scratchpost.org>
Wed, 11 Jul 2018 15:05:53 +0000 (17:05 +0200)
committerDanny Milosavljevic <dannym@scratchpost.org>
Wed, 11 Jul 2018 20:23:26 +0000 (22:23 +0200)
* gnu/packages/bootloaders.scm (u-boot-tools)[arguments]<#:phases>[build]:
Modify.

gnu/packages/bootloaders.scm

index 6ea0ecb..7599f4a 100644 (file)
@@ -425,9 +425,7 @@ def test_ctrl_c"))
              (apply invoke "make" "tools_defconfig" make-flags)))
          (replace 'build
            (lambda* (#:key inputs make-flags #:allow-other-keys)
-             (apply invoke "make" "tools-only" make-flags)
-             (apply invoke "make" "envtools" make-flags)
-             (invoke "make" "-C" "tools" "sunxi-spl-image-builder")))
+             (apply invoke "make" "tools-all" make-flags)))
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))