chiark
/
gitweb
/
~mdw
/
zones
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fe760c3
)
Makefile: Run `zone' without runlisp; print zones being installed.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 23 Apr 2006 16:05:46 +0000
(17:05 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 23 Apr 2006 16:05:46 +0000
(17:05 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 42de330a6a678809fe40aba4aac51f179335133c..cd898ae96df3ceb48e92dd15653bb071e3fe7a74 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,6
+1,6
@@
## Makefile for mdw's zones
## Makefile for mdw's zones
-ZONE =
runlisp /home/mdw/bin/
zone
+ZONE = zone
HIBACHI_ZONES = hibachidealers.com.zone
DISTORTED_ZONES = \
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; \
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
done
$(HIBACHI_ZONES): hibachidealers.com.lisp hosts.lisp