ablack@apache.org wrote: > Author: ablack > Date: Tue Oct 16 06:54:59 2007 > New Revision: 585143 > > URL: http://svn.apache.org/viewvc?rev=585143&view=rev > Log: > 2007-10-15 Andrew Black > STDCXX-109 > * etc/config/makefile.rules ($(CATFILE)): Make failure to execute > the gencat utility non-fatal. Andrew, can please you correct the format of your change log to conform to the documented style? Use svn propset --revprop to make the change: http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.ref.svn.c.propset If you're having trouble remembering the specifics of the formatting style we use the Emacs add-change-log-entry command will automatically format it for you. Martin > > > Modified: > incubator/stdcxx/trunk/etc/config/makefile.rules > > Modified: incubator/stdcxx/trunk/etc/config/makefile.rules > URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/makefile.rules?rev=585143&r1=585142&r2=585143&view=diff > ============================================================================== > --- incubator/stdcxx/trunk/etc/config/makefile.rules (original) > +++ incubator/stdcxx/trunk/etc/config/makefile.rules Tue Oct 16 06:54:59 2007 > @@ -67,7 +67,7 @@ > > # create a catalog from text message files - see gencat(1) > $(CATFILE): $(MSGFILES) > - gencat $@ $^ > + -gencat $@ $^ > > > ######################################################################## > >