chiark / gitweb /
Makefile: Run `zone' without runlisp; print zones being installed.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 23 Apr 2006 16:05:46 +0000 (17:05 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 23 Apr 2006 16:05:46 +0000 (17:05 +0100)
Makefile

index 42de330a6a678809fe40aba4aac51f179335133c..cd898ae96df3ceb48e92dd15653bb071e3fe7a74 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 ## Makefile for mdw's zones
 
-ZONE = runlisp /home/mdw/bin/zone
+ZONE = zone
 
 HIBACHI_ZONES = hibachidealers.com.zone
 DISTORTED_ZONES = \
@@ -23,7 +23,7 @@ install: all publish
        for i in $(ALL_ZONES); do \
          cmp $$i publish/$$i >/dev/null 2>&1 && continue; \
          cp $$i publish/$$i.new && mv publish/$$i.new publish/$$i; \
-         userv root named-reload $${i%.zone}; \
+         echo -n "$${i%.zone}: "; userv root named-reload $${i%.zone}; \
        done
 
 $(HIBACHI_ZONES): hibachidealers.com.lisp hosts.lisp