> Please implement the fragment below as writes to [email protected] followed by > "mv [email protected] $@", otherwise an interrupted "make", or some kind of > error, can result in a partial version.py. In theory "make" is > supposed to delete version.py in some of those cases but my experience > is that life is easier if you don't have to worry about it at all.
Good idea, I've updated the patch to do this. Ethan > >> +ALL_LOCAL += $(srcdir)/python/ovs/version.py >> +$(srcdir)/python/ovs/version.py: config.status >> + $(ro_shell) > $@ >> + echo 'VERSION = "$(VERSION)"' >> $@ >> + echo 'BUILDNR = "$(BUILDNR)"' >> $@ _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
