> ro_c = echo '/* -*- mode: c; buffer-read-only: t -*- */' > +ro_shell = printf '\043 Generated automatically -- do not modify! -*- > buffer-read-only: t -*-\n'
Trailing whitespace on this line. > $(srcdir)/rhel/openvswitch.spec: rhel/openvswitch.spec.in > $(top_builddir)/config.status > sed -e 's,[@]VERSION[@],$(VERSION),g' < $< > $@ > + ($(ro_shell) && sed -e 's,[@]VERSION[@],$(VERSION),g') \ > + < $(srcdir)/rhel/openvswitch.spec.in > $@ I may be misunderstanding, but I would think you want to delete the old sed in this rule. Otherwise looks good. Ethan _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
