guix-commits
[Top][All Lists]
Advanced

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

01/05: build: Do not add all of $(BUILT_SOURCES) to $(CLEANFILES).


From: Ludovic Courtès
Subject: 01/05: build: Do not add all of $(BUILT_SOURCES) to $(CLEANFILES).
Date: Fri, 8 Jun 2018 09:23:46 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 751164bca1030dfd14f9fa7508c03eb4b41173e4
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 4 14:32:26 2018 +0200

    build: Do not add all of $(BUILT_SOURCES) to $(CLEANFILES).
    
    Reported by Gábor Boskovits <address@hidden>.
    Fixes <https://bugs.gnu.org/31700>.
    
    * nix/local.mk (CLEANFILES): Add nothing but schema.sql.hh.
---
 nix/local.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix/local.mk b/nix/local.mk
index 4452301..3971771 100644
--- a/nix/local.mk
+++ b/nix/local.mk
@@ -22,7 +22,7 @@
 #
 
 BUILT_SOURCES += %D%/libstore/schema.sql.hh
-CLEANFILES += $(BUILT_SOURCES)
+CLEANFILES += %D%/libstore/schema.sql.hh
 
 noinst_LIBRARIES = libformat.a libutil.a libstore.a
 



reply via email to

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