File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -117,25 +117,25 @@ dev-teardown:
117
117
# Configuration for IBM Development only
118
118
119
119
.PHONY : dev-config-linux
120
- dev-config-linux : dev-stop-linux-named dev-stop-linux-haproxy
120
+ dev-config-linux : dev-stop-linux-named dev-stop-linux-haproxy dev-config-linux-resolv
121
121
122
122
.PHONY : dev-stop-linux-named
123
123
dev-stop-linux-named :
124
- ifneq(" inactive" ," $( shell systemctl is-failed named) " )
125
- systemctl stop named
126
- end
124
+ ifneq (" inactive" , " $( shell systemctl is-failed named) " )
125
+ @ systemctl stop named
126
+ endif
127
127
128
128
.PHONY : dev-stop-linux-haproxy
129
129
dev-stop-linux-haproxy :
130
- ifneq(" inactive" ," $( shell systemctl is-failed haproxy) " )
131
- systemctl stop haproxy
132
- end
130
+ ifneq (" inactive" ," $( shell systemctl is-failed haproxy) " )
131
+ @ systemctl stop haproxy
132
+ endif
133
133
134
134
.PHONY : dev-config-linux-resolv
135
135
dev-config-linux-resolv :
136
- ifeq (" " , " $( shell grep 10.0.10.4 /etc/resolv.conf) " )
137
- echo " nameserver 10.0.10.4" >> /etc/resolv.conf
138
- end
136
+ ifneq (" " , " $( shell grep 10.0.10.4 /etc/resolv.conf) " )
137
+ @ echo " nameserver 10.0.10.4" >> /etc/resolv.conf
138
+ endif
139
139
140
140
# #######################################################################
141
141
# Container Targets
You can’t perform that action at this time.
0 commit comments