guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#69337] [PATCH 0/2] guile-build-system: Install .scm before .go.


From: Tomas Volf
Subject: [bug#69337] [PATCH 0/2] guile-build-system: Install .scm before .go.
Date: Fri, 23 Feb 2024 18:32:47 +0100

Currently the .go files are generated before installing the accompanying .scm
files, which leads to noise in the build log (source file ... newer than).
Swapping the order of the actions fixes that.

The indentation was also wrong, so I took liberty to fix that first in a
separate commit, so that the second diff is clean.

Tomas Volf (2):
  build-system/guile: Fix indentation.
  build-system/guile: Install .scm files first.

 guix/build/guile-build-system.scm | 41 +++++++++++++++----------------
 1 file changed, 20 insertions(+), 21 deletions(-)


base-commit: aefc7428203203ae88c64cc4769113453c01a185
--
2.41.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]