Author: sebor
Date: Thu Mar  1 13:49:21 2007
New Revision: 513525

URL: http://svn.apache.org/viewvc?view=rev&rev=513525
Log:
2007-03-01  Martin Sebor  <[EMAIL PROTECTED]>

        STDCXX-92
        * GNUmakefile.cfg (.NOTPARALLEL): Defined target to disable parallel
        builds until we figure out how to get them to work correctly.

Modified:
    incubator/stdcxx/trunk/etc/config/GNUmakefile.cfg

Modified: incubator/stdcxx/trunk/etc/config/GNUmakefile.cfg
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/GNUmakefile.cfg?view=diff&rev=513525&r1=513524&r2=513525
==============================================================================
--- incubator/stdcxx/trunk/etc/config/GNUmakefile.cfg (original)
+++ incubator/stdcxx/trunk/etc/config/GNUmakefile.cfg Thu Mar  1 13:49:21 2007
@@ -373,3 +373,7 @@
        $(call compile,$<,[EMAIL PROTECTED])
        $(call archive,$@,[EMAIL PROTECTED])
 endif
+
+
+# parallelization of the configuration infrastructure not supported
+.NOTPARALLEL:


Reply via email to