summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a18ee22..8dbb6dc 100644
--- a/Makefile
+++ b/Makefile
@@ -39,10 +39,13 @@ all: $(derived-assets)
$(derived-assets): Makefile
src/config/tld.txt: Makefile
- echo '$(TLD)' > $@
+ echo '$(TLD)' | ifnew $@
+
+src/config/offsite-ssh.txt: Makefile
+ echo '$(OFFSITE_SSH)' | ifnew $@
packages.scm.sentinel: src/guix/packages.scm
-system.scm.sentinel: src/guix/packages.scm src/guix/system.scm src/config/tld.txt
+system.scm.sentinel: src/guix/packages.scm src/guix/system.scm src/config/tld.txt src/config/offsite-ssh.txt
packages.scm.sentinel system.scm.sentinel:
rm -f `basename $@ .sentinel`*
guix build -v3 -r`basename $@ .sentinel` -Kf src/guix/`basename $@ .sentinel`