guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 02/04: build: Remove shepherd/service/*.go on 'make clean'.


From: Ludovic Courtès
Subject: [shepherd] 02/04: build: Remove shepherd/service/*.go on 'make clean'.
Date: Fri, 28 Apr 2023 09:07:49 -0400 (EDT)

civodul pushed a commit to branch master
in repository shepherd.

commit 29231da80f2f085f56e14f55d124ceab435053c6
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Apr 28 15:05:29 2023 +0200

    build: Remove shepherd/service/*.go on 'make clean'.
    
    This is a followup to c64804f3a95f0fc74bcf75cd76975f67817f797d.
    
    * Makefile.am (CLEANFILES): Add $(nodist_servicegosub_DATA):.
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 3a9b0fc..fbc6d11 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,6 +73,7 @@ CLEANFILES =                                          \
   $(nodist_guilemodule_DATA) $(nodist_shepherdsub_DATA)        \
   $(nodist_guileobject_DATA)                           \
   $(nodist_shepherdgosub_DATA)                         \
+  $(nodist_servicegosub_DATA)                          \
   $(nodist_scriptsgo_DATA)                             \
   $(bin_SCRIPTS) $(sbin_SCRIPTS)
 



reply via email to

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