guix-commits
[Top][All Lists]
Advanced

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

148/376: Force template regeneration


From: Ludovic Courtès
Subject: 148/376: Force template regeneration
Date: Wed, 28 Jan 2015 22:04:39 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 2aa93858afee22e0c32d8f4366970976374091ac
Author: Eelco Dolstra <address@hidden>
Date:   Wed Aug 20 18:44:15 2014 +0200

    Force template regeneration
---
 templates.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates.mk b/templates.mk
index 8436429..ab99168 100644
--- a/templates.mk
+++ b/templates.mk
@@ -9,7 +9,7 @@ define instantiate-template
 endef
 
 %.h: %.h.in
-       $(trace-gen) ./config.status --quiet --header=$@
+       $(trace-gen) rm -f $@ && ./config.status --quiet --header=$@
 
 %: %.in
-       $(trace-gen) ./config.status --quiet --file=$@
+       $(trace-gen) rm -f $@ && ./config.status --quiet --file=$@



reply via email to

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