Author: danielsh
Date: Thu Jun 11 11:10:42 2015
New Revision: 1684854

URL: http://svn.apache.org/r1684854
Log:
* subversion/include/svn_config.h
  (Client configuration files strings): Document the need to re-run gen-make.py
    until issue #4581 is fixed.

Modified:
    subversion/trunk/subversion/include/svn_config.h

Modified: subversion/trunk/subversion/include/svn_config.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_config.h?rev=1684854&r1=1684853&r2=1684854&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_config.h (original)
+++ subversion/trunk/subversion/include/svn_config.h Thu Jun 11 11:10:42 2015
@@ -63,6 +63,12 @@ typedef struct svn_config_t svn_config_t
  * @{
  */
 
+/* If you add a new SVN_CONFIG_* category/section/option macro to this group,
+ * you have to re-run gen-make.py manually.
+ *
+ * ### This should be fixed in the build system; see issue #4581.
+ */
+
  /* This list of #defines is intentionally presented as a nested list
     that matches the in-config hierarchy.  */
 


Reply via email to