On Tue, Jan 21, 2014 at 05:58:16PM -0800, Ethan Jackson wrote: > The AM_V_GEN macro fits more cleanly with the automake silent rules > option. When enabled it will print "GEN <filename>" instead of simply > echoing the command as before. > > Signed-off-by: Ethan Jackson <[email protected]>
I think that the first change is OK, but I don't understand the second one. "exit 1; touch $@" looks totally nuts to me. > - if $$error; then exit 1; else echo touch $@; touch $@; fi > + if $$error; then exit 1; touch $@; fi > + $(AM_V_GEN) touch -c $@ _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
