On Mon, 2019-07-29 at 18:10 +0100, Daniel P. Berrangé wrote:
[...]
+remote/libvirtd.conf: remote/libvirtd.conf.in
+ $(AM_V_GEN)$(SED) \
+ -e '/[@]CUT_ENABLE_IP[@]/d' \
+ -e '/[@]END[@]/d' \
+ -e 's|[@]DAEMON_NAME[@]|libvirtd|' \
+ < $< > $@
If you're going to respin anyway:
$(SED) ... < $< > $@
and
$(SED) ... $< > $@
are equivalent.
--
Andrea Bolognani / Red Hat / Virtualization