
30 Jul
2019
30 Jul
'19
12:54 p.m.
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