chiark
/
gitweb
/
~mdw
/
exim-config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd37fad
)
Makefile: Remove old debugging rule.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 25 Jan 2014 13:34:05 +0000
(13:34 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 25 Jan 2014 13:34:05 +0000
(13:34 +0000)
Shouldn't have been committed in the first place.
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index fca5165e5cd0921e60c7d2ac009ec85426970151..b290a594cd718f81551f2abe3b8fb0fd008dc858 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-98,9
+98,6
@@
install/$(THISHOST): exim4-$(call host-mode,$(THISHOST)).conf
$(ROOT) install -m644 $< /etc/exim4/exim4.conf
$(ROOT) service exim4 reload
-show:
- : $(addprefix install/, $(OTHERHOSTS))
-
$(addprefix install/, $(OTHERHOSTS)): \
install/%: exim4-$$(call host-mode,$$*).conf
$(ROOT) scp $< root@$*:/etc/exim4/exim4.conf