Author: faridz
Date: Tue Oct 30 10:38:40 2007
New Revision: 590169
URL: http://svn.apache.org/viewvc?rev=590169&view=rev
Log:
2007-10-30 Farid Zaripov <[EMAIL PROTECTED]>
Merged r583840 from trunkwith a fix for STDCXX-109
* etc/config/makefile.rules ($(CATFILE)): Make failure to execute
the gencat utility non-fatal.
Modified:
incubator/stdcxx/branches/4.2.x/etc/config/makefile.rules
Modified: incubator/stdcxx/branches/4.2.x/etc/config/makefile.rules
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/etc/config/makefile.rules?rev=590169&r1=590168&r2=590169&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/etc/config/makefile.rules (original)
+++ incubator/stdcxx/branches/4.2.x/etc/config/makefile.rules Tue Oct 30
10:38:40 2007
@@ -67,7 +67,7 @@
# create a catalog from text message files - see gencat(1)
$(CATFILE): $(MSGFILES)
- gencat $@ $^
+ -gencat $@ $^
########################################################################